namespace Stone.WinModule.JisData { partial class frmPJISErrorCarpet { /// /// 必需的设计器变量。 /// 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.label6 = new System.Windows.Forms.Label(); this.txtErrorMessage = new System.Windows.Forms.TextBox(); this.txtIsError = new System.Windows.Forms.CheckBox(); this.txtModuno = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtProductionNo = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnAddNewLine // this.btnAddNewLine.Location = new System.Drawing.Point(139, 364); // // btnClose // this.btnClose.Location = new System.Drawing.Point(352, 364); // // btnOK // this.btnOK.Location = new System.Drawing.Point(265, 364); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(36, 103); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(77, 12); this.label6.TabIndex = 131; this.label6.Text = "ErrorMessage"; // // txtErrorMessage // this.txtErrorMessage.Location = new System.Drawing.Point(137, 94); this.txtErrorMessage.Multiline = true; this.txtErrorMessage.Name = "txtErrorMessage"; this.txtErrorMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtErrorMessage.Size = new System.Drawing.Size(296, 197); this.txtErrorMessage.TabIndex = 127; // // txtIsError // this.txtIsError.AutoSize = true; this.txtIsError.Location = new System.Drawing.Point(137, 313); this.txtIsError.Name = "txtIsError"; this.txtIsError.Size = new System.Drawing.Size(66, 16); this.txtIsError.TabIndex = 130; this.txtIsError.Text = "IsError"; this.txtIsError.UseVisualStyleBackColor = true; // // txtModuno // this.txtModuno.Location = new System.Drawing.Point(137, 49); this.txtModuno.Name = "txtModuno"; this.txtModuno.Size = new System.Drawing.Size(296, 21); this.txtModuno.TabIndex = 121; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(36, 53); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 123; this.label2.Text = "moduno"; // // txtProductionNo // this.txtProductionNo.Location = new System.Drawing.Point(137, 12); this.txtProductionNo.Name = "txtProductionNo"; this.txtProductionNo.ReadOnly = true; this.txtProductionNo.Size = new System.Drawing.Size(296, 21); this.txtProductionNo.TabIndex = 119; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(36, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 120; this.label1.Text = "ProductionNo"; // // frmPJISErrorCarpet // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(492, 462); this.Controls.Add(this.label6); this.Controls.Add(this.txtErrorMessage); this.Controls.Add(this.txtIsError); this.Controls.Add(this.txtModuno); this.Controls.Add(this.label2); this.Controls.Add(this.txtProductionNo); this.Controls.Add(this.label1); this.Name = "frmPJISErrorCarpet"; this.Load += new System.EventHandler(this.frmPJISErrorCarpet_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.txtProductionNo, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtModuno, 0); this.Controls.SetChildIndex(this.txtIsError, 0); this.Controls.SetChildIndex(this.txtErrorMessage, 0); this.Controls.SetChildIndex(this.label6, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtErrorMessage; private System.Windows.Forms.CheckBox txtIsError; private System.Windows.Forms.TextBox txtModuno; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtProductionNo; private System.Windows.Forms.Label label1; } }