namespace QMAPP.WinForm.Forms.Operation { partial class frmInspectSkipping { /// /// 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.txtLabelCode = new System.Windows.Forms.TextBox(); this.btnSubmit = new System.Windows.Forms.Button(); this.lblMessage = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtSEQ = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtMaterialName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtMaterialCode = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtPlanNo = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.btnInspect = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtLabelCode // this.txtLabelCode.Location = new System.Drawing.Point(134, 24); this.txtLabelCode.Margin = new System.Windows.Forms.Padding(5); this.txtLabelCode.Name = "txtLabelCode"; this.txtLabelCode.Size = new System.Drawing.Size(392, 29); this.txtLabelCode.TabIndex = 0; this.txtLabelCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLabelCode_KeyDown); // // btnSubmit // this.btnSubmit.Location = new System.Drawing.Point(536, 21); this.btnSubmit.Margin = new System.Windows.Forms.Padding(5); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(98, 34); this.btnSubmit.TabIndex = 1; this.btnSubmit.Text = "提交"; this.btnSubmit.UseVisualStyleBackColor = true; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // lblMessage // this.lblMessage.AutoSize = true; this.lblMessage.Location = new System.Drawing.Point(30, 59); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(0, 21); this.lblMessage.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(20, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(106, 21); this.label1.TabIndex = 3; this.label1.Text = "门板计划标签"; // // txtSEQ // this.txtSEQ.Location = new System.Drawing.Point(134, 238); this.txtSEQ.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.txtSEQ.Name = "txtSEQ"; this.txtSEQ.ReadOnly = true; this.txtSEQ.Size = new System.Drawing.Size(135, 29); this.txtSEQ.TabIndex = 17; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(68, 241); this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(58, 21); this.label5.TabIndex = 16; this.label5.Text = "顺序号"; // // txtMaterialName // this.txtMaterialName.Location = new System.Drawing.Point(134, 198); this.txtMaterialName.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.txtMaterialName.Name = "txtMaterialName"; this.txtMaterialName.ReadOnly = true; this.txtMaterialName.Size = new System.Drawing.Size(500, 29); this.txtMaterialName.TabIndex = 15; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(52, 201); this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(74, 21); this.label4.TabIndex = 14; this.label4.Text = "总成名称"; // // txtMaterialCode // this.txtMaterialCode.Location = new System.Drawing.Point(134, 159); this.txtMaterialCode.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.txtMaterialCode.Name = "txtMaterialCode"; this.txtMaterialCode.ReadOnly = true; this.txtMaterialCode.Size = new System.Drawing.Size(500, 29); this.txtMaterialCode.TabIndex = 13; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(68, 162); this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(58, 21); this.label3.TabIndex = 12; this.label3.Text = "总成号"; // // txtPlanNo // this.txtPlanNo.Location = new System.Drawing.Point(134, 119); this.txtPlanNo.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.txtPlanNo.Name = "txtPlanNo"; this.txtPlanNo.ReadOnly = true; this.txtPlanNo.Size = new System.Drawing.Size(500, 29); this.txtPlanNo.TabIndex = 11; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(68, 121); this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 21); this.label2.TabIndex = 10; this.label2.Text = "计划号"; // // btnInspect // this.btnInspect.Location = new System.Drawing.Point(416, 246); this.btnInspect.Name = "btnInspect"; this.btnInspect.Size = new System.Drawing.Size(98, 41); this.btnInspect.TabIndex = 18; this.btnInspect.Text = "终检确认"; this.btnInspect.UseVisualStyleBackColor = true; this.btnInspect.Click += new System.EventHandler(this.btnInspect_Click); // // btnClose // this.btnClose.Location = new System.Drawing.Point(536, 246); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(98, 41); this.btnClose.TabIndex = 19; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // frmInspectSkipping // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(666, 305); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnInspect); this.Controls.Add(this.txtSEQ); this.Controls.Add(this.label5); this.Controls.Add(this.txtMaterialName); this.Controls.Add(this.label4); this.Controls.Add(this.txtMaterialCode); this.Controls.Add(this.label3); this.Controls.Add(this.txtPlanNo); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.lblMessage); this.Controls.Add(this.btnSubmit); this.Controls.Add(this.txtLabelCode); this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(5); this.MaximizeBox = false; this.Name = "frmInspectSkipping"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "门板跳序终检"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtLabelCode; private System.Windows.Forms.Button btnSubmit; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtSEQ; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtMaterialName; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtMaterialCode; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtPlanNo; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnInspect; private System.Windows.Forms.Button btnClose; } }