namespace Stone.WinModule.BasicData { partial class frmModunoAMDetail { /// /// 必需的设计器变量。 /// 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.txtModunoA = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtModunoM = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtModunoMShared = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtDescription = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtVoided = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // btnAddNewLine // this.btnAddNewLine.Location = new System.Drawing.Point(142, 270); // // btnClose // this.btnClose.Location = new System.Drawing.Point(355, 270); // // btnOK // this.btnOK.Location = new System.Drawing.Point(268, 270); // // txtModunoA // this.txtModunoA.Location = new System.Drawing.Point(146, 45); this.txtModunoA.MaxLength = 30; this.txtModunoA.Name = "txtModunoA"; this.txtModunoA.Size = new System.Drawing.Size(290, 21); this.txtModunoA.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(50, 48); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 12); this.label1.TabIndex = 214; this.label1.Text = "ModunoA"; // // txtModunoM // this.txtModunoM.Location = new System.Drawing.Point(146, 84); this.txtModunoM.MaxLength = 30; this.txtModunoM.Name = "txtModunoM"; this.txtModunoM.Size = new System.Drawing.Size(290, 21); this.txtModunoM.TabIndex = 215; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(50, 87); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(47, 12); this.label2.TabIndex = 216; this.label2.Text = "ModunoM"; // // txtModunoMShared // this.txtModunoMShared.Location = new System.Drawing.Point(146, 123); this.txtModunoMShared.MaxLength = 30; this.txtModunoMShared.Name = "txtModunoMShared"; this.txtModunoMShared.Size = new System.Drawing.Size(290, 21); this.txtModunoMShared.TabIndex = 217; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(50, 126); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(83, 12); this.label3.TabIndex = 218; this.label3.Text = "ModunoMShared"; // // txtDescription // this.txtDescription.Location = new System.Drawing.Point(146, 162); this.txtDescription.MaxLength = 50; this.txtDescription.Name = "txtDescription"; this.txtDescription.Size = new System.Drawing.Size(290, 21); this.txtDescription.TabIndex = 219; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(50, 165); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 12); this.label4.TabIndex = 220; this.label4.Text = "Description"; // // txtVoided // this.txtVoided.AutoSize = true; this.txtVoided.Location = new System.Drawing.Point(146, 211); this.txtVoided.Name = "txtVoided"; this.txtVoided.Size = new System.Drawing.Size(60, 16); this.txtVoided.TabIndex = 221; this.txtVoided.Text = "voided"; this.txtVoided.UseVisualStyleBackColor = true; // // frmModunoAMDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(499, 373); this.Controls.Add(this.txtVoided); this.Controls.Add(this.txtDescription); this.Controls.Add(this.label4); this.Controls.Add(this.txtModunoMShared); this.Controls.Add(this.label3); this.Controls.Add(this.txtModunoM); this.Controls.Add(this.label2); this.Controls.Add(this.txtModunoA); this.Controls.Add(this.label1); this.Name = "frmModunoAMDetail"; this.Load += new System.EventHandler(this.frmModunoAMDetail_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.txtModunoA, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtModunoM, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtModunoMShared, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtDescription, 0); this.Controls.SetChildIndex(this.txtVoided, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtModunoA; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtModunoM; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtModunoMShared; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtDescription; private System.Windows.Forms.Label label4; private System.Windows.Forms.CheckBox txtVoided; } }