namespace Stone.WinModule.BasicData { partial class frmPart_ValidityDaysDetail { /// /// 必需的设计器变量。 /// 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.label1 = new System.Windows.Forms.Label(); this.txtValidityDays = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtParCode = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtMemo = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnAddNewLine // this.btnAddNewLine.Location = new System.Drawing.Point(48, 187); this.btnAddNewLine.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); // // btnClose // this.btnClose.Location = new System.Drawing.Point(332, 187); this.btnClose.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); // // btnOK // this.btnOK.Location = new System.Drawing.Point(216, 187); this.btnOK.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(43, 84); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(103, 15); this.label1.TabIndex = 103; this.label1.Text = "ValidityDays"; // // txtValidityDays // this.txtValidityDays.Location = new System.Drawing.Point(161, 81); this.txtValidityDays.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtValidityDays.MaxLength = 30; this.txtValidityDays.Name = "txtValidityDays"; this.txtValidityDays.Size = new System.Drawing.Size(279, 25); this.txtValidityDays.TabIndex = 1; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(59, 44); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 15); this.label4.TabIndex = 120; this.label4.Text = "PartCode"; // // txtParCode // this.txtParCode.Location = new System.Drawing.Point(161, 39); this.txtParCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtParCode.MaxLength = 10; this.txtParCode.Name = "txtParCode"; this.txtParCode.Size = new System.Drawing.Size(279, 25); this.txtParCode.TabIndex = 0; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(59, 129); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(39, 15); this.label6.TabIndex = 124; this.label6.Text = "Memo"; // // txtMemo // this.txtMemo.Location = new System.Drawing.Point(161, 124); this.txtMemo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtMemo.MaxLength = 30; this.txtMemo.Name = "txtMemo"; this.txtMemo.Size = new System.Drawing.Size(279, 25); this.txtMemo.TabIndex = 2; // // frmPart_ValidityDaysDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.ClientSize = new System.Drawing.Size(521, 293); this.Controls.Add(this.label6); this.Controls.Add(this.txtMemo); this.Controls.Add(this.label4); this.Controls.Add(this.txtParCode); this.Controls.Add(this.label1); this.Controls.Add(this.txtValidityDays); this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.Name = "frmPart_ValidityDaysDetail"; this.Load += new System.EventHandler(this.frmPart_ValidityDaysDetail_Load); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.txtValidityDays, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtParCode, 0); this.Controls.SetChildIndex(this.btnAddNewLine, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtMemo, 0); this.Controls.SetChildIndex(this.label6, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtValidityDays; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtParCode; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtMemo; } }