namespace Stone.WinModule.BasicData { partial class frmModunoMBaseDetail { /// /// 必需的设计器变量。 /// 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.txtVoided = new System.Windows.Forms.CheckBox(); this.txtBlevel = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.txtDescription = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtModuno = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtCartype = new System.Windows.Forms.TextBox(); this.txtFL = new System.Windows.Forms.CheckBox(); this.txtFR = new System.Windows.Forms.CheckBox(); this.txtRL = new System.Windows.Forms.CheckBox(); this.txtRR = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.txtProdno = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnAddNewLine // this.btnAddNewLine.Location = new System.Drawing.Point(123, 292); // // btnClose // this.btnClose.Location = new System.Drawing.Point(336, 292); // // btnOK // this.btnOK.Location = new System.Drawing.Point(249, 292); // // txtVoided // this.txtVoided.AutoSize = true; this.txtVoided.Location = new System.Drawing.Point(127, 258); this.txtVoided.Name = "txtVoided"; this.txtVoided.Size = new System.Drawing.Size(60, 16); this.txtVoided.TabIndex = 10; this.txtVoided.Text = "voided"; this.txtVoided.UseVisualStyleBackColor = true; // // txtBlevel // this.txtBlevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.txtBlevel.FormattingEnabled = true; this.txtBlevel.Location = new System.Drawing.Point(127, 157); this.txtBlevel.Name = "txtBlevel"; this.txtBlevel.Size = new System.Drawing.Size(290, 20); this.txtBlevel.TabIndex = 7; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(50, 191); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(71, 12); this.label9.TabIndex = 239; this.label9.Text = "description"; // // txtDescription // this.txtDescription.Location = new System.Drawing.Point(127, 187); this.txtDescription.MaxLength = 10; this.txtDescription.Name = "txtDescription"; this.txtDescription.Size = new System.Drawing.Size(290, 21); this.txtDescription.TabIndex = 8; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(50, 161); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(41, 12); this.label7.TabIndex = 237; this.label7.Text = "blevel"; // // txtModuno // this.txtModuno.Location = new System.Drawing.Point(127, 28); this.txtModuno.MaxLength = 50; this.txtModuno.Name = "txtModuno"; this.txtModuno.Size = new System.Drawing.Size(290, 21); this.txtModuno.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(50, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 232; this.label1.Text = "moduno"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(50, 62); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(47, 12); this.label2.TabIndex = 233; this.label2.Text = "cartype"; // // txtCartype // this.txtCartype.Location = new System.Drawing.Point(127, 58); this.txtCartype.MaxLength = 5; this.txtCartype.Name = "txtCartype"; this.txtCartype.Size = new System.Drawing.Size(290, 21); this.txtCartype.TabIndex = 2; // // txtFL // this.txtFL.AutoSize = true; this.txtFL.Location = new System.Drawing.Point(127, 94); this.txtFL.Name = "txtFL"; this.txtFL.Size = new System.Drawing.Size(36, 16); this.txtFL.TabIndex = 3; this.txtFL.Text = "FL"; this.txtFL.UseVisualStyleBackColor = true; // // txtFR // this.txtFR.AutoSize = true; this.txtFR.Location = new System.Drawing.Point(294, 94); this.txtFR.Name = "txtFR"; this.txtFR.Size = new System.Drawing.Size(36, 16); this.txtFR.TabIndex = 4; this.txtFR.Text = "FR"; this.txtFR.UseVisualStyleBackColor = true; // // txtRL // this.txtRL.AutoSize = true; this.txtRL.Location = new System.Drawing.Point(127, 125); this.txtRL.Name = "txtRL"; this.txtRL.Size = new System.Drawing.Size(36, 16); this.txtRL.TabIndex = 5; this.txtRL.Text = "RL"; this.txtRL.UseVisualStyleBackColor = true; // // txtRR // this.txtRR.AutoSize = true; this.txtRR.Location = new System.Drawing.Point(294, 125); this.txtRR.Name = "txtRR"; this.txtRR.Size = new System.Drawing.Size(36, 16); this.txtRR.TabIndex = 6; this.txtRR.Text = "RR"; this.txtRR.UseVisualStyleBackColor = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(50, 222); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 241; this.label3.Text = "prodno"; // // txtProdno // this.txtProdno.Location = new System.Drawing.Point(127, 218); this.txtProdno.MaxLength = 30; this.txtProdno.Name = "txtProdno"; this.txtProdno.Size = new System.Drawing.Size(290, 21); this.txtProdno.TabIndex = 9; // // frmModunoMBaseDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(467, 391); this.Controls.Add(this.label3); this.Controls.Add(this.txtProdno); this.Controls.Add(this.txtRR); this.Controls.Add(this.txtRL); this.Controls.Add(this.txtFR); this.Controls.Add(this.txtFL); this.Controls.Add(this.txtVoided); this.Controls.Add(this.txtBlevel); this.Controls.Add(this.label9); this.Controls.Add(this.txtDescription); this.Controls.Add(this.label7); this.Controls.Add(this.txtModuno); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.txtCartype); this.Name = "frmModunoMBaseDetail"; this.Load += new System.EventHandler(this.frmModunoMBaseDetail_Load); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnAddNewLine, 0); this.Controls.SetChildIndex(this.txtCartype, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtModuno, 0); this.Controls.SetChildIndex(this.label7, 0); this.Controls.SetChildIndex(this.txtDescription, 0); this.Controls.SetChildIndex(this.label9, 0); this.Controls.SetChildIndex(this.txtBlevel, 0); this.Controls.SetChildIndex(this.txtVoided, 0); this.Controls.SetChildIndex(this.txtFL, 0); this.Controls.SetChildIndex(this.txtFR, 0); this.Controls.SetChildIndex(this.txtRL, 0); this.Controls.SetChildIndex(this.txtRR, 0); this.Controls.SetChildIndex(this.txtProdno, 0); this.Controls.SetChildIndex(this.label3, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox txtVoided; private System.Windows.Forms.ComboBox txtBlevel; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtDescription; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtModuno; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtCartype; private System.Windows.Forms.CheckBox txtFL; private System.Windows.Forms.CheckBox txtFR; private System.Windows.Forms.CheckBox txtRL; private System.Windows.Forms.CheckBox txtRR; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtProdno; } }