namespace Stone.WinModule.BasicData { partial class frmLocationDetail { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.txtAddress2 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtAddress1 = new System.Windows.Forms.TextBox(); this.txtCode = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.txtAddress3 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnAddNewLine // this.btnAddNewLine.Location = new System.Drawing.Point(41, 191); // // btnClose // this.btnClose.Location = new System.Drawing.Point(254, 191); // // btnOK // this.btnOK.Location = new System.Drawing.Point(167, 191); // // txtAddress2 // this.txtAddress2.Location = new System.Drawing.Point(113, 108); this.txtAddress2.MaxLength = 200; this.txtAddress2.Name = "txtAddress2"; this.txtAddress2.Size = new System.Drawing.Size(222, 21); this.txtAddress2.TabIndex = 2; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(57, 110); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(47, 12); this.label3.TabIndex = 111; this.label3.Text = "地址2:"; // // txtAddress1 // this.txtAddress1.Location = new System.Drawing.Point(113, 74); this.txtAddress1.MaxLength = 100; this.txtAddress1.Name = "txtAddress1"; this.txtAddress1.Size = new System.Drawing.Size(222, 21); this.txtAddress1.TabIndex = 1; // // txtCode // this.txtCode.Location = new System.Drawing.Point(113, 40); this.txtCode.MaxLength = 10; this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(222, 21); this.txtCode.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(57, 77); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(47, 12); this.label2.TabIndex = 109; this.label2.Text = "地址1:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(63, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 108; this.label1.Text = "代码:"; // // txtAddress3 // this.txtAddress3.Location = new System.Drawing.Point(113, 142); this.txtAddress3.MaxLength = 200; this.txtAddress3.Name = "txtAddress3"; this.txtAddress3.Size = new System.Drawing.Size(222, 21); this.txtAddress3.TabIndex = 3; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(57, 143); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(47, 12); this.label4.TabIndex = 113; this.label4.Text = "地址3:"; // // frmLocationDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(381, 277); this.Controls.Add(this.txtAddress3); this.Controls.Add(this.label4); this.Controls.Add(this.txtAddress2); this.Controls.Add(this.label3); this.Controls.Add(this.txtAddress1); this.Controls.Add(this.txtCode); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "frmLocationDetail"; this.Load += new System.EventHandler(this.frmColorDetail_Load); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnAddNewLine, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtCode, 0); this.Controls.SetChildIndex(this.txtAddress1, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtAddress2, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtAddress3, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtAddress2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtAddress1; private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.TextBox txtAddress3; private System.Windows.Forms.Label label4; } }