namespace Stone.WinModule.JisData { partial class frmPJISError { /// /// 必需的设计器变量。 /// 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.txtRRProdNo = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtRLProdNo = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtFRProdNo = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtFLProdNo = 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(168, 518); // // btnClose // this.btnClose.Location = new System.Drawing.Point(381, 518); // // btnOK // this.btnOK.Location = new System.Drawing.Point(294, 518); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(65, 249); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(77, 12); this.label6.TabIndex = 118; this.label6.Text = "ErrorMessage"; // // txtErrorMessage // this.txtErrorMessage.Location = new System.Drawing.Point(166, 240); 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 = 114; // // txtIsError // this.txtIsError.AutoSize = true; this.txtIsError.Location = new System.Drawing.Point(166, 459); this.txtIsError.Name = "txtIsError"; this.txtIsError.Size = new System.Drawing.Size(66, 16); this.txtIsError.TabIndex = 117; this.txtIsError.Text = "IsError"; this.txtIsError.UseVisualStyleBackColor = true; // // txtRRProdNo // this.txtRRProdNo.Location = new System.Drawing.Point(166, 199); this.txtRRProdNo.Name = "txtRRProdNo"; this.txtRRProdNo.Size = new System.Drawing.Size(296, 21); this.txtRRProdNo.TabIndex = 112; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(65, 203); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 116; this.label5.Text = "RRProdNo"; // // txtRLProdNo // this.txtRLProdNo.Location = new System.Drawing.Point(166, 160); this.txtRLProdNo.Name = "txtRLProdNo"; this.txtRLProdNo.Size = new System.Drawing.Size(296, 21); this.txtRLProdNo.TabIndex = 111; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(65, 164); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 115; this.label4.Text = "RLProdNo"; // // txtFRProdNo // this.txtFRProdNo.Location = new System.Drawing.Point(166, 122); this.txtFRProdNo.Name = "txtFRProdNo"; this.txtFRProdNo.Size = new System.Drawing.Size(296, 21); this.txtFRProdNo.TabIndex = 109; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(65, 126); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 113; this.label3.Text = "FRProdNo"; // // txtFLProdNo // this.txtFLProdNo.Location = new System.Drawing.Point(166, 83); this.txtFLProdNo.Name = "txtFLProdNo"; this.txtFLProdNo.Size = new System.Drawing.Size(296, 21); this.txtFLProdNo.TabIndex = 108; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(65, 87); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 110; this.label2.Text = "FLProdNo"; // // txtProductionNo // this.txtProductionNo.Location = new System.Drawing.Point(166, 46); this.txtProductionNo.Name = "txtProductionNo"; this.txtProductionNo.ReadOnly = true; this.txtProductionNo.Size = new System.Drawing.Size(296, 21); this.txtProductionNo.TabIndex = 106; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(65, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 107; this.label1.Text = "ProductionNo"; // // frmPJISError // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(527, 593); this.Controls.Add(this.label6); this.Controls.Add(this.txtErrorMessage); this.Controls.Add(this.txtIsError); this.Controls.Add(this.txtRRProdNo); this.Controls.Add(this.label5); this.Controls.Add(this.txtRLProdNo); this.Controls.Add(this.label4); this.Controls.Add(this.txtFRProdNo); this.Controls.Add(this.label3); this.Controls.Add(this.txtFLProdNo); this.Controls.Add(this.label2); this.Controls.Add(this.txtProductionNo); this.Controls.Add(this.label1); this.Name = "frmPJISError"; this.Load += new System.EventHandler(this.frmPJISError_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.txtFLProdNo, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtFRProdNo, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtRLProdNo, 0); this.Controls.SetChildIndex(this.label5, 0); this.Controls.SetChildIndex(this.txtRRProdNo, 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 txtRRProdNo; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtRLProdNo; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtFRProdNo; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtFLProdNo; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtProductionNo; private System.Windows.Forms.Label label1; } }