📄 mainbranch.designer.cs
字号:
namespace 人事管理
{
partial class mainbranch
{
/// <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(mainbranch));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.numworkerlab = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.branchnamelab = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.emailtxt = new System.Windows.Forms.TextBox();
this.loginnametxt = new System.Windows.Forms.TextBox();
this.workernametxt = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.photobox = new System.Windows.Forms.PictureBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.branchview = new System.Windows.Forms.DataGridView();
this.yesbtn = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.photobox)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.branchview)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.numworkerlab);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.branchnamelab);
this.groupBox1.Location = new System.Drawing.Point(31, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(353, 62);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "部门";
//
// numworkerlab
//
this.numworkerlab.AutoSize = true;
this.numworkerlab.Location = new System.Drawing.Point(236, 32);
this.numworkerlab.Name = "numworkerlab";
this.numworkerlab.Size = new System.Drawing.Size(53, 12);
this.numworkerlab.TabIndex = 2;
this.numworkerlab.Text = "1111";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(138, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "员工总计:";
//
// branchnamelab
//
this.branchnamelab.AutoSize = true;
this.branchnamelab.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.branchnamelab.Location = new System.Drawing.Point(23, 28);
this.branchnamelab.Name = "branchnamelab";
this.branchnamelab.Size = new System.Drawing.Size(59, 16);
this.branchnamelab.TabIndex = 0;
this.branchnamelab.Text = "人事部";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.pictureBox3);
this.groupBox2.Controls.Add(this.pictureBox2);
this.groupBox2.Controls.Add(this.pictureBox1);
this.groupBox2.Controls.Add(this.emailtxt);
this.groupBox2.Controls.Add(this.loginnametxt);
this.groupBox2.Controls.Add(this.workernametxt);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.photobox);
this.groupBox2.Location = new System.Drawing.Point(31, 75);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(538, 154);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "员工";
//
// emailtxt
//
this.emailtxt.Location = new System.Drawing.Point(324, 118);
this.emailtxt.Name = "emailtxt";
this.emailtxt.ReadOnly = true;
this.emailtxt.Size = new System.Drawing.Size(173, 21);
this.emailtxt.TabIndex = 6;
//
// loginnametxt
//
this.loginnametxt.Location = new System.Drawing.Point(324, 76);
this.loginnametxt.Name = "loginnametxt";
this.loginnametxt.ReadOnly = true;
this.loginnametxt.Size = new System.Drawing.Size(173, 21);
this.loginnametxt.TabIndex = 5;
//
// workernametxt
//
this.workernametxt.Location = new System.Drawing.Point(324, 31);
this.workernametxt.Name = "workernametxt";
this.workernametxt.ReadOnly = true;
this.workernametxt.Size = new System.Drawing.Size(173, 21);
this.workernametxt.TabIndex = 4;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(219, 121);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 3;
this.label6.Text = "电子邮件:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(219, 79);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 2;
this.label5.Text = "登陆名:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(219, 34);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 1;
this.label4.Text = "姓名:";
//
// photobox
//
this.photobox.Image = ((System.Drawing.Image)(resources.GetObject("photobox.Image")));
this.photobox.Location = new System.Drawing.Point(26, 20);
this.photobox.Name = "photobox";
this.photobox.Size = new System.Drawing.Size(100, 125);
this.photobox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.photobox.TabIndex = 0;
this.photobox.TabStop = false;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.branchview);
this.groupBox3.Location = new System.Drawing.Point(31, 235);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(538, 200);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "部门员工总汇";
//
// branchview
//
this.branchview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.branchview.Dock = System.Windows.Forms.DockStyle.Fill;
this.branchview.Location = new System.Drawing.Point(3, 17);
this.branchview.Name = "branchview";
this.branchview.RowTemplate.Height = 23;
this.branchview.Size = new System.Drawing.Size(532, 180);
this.branchview.TabIndex = 0;
this.branchview.Click += new System.EventHandler(this.branchview_Click);
//
// yesbtn
//
this.yesbtn.Location = new System.Drawing.Point(491, 441);
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);
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(167, 20);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(36, 32);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 7;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(167, 64);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(36, 33);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 8;
this.pictureBox2.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.Location = new System.Drawing.Point(167, 113);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(36, 32);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox3.TabIndex = 9;
this.pictureBox3.TabStop = false;
//
// mainbranch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 466);
this.Controls.Add(this.yesbtn);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "mainbranch";
this.Text = "部门详细信息";
this.Load += new System.EventHandler(this.mainbranch_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.photobox)).EndInit();
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.branchview)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label numworkerlab;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox emailtxt;
private System.Windows.Forms.TextBox loginnametxt;
private System.Windows.Forms.TextBox workernametxt;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox photobox;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.DataGridView branchview;
private System.Windows.Forms.Button yesbtn;
public System.Windows.Forms.Label branchnamelab;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -