📄 workermaneger.designer.cs
字号:
namespace 人事管理
{
partial class workermaneger
{
/// <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(workermaneger));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.outbtn = new System.Windows.Forms.Button();
this.selectworkerbtn = new System.Windows.Forms.Button();
this.altworkerbtn = new System.Windows.Forms.Button();
this.deleteworkerbtn = new System.Windows.Forms.Button();
this.addworkerbtn = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.workerview = new System.Windows.Forms.DataGridView();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.workerview)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.pictureBox2);
this.groupBox1.Controls.Add(this.outbtn);
this.groupBox1.Controls.Add(this.selectworkerbtn);
this.groupBox1.Controls.Add(this.altworkerbtn);
this.groupBox1.Controls.Add(this.deleteworkerbtn);
this.groupBox1.Controls.Add(this.addworkerbtn);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(568, 54);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "员工操作";
//
// outbtn
//
this.outbtn.Location = new System.Drawing.Point(466, 20);
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);
//
// selectworkerbtn
//
this.selectworkerbtn.Location = new System.Drawing.Point(373, 20);
this.selectworkerbtn.Name = "selectworkerbtn";
this.selectworkerbtn.Size = new System.Drawing.Size(75, 23);
this.selectworkerbtn.TabIndex = 3;
this.selectworkerbtn.Text = "查询员工";
this.selectworkerbtn.UseVisualStyleBackColor = true;
this.selectworkerbtn.Click += new System.EventHandler(this.selectworkerbtn_Click);
//
// altworkerbtn
//
this.altworkerbtn.Location = new System.Drawing.Point(277, 20);
this.altworkerbtn.Name = "altworkerbtn";
this.altworkerbtn.Size = new System.Drawing.Size(75, 23);
this.altworkerbtn.TabIndex = 2;
this.altworkerbtn.Text = "修改员工";
this.altworkerbtn.UseVisualStyleBackColor = true;
this.altworkerbtn.Click += new System.EventHandler(this.altworkerbtn_Click);
//
// deleteworkerbtn
//
this.deleteworkerbtn.Location = new System.Drawing.Point(184, 20);
this.deleteworkerbtn.Name = "deleteworkerbtn";
this.deleteworkerbtn.Size = new System.Drawing.Size(75, 23);
this.deleteworkerbtn.TabIndex = 1;
this.deleteworkerbtn.Text = "删除员工";
this.deleteworkerbtn.UseVisualStyleBackColor = true;
this.deleteworkerbtn.Click += new System.EventHandler(this.deleteworkerbtn_Click);
//
// addworkerbtn
//
this.addworkerbtn.Location = new System.Drawing.Point(89, 20);
this.addworkerbtn.Name = "addworkerbtn";
this.addworkerbtn.Size = new System.Drawing.Size(75, 23);
this.addworkerbtn.TabIndex = 0;
this.addworkerbtn.Text = "添加员工";
this.addworkerbtn.UseVisualStyleBackColor = true;
this.addworkerbtn.Click += new System.EventHandler(this.addworkerbtn_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.workerview);
this.groupBox2.Location = new System.Drawing.Point(12, 81);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(568, 273);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "员工记录";
//
// workerview
//
this.workerview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.workerview.Dock = System.Windows.Forms.DockStyle.Fill;
this.workerview.Location = new System.Drawing.Point(3, 17);
this.workerview.Name = "workerview";
this.workerview.RowTemplate.Height = 23;
this.workerview.Size = new System.Drawing.Size(562, 253);
this.workerview.TabIndex = 0;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(15, 17);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(35, 26);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 10;
this.pictureBox2.TabStop = false;
//
// workermaneger
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 366);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "workermaneger";
this.Text = "员工管理";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.workerview)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button outbtn;
private System.Windows.Forms.Button selectworkerbtn;
private System.Windows.Forms.Button altworkerbtn;
private System.Windows.Forms.Button deleteworkerbtn;
private System.Windows.Forms.Button addworkerbtn;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView workerview;
private System.Windows.Forms.PictureBox pictureBox2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -