namespace Stone.WinModule.JISData { partial class frmJISASA_Input_Info { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.txtMsg1 = new System.Windows.Forms.TextBox(); this.txtMsg2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.btnClose = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 0; this.label1.Text = "少号:"; // // txtMsg1 // this.txtMsg1.Location = new System.Drawing.Point(13, 29); this.txtMsg1.Multiline = true; this.txtMsg1.Name = "txtMsg1"; this.txtMsg1.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtMsg1.Size = new System.Drawing.Size(639, 165); this.txtMsg1.TabIndex = 1; // // txtMsg2 // this.txtMsg2.Location = new System.Drawing.Point(12, 220); this.txtMsg2.Multiline = true; this.txtMsg2.Name = "txtMsg2"; this.txtMsg2.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtMsg2.Size = new System.Drawing.Size(639, 165); this.txtMsg2.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 204); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 2; this.label2.Text = "多号:"; // // btnClose // this.btnClose.Location = new System.Drawing.Point(295, 410); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 4; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // frmJISASA_Input_Info // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(664, 451); this.Controls.Add(this.btnClose); this.Controls.Add(this.txtMsg2); this.Controls.Add(this.label2); this.Controls.Add(this.txtMsg1); this.Controls.Add(this.label1); this.Name = "frmJISASA_Input_Info"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "订单导入校验信息"; this.Load += new System.EventHandler(this.frmJISASA_Input_Info_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnClose; public System.Windows.Forms.TextBox txtMsg1; public System.Windows.Forms.TextBox txtMsg2; } }