📄 frmunits.designer.cs
字号:
namespace EquipmentMS.SystemSet
{
partial class frmUnits
{
/// <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(frmUnits));
this.btnUpdate = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txtUnits = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtTel = new System.Windows.Forms.TextBox();
this.txtLinkman = new System.Windows.Forms.TextBox();
this.txtMemo = new System.Windows.Forms.TextBox();
this.txtUnitsAddress = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btnExit = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btnUpdate
//
resources.ApplyResources(this.btnUpdate, "btnUpdate");
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// txtUnits
//
resources.ApplyResources(this.txtUnits, "txtUnits");
this.txtUnits.Name = "txtUnits";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtTel);
this.groupBox1.Controls.Add(this.txtLinkman);
this.groupBox1.Controls.Add(this.txtMemo);
this.groupBox1.Controls.Add(this.txtUnitsAddress);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtUnits);
this.groupBox1.Controls.Add(this.label1);
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// txtTel
//
resources.ApplyResources(this.txtTel, "txtTel");
this.txtTel.Name = "txtTel";
//
// txtLinkman
//
resources.ApplyResources(this.txtLinkman, "txtLinkman");
this.txtLinkman.Name = "txtLinkman";
//
// txtMemo
//
resources.ApplyResources(this.txtMemo, "txtMemo");
this.txtMemo.Name = "txtMemo";
//
// txtUnitsAddress
//
resources.ApplyResources(this.txtUnitsAddress, "txtUnitsAddress");
this.txtUnitsAddress.Name = "txtUnitsAddress";
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// btnExit
//
resources.ApplyResources(this.btnExit, "btnExit");
this.btnExit.Name = "btnExit";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// frmUnits
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnUpdate);
this.MaximizeBox = false;
this.Name = "frmUnits";
this.Load += new System.EventHandler(this.frmUnits_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtUnits;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtTel;
private System.Windows.Forms.TextBox txtLinkman;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.TextBox txtUnitsAddress;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnExit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -