天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

160 lines
7.4 KiB

namespace QMAPP.WinForm.Forms.Injection
{
partial class InjectionCheckForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.btnScarp = new System.Windows.Forms.Button();
this.txtProductCode = new System.Windows.Forms.TextBox();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.btnClose = new System.Windows.Forms.ToolStripButton();
this.lblError = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.comMachine = new System.Windows.Forms.ComboBox();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(25, 181);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 20);
this.label1.TabIndex = 15;
this.label1.Text = "条 码:";
//
// 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(392, 177);
this.btnScarp.Name = "btnScarp";
this.btnScarp.Size = new System.Drawing.Size(75, 26);
this.btnScarp.TabIndex = 14;
this.btnScarp.Text = "查验";
this.btnScarp.UseVisualStyleBackColor = true;
this.btnScarp.Click += new System.EventHandler(this.btnScarp_Click);
//
// txtProductCode
//
this.txtProductCode.Font = new System.Drawing.Font("宋体", 11F);
this.txtProductCode.Location = new System.Drawing.Point(113, 179);
this.txtProductCode.Name = "txtProductCode";
this.txtProductCode.Size = new System.Drawing.Size(236, 24);
this.txtProductCode.TabIndex = 13;
this.txtProductCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductCode_KeyDown);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnClose});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(523, 55);
this.toolStrip1.TabIndex = 12;
this.toolStrip1.Text = "toolStrip1";
//
// btnClose
//
this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.Image = global::QMAPP.WinForm.Resource1.cancle;
this.btnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(94, 52);
this.btnClose.Text = "关闭";
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// 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(52, 232);
this.lblError.Name = "lblError";
this.lblError.Size = new System.Drawing.Size(0, 35);
this.lblError.TabIndex = 16;
//
// 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(25, 109);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(69, 20);
this.label2.TabIndex = 17;
this.label2.Text = "注塑设备";
//
// comMachine
//
this.comMachine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comMachine.Font = new System.Drawing.Font("宋体", 11F);
this.comMachine.FormattingEnabled = true;
this.comMachine.Items.AddRange(new object[] {
"否",
"是"});
this.comMachine.Location = new System.Drawing.Point(113, 109);
this.comMachine.Name = "comMachine";
this.comMachine.Size = new System.Drawing.Size(236, 23);
this.comMachine.TabIndex = 18;
this.comMachine.SelectedIndexChanged += new System.EventHandler(this.comMachine_SelectedIndexChanged);
//
// InjectionCheckForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(523, 375);
this.Controls.Add(this.label2);
this.Controls.Add(this.comMachine);
this.Controls.Add(this.lblError);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnScarp);
this.Controls.Add(this.txtProductCode);
this.Controls.Add(this.toolStrip1);
this.Name = "InjectionCheckForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "条码查验";
this.Load += new System.EventHandler(this.InjectionCheckForm_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnScarp;
private System.Windows.Forms.TextBox txtProductCode;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton btnClose;
private System.Windows.Forms.Label lblError;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comMachine;
}
}