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.
276 lines
14 KiB
276 lines
14 KiB
namespace QMAPP.WinForm.Forms.Injection
|
|
{
|
|
partial class InjectionMoldingNEWEditForm
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsbSave = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbClose = new System.Windows.Forms.ToolStripButton();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.txtBucketCode = new System.Windows.Forms.TextBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.txtSerialCode = new System.Windows.Forms.TextBox();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtBatchCode = new System.Windows.Forms.TextBox();
|
|
this.txtPartCode = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.toolStrip1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.AutoSize = false;
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsbSave,
|
|
this.tsbClose});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(513, 60);
|
|
this.toolStrip1.TabIndex = 0;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsbSave
|
|
//
|
|
this.tsbSave.AutoSize = false;
|
|
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.tsbSave.Image = global::QMAPP.WinForm.Resource1.save;
|
|
this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbSave.Name = "tsbSave";
|
|
this.tsbSave.Size = new System.Drawing.Size(100, 60);
|
|
this.tsbSave.Text = "保存";
|
|
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
|
|
//
|
|
// tsbClose
|
|
//
|
|
this.tsbClose.AutoSize = false;
|
|
this.tsbClose.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.tsbClose.Image = global::QMAPP.WinForm.Resource1.cancle;
|
|
this.tsbClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbClose.Name = "tsbClose";
|
|
this.tsbClose.Size = new System.Drawing.Size(100, 60);
|
|
this.tsbClose.Text = "关闭";
|
|
this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.txtBucketCode);
|
|
this.groupBox1.Controls.Add(this.label15);
|
|
this.groupBox1.Controls.Add(this.txtSerialCode);
|
|
this.groupBox1.Controls.Add(this.label16);
|
|
this.groupBox1.Controls.Add(this.label12);
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.txtBatchCode);
|
|
this.groupBox1.Controls.Add(this.txtPartCode);
|
|
this.groupBox1.Controls.Add(this.label13);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(3, 63);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(506, 476);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// txtBucketCode
|
|
//
|
|
this.txtBucketCode.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtBucketCode.Location = new System.Drawing.Point(173, 72);
|
|
this.txtBucketCode.MaxLength = 20;
|
|
this.txtBucketCode.Name = "txtBucketCode";
|
|
this.txtBucketCode.Size = new System.Drawing.Size(235, 30);
|
|
this.txtBucketCode.TabIndex = 2;
|
|
this.txtBucketCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BucketCode_TextChanged);
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label15.ForeColor = System.Drawing.Color.Red;
|
|
this.label15.Location = new System.Drawing.Point(58, 352);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(20, 20);
|
|
this.label15.TabIndex = 12;
|
|
this.label15.Text = "*";
|
|
//
|
|
// txtSerialCode
|
|
//
|
|
this.txtSerialCode.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtSerialCode.Location = new System.Drawing.Point(173, 349);
|
|
this.txtSerialCode.MaxLength = 20;
|
|
this.txtSerialCode.Name = "txtSerialCode";
|
|
this.txtSerialCode.Size = new System.Drawing.Size(235, 30);
|
|
this.txtSerialCode.TabIndex = 5;
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label16.Location = new System.Drawing.Point(74, 352);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(83, 20);
|
|
this.label16.TabIndex = 10;
|
|
this.label16.Text = "流水号:";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label12.ForeColor = System.Drawing.Color.Red;
|
|
this.label12.Location = new System.Drawing.Point(52, 256);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(20, 20);
|
|
this.label12.TabIndex = 9;
|
|
this.label12.Text = "*";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label10.ForeColor = System.Drawing.Color.Red;
|
|
this.label10.Location = new System.Drawing.Point(50, 169);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(20, 20);
|
|
this.label10.TabIndex = 9;
|
|
this.label10.Text = "*";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|
this.label2.Location = new System.Drawing.Point(51, 78);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(20, 20);
|
|
this.label2.TabIndex = 9;
|
|
this.label2.Text = "*";
|
|
//
|
|
// txtBatchCode
|
|
//
|
|
this.txtBatchCode.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtBatchCode.Location = new System.Drawing.Point(173, 252);
|
|
this.txtBatchCode.MaxLength = 20;
|
|
this.txtBatchCode.Name = "txtBatchCode";
|
|
this.txtBatchCode.Size = new System.Drawing.Size(235, 30);
|
|
this.txtBatchCode.TabIndex = 4;
|
|
this.txtBatchCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BatchCode_TextChanged);
|
|
//
|
|
// txtPartCode
|
|
//
|
|
this.txtPartCode.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtPartCode.Location = new System.Drawing.Point(173, 163);
|
|
this.txtPartCode.MaxLength = 20;
|
|
this.txtPartCode.Name = "txtPartCode";
|
|
this.txtPartCode.Size = new System.Drawing.Size(235, 30);
|
|
this.txtPartCode.TabIndex = 3;
|
|
this.txtPartCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PartCode_TextChanged);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label13.Location = new System.Drawing.Point(68, 256);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(104, 20);
|
|
this.label13.TabIndex = 6;
|
|
this.label13.Text = "投料批次:";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label9.Location = new System.Drawing.Point(66, 168);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(83, 20);
|
|
this.label9.TabIndex = 6;
|
|
this.label9.Text = "零件号:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(68, 78);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(104, 20);
|
|
this.label1.TabIndex = 6;
|
|
this.label1.Text = "料筒编码:";
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 2000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// InjectionMoldingNEWEditForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(513, 542);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Name = "InjectionMoldingNEWEditForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "注塑投料";
|
|
this.Load += new System.EventHandler(this.Form_Load);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton tsbSave;
|
|
private System.Windows.Forms.ToolStripButton tsbClose;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtBatchCode;
|
|
private System.Windows.Forms.TextBox txtPartCode;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.TextBox txtSerialCode;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.TextBox txtBucketCode;
|
|
private System.Windows.Forms.Timer timer1;
|
|
}
|
|
}
|