📄 frmunits.designer.cs
字号:
namespace EMS.SetSystem
{
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.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtAccounts = new System.Windows.Forms.TextBox();
this.txtAddress = new System.Windows.Forms.TextBox();
this.btnExit = new System.Windows.Forms.Button();
this.btnUpdate = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtTel = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtLinkMan = new System.Windows.Forms.TextBox();
this.txtTax = new System.Windows.Forms.TextBox();
this.txtFullname = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtAccounts);
this.groupBox1.Controls.Add(this.txtAddress);
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.btnUpdate);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtTel);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtLinkMan);
this.groupBox1.Controls.Add(this.txtTax);
this.groupBox1.Controls.Add(this.txtFullname);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(3, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(477, 174);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// txtAccounts
//
this.txtAccounts.Location = new System.Drawing.Point(89, 106);
this.txtAccounts.Name = "txtAccounts";
this.txtAccounts.Size = new System.Drawing.Size(378, 21);
this.txtAccounts.TabIndex = 0;
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(89, 79);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(378, 21);
this.txtAddress.TabIndex = 0;
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(392, 140);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 2;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnUpdate
//
this.btnUpdate.Location = new System.Drawing.Point(305, 140);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(75, 23);
this.btnUpdate.TabIndex = 2;
this.btnUpdate.Text = "更新";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(-118, 134);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 1;
this.label6.Text = "label1";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(-153, 95);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 1;
this.label5.Text = "label1";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 113);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(89, 12);
this.label4.TabIndex = 1;
this.label4.Text = "开户行及账号:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(251, 54);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 1;
this.label8.Text = "联系人:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(263, 27);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 1;
this.label7.Text = "税号:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(27, 85);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 1;
this.label3.Text = "单位地址:";
//
// txtTel
//
this.txtTel.Location = new System.Drawing.Point(89, 51);
this.txtTel.Name = "txtTel";
this.txtTel.Size = new System.Drawing.Size(162, 21);
this.txtTel.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(27, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "单位电话:";
//
// txtLinkMan
//
this.txtLinkMan.Location = new System.Drawing.Point(305, 51);
this.txtLinkMan.Name = "txtLinkMan";
this.txtLinkMan.Size = new System.Drawing.Size(162, 21);
this.txtLinkMan.TabIndex = 0;
//
// txtTax
//
this.txtTax.Location = new System.Drawing.Point(305, 24);
this.txtTax.Name = "txtTax";
this.txtTax.Size = new System.Drawing.Size(162, 21);
this.txtTax.TabIndex = 0;
//
// txtFullname
//
this.txtFullname.Location = new System.Drawing.Point(89, 24);
this.txtFullname.Name = "txtFullname";
this.txtFullname.Size = new System.Drawing.Size(162, 21);
this.txtFullname.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(27, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 1;
this.label1.Text = "单位全称:";
//
// frmUnits
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(485, 184);
this.Controls.Add(this.groupBox1);
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.GroupBox groupBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtTel;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtFullname;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtAccounts;
private System.Windows.Forms.TextBox txtLinkMan;
private System.Windows.Forms.TextBox txtTax;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnUpdate;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -