📄 frmbaseinfo.designer.cs
字号:
namespace EquipmentMS.BaseInfo
{
partial class frmBaseInfo
{
/// <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(frmBaseInfo));
this.lbName = new System.Windows.Forms.ListBox();
this.btnZCMC = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.DepartComboBox = new System.Windows.Forms.ComboBox();
this.Departlabel = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.labTitle = new System.Windows.Forms.Label();
this.btnAdd = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.btnDel = new System.Windows.Forms.Button();
this.btnQLFS = new System.Windows.Forms.Button();
this.btnJLDW = new System.Windows.Forms.Button();
this.btnBGRY = new System.Windows.Forms.Button();
this.btnCFDD = new System.Windows.Forms.Button();
this.btnSYQK = new System.Windows.Forms.Button();
this.btnSYBM = new System.Windows.Forms.Button();
this.btnZJFS = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// lbName
//
this.lbName.FormattingEnabled = true;
resources.ApplyResources(this.lbName, "lbName");
this.lbName.Name = "lbName";
//
// btnZCMC
//
resources.ApplyResources(this.btnZCMC, "btnZCMC");
this.btnZCMC.Name = "btnZCMC";
this.btnZCMC.UseVisualStyleBackColor = true;
this.btnZCMC.Click += new System.EventHandler(this.btnZCMC_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.DepartComboBox);
this.groupBox1.Controls.Add(this.Departlabel);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.labTitle);
this.groupBox1.Controls.Add(this.lbName);
this.groupBox1.Controls.Add(this.btnAdd);
this.groupBox1.Controls.Add(this.btnSave);
this.groupBox1.Controls.Add(this.btnCancel);
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.btnDel);
this.groupBox1.Controls.Add(this.btnQLFS);
this.groupBox1.Controls.Add(this.btnJLDW);
this.groupBox1.Controls.Add(this.btnBGRY);
this.groupBox1.Controls.Add(this.btnCFDD);
this.groupBox1.Controls.Add(this.btnSYQK);
this.groupBox1.Controls.Add(this.btnSYBM);
this.groupBox1.Controls.Add(this.btnZJFS);
this.groupBox1.Controls.Add(this.btnZCMC);
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// DepartComboBox
//
this.DepartComboBox.FormattingEnabled = true;
resources.ApplyResources(this.DepartComboBox, "DepartComboBox");
this.DepartComboBox.Name = "DepartComboBox";
//
// Departlabel
//
resources.ApplyResources(this.Departlabel, "Departlabel");
this.Departlabel.Name = "Departlabel";
//
// txtName
//
resources.ApplyResources(this.txtName, "txtName");
this.txtName.Name = "txtName";
//
// labTitle
//
resources.ApplyResources(this.labTitle, "labTitle");
this.labTitle.Name = "labTitle";
//
// btnAdd
//
resources.ApplyResources(this.btnAdd, "btnAdd");
this.btnAdd.Name = "btnAdd";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnSave
//
resources.ApplyResources(this.btnSave, "btnSave");
this.btnSave.Name = "btnSave";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnExit
//
resources.ApplyResources(this.btnExit, "btnExit");
this.btnExit.Name = "btnExit";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnDel
//
resources.ApplyResources(this.btnDel, "btnDel");
this.btnDel.Name = "btnDel";
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnQLFS
//
resources.ApplyResources(this.btnQLFS, "btnQLFS");
this.btnQLFS.Name = "btnQLFS";
this.btnQLFS.UseVisualStyleBackColor = true;
this.btnQLFS.Click += new System.EventHandler(this.btnQLFS_Click);
//
// btnJLDW
//
resources.ApplyResources(this.btnJLDW, "btnJLDW");
this.btnJLDW.Name = "btnJLDW";
this.btnJLDW.UseVisualStyleBackColor = true;
this.btnJLDW.Click += new System.EventHandler(this.btnJLDW_Click);
//
// btnBGRY
//
resources.ApplyResources(this.btnBGRY, "btnBGRY");
this.btnBGRY.Name = "btnBGRY";
this.btnBGRY.UseVisualStyleBackColor = true;
this.btnBGRY.Click += new System.EventHandler(this.btnBGRY_Click);
//
// btnCFDD
//
resources.ApplyResources(this.btnCFDD, "btnCFDD");
this.btnCFDD.Name = "btnCFDD";
this.btnCFDD.UseVisualStyleBackColor = true;
this.btnCFDD.Click += new System.EventHandler(this.btnCFDD_Click);
//
// btnSYQK
//
resources.ApplyResources(this.btnSYQK, "btnSYQK");
this.btnSYQK.Name = "btnSYQK";
this.btnSYQK.UseVisualStyleBackColor = true;
this.btnSYQK.Click += new System.EventHandler(this.btnSYQK_Click);
//
// btnSYBM
//
resources.ApplyResources(this.btnSYBM, "btnSYBM");
this.btnSYBM.Name = "btnSYBM";
this.btnSYBM.UseVisualStyleBackColor = true;
this.btnSYBM.Click += new System.EventHandler(this.btnSYBM_Click);
//
// btnZJFS
//
resources.ApplyResources(this.btnZJFS, "btnZJFS");
this.btnZJFS.Name = "btnZJFS";
this.btnZJFS.UseVisualStyleBackColor = true;
this.btnZJFS.Click += new System.EventHandler(this.btnZJFS_Click);
//
// frmBaseInfo
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Name = "frmBaseInfo";
this.Load += new System.EventHandler(this.frmBaseInfo_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox lbName;
private System.Windows.Forms.Button btnZCMC;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnQLFS;
private System.Windows.Forms.Button btnJLDW;
private System.Windows.Forms.Button btnBGRY;
private System.Windows.Forms.Button btnCFDD;
private System.Windows.Forms.Button btnSYQK;
private System.Windows.Forms.Button btnSYBM;
private System.Windows.Forms.Button btnZJFS;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label labTitle;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.ComboBox DepartComboBox;
private System.Windows.Forms.Label Departlabel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -