📄 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()
{
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.label2 = new System.Windows.Forms.Label();
this.txtUnitsAddress = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtMemo = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtLinkman = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtTel = new System.Windows.Forms.TextBox();
this.btnExit = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btnUpdate
//
this.btnUpdate.Location = new System.Drawing.Point(288, 192);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(75, 23);
this.btnUpdate.TabIndex = 0;
this.btnUpdate.Text = "更 新";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 1;
this.label1.Text = "单位名称:";
//
// txtUnits
//
this.txtUnits.Location = new System.Drawing.Point(73, 14);
this.txtUnits.Name = "txtUnits";
this.txtUnits.Size = new System.Drawing.Size(359, 21);
this.txtUnits.TabIndex = 2;
//
// 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);
this.groupBox1.Location = new System.Drawing.Point(11, 7);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(446, 177);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(212, 73);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "联系电话:";
//
// txtUnitsAddress
//
this.txtUnitsAddress.Location = new System.Drawing.Point(73, 40);
this.txtUnitsAddress.Name = "txtUnitsAddress";
this.txtUnitsAddress.Size = new System.Drawing.Size(359, 21);
this.txtUnitsAddress.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(11, 98);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 1;
this.label3.Text = "单位简介:";
//
// txtMemo
//
this.txtMemo.Location = new System.Drawing.Point(73, 92);
this.txtMemo.Multiline = true;
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(359, 73);
this.txtMemo.TabIndex = 2;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(11, 73);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 1;
this.label4.Text = "联系人:";
//
// txtLinkman
//
this.txtLinkman.Location = new System.Drawing.Point(73, 66);
this.txtLinkman.Name = "txtLinkman";
this.txtLinkman.Size = new System.Drawing.Size(133, 21);
this.txtLinkman.TabIndex = 2;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(11, 48);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 1;
this.label5.Text = "单位地址:";
//
// txtTel
//
this.txtTel.Location = new System.Drawing.Point(283, 66);
this.txtTel.Name = "txtTel";
this.txtTel.Size = new System.Drawing.Size(149, 21);
this.txtTel.TabIndex = 2;
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(369, 192);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 0;
this.btnExit.Text = "关 闭";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// frmUnits
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(469, 218);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnUpdate);
this.MaximizeBox = false;
this.Name = "frmUnits";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "本单位信息";
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 + -