📄 distributeemployee.designer.cs
字号:
namespace renshiguanli
{
partial class DistributeEmployee
{
/// <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()
{
this.apply_button = new System.Windows.Forms.Button();
this.sure_button = new System.Windows.Forms.Button();
this.Dept_comboBox1 = new System.Windows.Forms.ComboBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.Employee_comboBox1 = new System.Windows.Forms.ComboBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// apply_button
//
this.apply_button.Location = new System.Drawing.Point(124, 236);
this.apply_button.Name = "apply_button";
this.apply_button.Size = new System.Drawing.Size(75, 25);
this.apply_button.TabIndex = 0;
this.apply_button.Text = "应用";
this.apply_button.UseVisualStyleBackColor = true;
this.apply_button.Click += new System.EventHandler(this.apply_button_Click);
//
// sure_button
//
this.sure_button.Location = new System.Drawing.Point(205, 236);
this.sure_button.Name = "sure_button";
this.sure_button.Size = new System.Drawing.Size(75, 25);
this.sure_button.TabIndex = 2;
this.sure_button.Text = "确定";
this.sure_button.UseVisualStyleBackColor = true;
this.sure_button.Click += new System.EventHandler(this.sure_button_Click);
//
// Dept_comboBox1
//
this.Dept_comboBox1.FormattingEnabled = true;
this.Dept_comboBox1.Location = new System.Drawing.Point(162, 99);
this.Dept_comboBox1.Name = "Dept_comboBox1";
this.Dept_comboBox1.Size = new System.Drawing.Size(118, 20);
this.Dept_comboBox1.TabIndex = 4;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(81, 36);
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(118, 21);
this.textBox2.TabIndex = 5;
//
// Employee_comboBox1
//
this.Employee_comboBox1.FormattingEnabled = true;
this.Employee_comboBox1.Location = new System.Drawing.Point(12, 99);
this.Employee_comboBox1.Name = "Employee_comboBox1";
this.Employee_comboBox1.Size = new System.Drawing.Size(118, 20);
this.Employee_comboBox1.TabIndex = 6;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(81, 11);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(118, 21);
this.textBox1.TabIndex = 7;
this.textBox1.Text = "即将删除的部门名称";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(12, 72);
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(79, 21);
this.textBox3.TabIndex = 8;
this.textBox3.Text = "该部门的员工";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(162, 72);
this.textBox4.Name = "textBox4";
this.textBox4.ReadOnly = true;
this.textBox4.Size = new System.Drawing.Size(78, 21);
this.textBox4.TabIndex = 9;
this.textBox4.Text = "剩余部门集合";
//
// DistributeEmployee
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 273);
this.ControlBox = false;
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.Employee_comboBox1);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.Dept_comboBox1);
this.Controls.Add(this.sure_button);
this.Controls.Add(this.apply_button);
this.Name = "DistributeEmployee";
this.Text = "DistributeEmployee";
this.Load += new System.EventHandler(this.DistributeEmployee_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button apply_button;
private System.Windows.Forms.Button sure_button;
private System.Windows.Forms.ComboBox Dept_comboBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.ComboBox Employee_comboBox1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -