📄 insertdepartment.designer.cs
字号:
namespace rsgl
{
partial class insertDepartment
{
/// <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.label1 = new System.Windows.Forms.Label();
this.departmentIDTxt = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.departmentLeadIDTxt = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.departmentNameTxt = new System.Windows.Forms.TextBox();
this.cancelButton = new System.Windows.Forms.Button();
this.saveButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(33, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 14);
this.label1.TabIndex = 0;
this.label1.Text = "部门编号:";
//
// departmentIDTxt
//
this.departmentIDTxt.Location = new System.Drawing.Point(121, 21);
this.departmentIDTxt.Name = "departmentIDTxt";
this.departmentIDTxt.Size = new System.Drawing.Size(103, 21);
this.departmentIDTxt.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(33, 55);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 14);
this.label2.TabIndex = 0;
this.label2.Text = "领导编号:";
//
// departmentLeadIDTxt
//
this.departmentLeadIDTxt.Location = new System.Drawing.Point(121, 48);
this.departmentLeadIDTxt.Name = "departmentLeadIDTxt";
this.departmentLeadIDTxt.Size = new System.Drawing.Size(103, 21);
this.departmentLeadIDTxt.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(33, 82);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 14);
this.label3.TabIndex = 0;
this.label3.Text = "部门名称:";
//
// departmentNameTxt
//
this.departmentNameTxt.Location = new System.Drawing.Point(121, 75);
this.departmentNameTxt.Name = "departmentNameTxt";
this.departmentNameTxt.Size = new System.Drawing.Size(103, 21);
this.departmentNameTxt.TabIndex = 1;
//
// cancelButton
//
this.cancelButton.Location = new System.Drawing.Point(72, 110);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(59, 32);
this.cancelButton.TabIndex = 2;
this.cancelButton.Text = "取消";
this.cancelButton.UseVisualStyleBackColor = true;
//
// saveButton
//
this.saveButton.Location = new System.Drawing.Point(165, 110);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(59, 32);
this.saveButton.TabIndex = 2;
this.saveButton.Text = "保存";
this.saveButton.UseVisualStyleBackColor = true;
//
// insertDepartment
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(239, 142);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.departmentNameTxt);
this.Controls.Add(this.label3);
this.Controls.Add(this.departmentLeadIDTxt);
this.Controls.Add(this.label2);
this.Controls.Add(this.departmentIDTxt);
this.Controls.Add(this.label1);
this.Name = "insertDepartment";
this.Text = "insertDepartment";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox departmentIDTxt;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox departmentLeadIDTxt;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox departmentNameTxt;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Button saveButton;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -