namespace QMAPP.WinForm.Forms.Injection { partial class SlushScarpForm { /// /// 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.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.txtProductCode = new System.Windows.Forms.TextBox(); this.btnScarp = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.lblError = new System.Windows.Forms.Label(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(532, 55); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripButton1.Image = global::QMAPP.WinForm.Resource1.cancle; this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(94, 52); this.toolStripButton1.Text = "关闭"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // txtProductCode // this.txtProductCode.Font = new System.Drawing.Font("宋体", 11F); this.txtProductCode.Location = new System.Drawing.Point(99, 123); this.txtProductCode.Name = "txtProductCode"; this.txtProductCode.Size = new System.Drawing.Size(236, 24); this.txtProductCode.TabIndex = 4; this.txtProductCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductCode_KeyDown); // // btnScarp // this.btnScarp.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnScarp.Location = new System.Drawing.Point(381, 122); this.btnScarp.Name = "btnScarp"; this.btnScarp.Size = new System.Drawing.Size(75, 26); this.btnScarp.TabIndex = 7; this.btnScarp.Text = "作废"; this.btnScarp.UseVisualStyleBackColor = true; this.btnScarp.Click += new System.EventHandler(this.btnScarp_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(12, 124); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 20); this.label2.TabIndex = 9; this.label2.Text = "条 码:"; // // lblError // this.lblError.AutoSize = true; this.lblError.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblError.Location = new System.Drawing.Point(23, 179); this.lblError.Name = "lblError"; this.lblError.Size = new System.Drawing.Size(0, 35); this.lblError.TabIndex = 10; // // SlushScarpForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(532, 372); this.Controls.Add(this.lblError); this.Controls.Add(this.label2); this.Controls.Add(this.btnScarp); this.Controls.Add(this.txtProductCode); this.Controls.Add(this.toolStrip1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SlushScarpForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "产品作废"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.TextBox txtProductCode; private System.Windows.Forms.Button btnScarp; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblError; } }