?? createbranch.designer.cs
字號:
?namespace 人事管理
{
partial class createbranch
{
/// <summary>
/// 必需的設計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(createbranch));
this.label1 = new System.Windows.Forms.Label();
this.branchnametxt = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.positonbtn = new System.Windows.Forms.Button();
this.mangernametxt = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.miantxt = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.yesbtn = new System.Windows.Forms.Button();
this.outbtn = new System.Windows.Forms.Button();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(108, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "部門名稱:";
//
// branchnametxt
//
this.branchnametxt.Location = new System.Drawing.Point(190, 34);
this.branchnametxt.Name = "branchnametxt";
this.branchnametxt.Size = new System.Drawing.Size(346, 21);
this.branchnametxt.TabIndex = 1;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.positonbtn);
this.groupBox1.Controls.Add(this.mangernametxt);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.miantxt);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(52, 89);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(484, 223);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "部門信息";
//
// positonbtn
//
this.positonbtn.Location = new System.Drawing.Point(394, 180);
this.positonbtn.Name = "positonbtn";
this.positonbtn.Size = new System.Drawing.Size(42, 23);
this.positonbtn.TabIndex = 4;
this.positonbtn.Text = "...";
this.positonbtn.UseVisualStyleBackColor = true;
this.positonbtn.Click += new System.EventHandler(this.positonbtn_Click);
//
// mangernametxt
//
this.mangernametxt.Location = new System.Drawing.Point(123, 182);
this.mangernametxt.Name = "mangernametxt";
this.mangernametxt.ReadOnly = true;
this.mangernametxt.Size = new System.Drawing.Size(235, 21);
this.mangernametxt.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(38, 185);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "經理:";
//
// miantxt
//
this.miantxt.Location = new System.Drawing.Point(123, 38);
this.miantxt.Multiline = true;
this.miantxt.Name = "miantxt";
this.miantxt.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.miantxt.Size = new System.Drawing.Size(346, 123);
this.miantxt.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(36, 41);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "部門描述:";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// yesbtn
//
this.yesbtn.Location = new System.Drawing.Point(335, 331);
this.yesbtn.Name = "yesbtn";
this.yesbtn.Size = new System.Drawing.Size(75, 23);
this.yesbtn.TabIndex = 3;
this.yesbtn.Text = "確定";
this.yesbtn.UseVisualStyleBackColor = true;
this.yesbtn.Click += new System.EventHandler(this.yesbtn_Click);
//
// outbtn
//
this.outbtn.Location = new System.Drawing.Point(461, 331);
this.outbtn.Name = "outbtn";
this.outbtn.Size = new System.Drawing.Size(75, 23);
this.outbtn.TabIndex = 4;
this.outbtn.Text = "取消";
this.outbtn.UseVisualStyleBackColor = true;
this.outbtn.Click += new System.EventHandler(this.outbtn_Click);
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(52, 22);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(50, 44);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 9;
this.pictureBox2.TabStop = false;
//
// createbranch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(592, 366);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.outbtn);
this.Controls.Add(this.yesbtn);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.branchnametxt);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.Name = "createbranch";
this.Text = "創(chuàng)建部門";
this.Load += new System.EventHandler(this.createbranch_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox branchnametxt;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox miantxt;
private System.Windows.Forms.Button positonbtn;
private System.Windows.Forms.Button yesbtn;
private System.Windows.Forms.Button outbtn;
public System.Windows.Forms.TextBox mangernametxt;
private System.Windows.Forms.PictureBox pictureBox2;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -