天津投入产出系统后端
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.

479 lines
24 KiB

namespace QMAPP.WinForm.Forms.Injection
{
partial class SlushMoldingEditForm
{
/// <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.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.label15 = new System.Windows.Forms.Label();
this.tbxPackageNo = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.comOpreator = new System.Windows.Forms.ComboBox();
this.comInjectionTerminal = new System.Windows.Forms.ComboBox();
this.comMaterialCode = new System.Windows.Forms.ComboBox();
this.comMachineCode = new System.Windows.Forms.ComboBox();
this.txtMaterialBatch = new System.Windows.Forms.TextBox();
this.txtMeterialWeight = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtRAWTYPE = new System.Windows.Forms.TextBox();
this.dtpOperateDate = new DateTimePickerA();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
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.dtpOperateDate);
this.groupBox1.Controls.Add(this.label17);
this.groupBox1.Controls.Add(this.label18);
this.groupBox1.Controls.Add(this.txtRAWTYPE);
this.groupBox1.Controls.Add(this.label15);
this.groupBox1.Controls.Add(this.tbxPackageNo);
this.groupBox1.Controls.Add(this.label16);
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.comOpreator);
this.groupBox1.Controls.Add(this.comInjectionTerminal);
this.groupBox1.Controls.Add(this.comMaterialCode);
this.groupBox1.Controls.Add(this.comMachineCode);
this.groupBox1.Controls.Add(this.txtMaterialBatch);
this.groupBox1.Controls.Add(this.txtMeterialWeight);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label3);
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;
//
// 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(34, 273);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(20, 20);
this.label15.TabIndex = 12;
this.label15.Text = "*";
//
// tbxPackageNo
//
this.tbxPackageNo.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbxPackageNo.Location = new System.Drawing.Point(134, 270);
this.tbxPackageNo.MaxLength = 20;
this.tbxPackageNo.Name = "tbxPackageNo";
this.tbxPackageNo.Size = new System.Drawing.Size(138, 30);
this.tbxPackageNo.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(50, 273);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(83, 20);
this.label16.TabIndex = 10;
this.label16.Text = "料包号:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.ForeColor = System.Drawing.Color.Red;
this.label14.Location = new System.Drawing.Point(34, 374);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(20, 20);
this.label14.TabIndex = 9;
this.label14.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(13, 223);
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(11, 174);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(20, 20);
this.label10.TabIndex = 9;
this.label10.Text = "*";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.Color.Red;
this.label8.Location = new System.Drawing.Point(35, 323);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(20, 20);
this.label8.TabIndex = 9;
this.label8.Text = "*";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.Red;
this.label6.Location = new System.Drawing.Point(13, 23);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(20, 20);
this.label6.TabIndex = 9;
this.label6.Text = "*";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(34, 74);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(20, 20);
this.label4.TabIndex = 9;
this.label4.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(12, 123);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(20, 20);
this.label2.TabIndex = 9;
this.label2.Text = "*";
//
// comOpreator
//
this.comOpreator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comOpreator.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comOpreator.FormattingEnabled = true;
this.comOpreator.Items.AddRange(new object[] {
"否",
"是"});
this.comOpreator.Location = new System.Drawing.Point(134, 370);
this.comOpreator.Name = "comOpreator";
this.comOpreator.Size = new System.Drawing.Size(193, 28);
this.comOpreator.TabIndex = 7;
//
// comInjectionTerminal
//
this.comInjectionTerminal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comInjectionTerminal.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comInjectionTerminal.FormattingEnabled = true;
this.comInjectionTerminal.Location = new System.Drawing.Point(134, 321);
this.comInjectionTerminal.Name = "comInjectionTerminal";
this.comInjectionTerminal.Size = new System.Drawing.Size(193, 28);
this.comInjectionTerminal.TabIndex = 6;
//
// comMaterialCode
//
this.comMaterialCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comMaterialCode.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comMaterialCode.FormattingEnabled = true;
this.comMaterialCode.Items.AddRange(new object[] {
"否",
"是"});
this.comMaterialCode.Location = new System.Drawing.Point(134, 68);
this.comMaterialCode.Name = "comMaterialCode";
this.comMaterialCode.Size = new System.Drawing.Size(361, 28);
this.comMaterialCode.TabIndex = 1;
this.comMaterialCode.SelectedIndexChanged += new System.EventHandler(this.comMaterialCode_SelectedIndexChanged);
//
// comMachineCode
//
this.comMachineCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comMachineCode.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comMachineCode.FormattingEnabled = true;
this.comMachineCode.Items.AddRange(new object[] {
"否",
"是"});
this.comMachineCode.Location = new System.Drawing.Point(134, 19);
this.comMachineCode.Name = "comMachineCode";
this.comMachineCode.Size = new System.Drawing.Size(361, 28);
this.comMachineCode.TabIndex = 0;
this.comMachineCode.SelectedValueChanged += new System.EventHandler(this.comMachineCode_SelectedValueChanged);
//
// txtMaterialBatch
//
this.txtMaterialBatch.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMaterialBatch.Location = new System.Drawing.Point(134, 219);
this.txtMaterialBatch.MaxLength = 20;
this.txtMaterialBatch.Name = "txtMaterialBatch";
this.txtMaterialBatch.Size = new System.Drawing.Size(326, 30);
this.txtMaterialBatch.TabIndex = 4;
//
// txtMeterialWeight
//
this.txtMeterialWeight.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMeterialWeight.Location = new System.Drawing.Point(134, 168);
this.txtMeterialWeight.MaxLength = 20;
this.txtMeterialWeight.Name = "txtMeterialWeight";
this.txtMeterialWeight.Size = new System.Drawing.Size(138, 30);
this.txtMeterialWeight.TabIndex = 3;
//
// 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(29, 223);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(104, 20);
this.label13.TabIndex = 6;
this.label13.Text = "投料批次:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.Location = new System.Drawing.Point(50, 373);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(83, 20);
this.label11.TabIndex = 6;
this.label11.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(27, 173);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(106, 20);
this.label9.TabIndex = 6;
this.label9.Text = "重量(KG):";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(50, 323);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(83, 20);
this.label7.TabIndex = 6;
this.label7.Text = "入料口:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(29, 23);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(104, 20);
this.label5.TabIndex = 6;
this.label5.Text = "搪塑设备:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(50, 73);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 20);
this.label3.TabIndex = 6;
this.label3.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(29, 123);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(104, 20);
this.label1.TabIndex = 6;
this.label1.Text = "粉料种类:";
//
// txtRAWTYPE
//
this.txtRAWTYPE.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRAWTYPE.Location = new System.Drawing.Point(134, 117);
this.txtRAWTYPE.MaxLength = 20;
this.txtRAWTYPE.Name = "txtRAWTYPE";
this.txtRAWTYPE.Size = new System.Drawing.Size(193, 30);
this.txtRAWTYPE.TabIndex = 2;
//
// dtpOperateDate
//
this.dtpOperateDate.CustomFormat = " ";
this.dtpOperateDate.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpOperateDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpOperateDate.FormatString = "yyyy年MM月dd HH:mm:ss";
this.dtpOperateDate.Location = new System.Drawing.Point(134, 419);
this.dtpOperateDate.Name = "dtpOperateDate";
this.dtpOperateDate.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpOperateDate.Size = new System.Drawing.Size(337, 31);
this.dtpOperateDate.TabIndex = 8;
this.dtpOperateDate.ValueX = null;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label17.Location = new System.Drawing.Point(25, 423);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(110, 21);
this.label17.TabIndex = 26;
this.label17.Text = "投料时间:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label18.ForeColor = System.Drawing.Color.Red;
this.label18.Location = new System.Drawing.Point(9, 423);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(22, 21);
this.label18.TabIndex = 25;
this.label18.Text = "*";
//
// SlushMoldingEditForm
//
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 = "SlushMoldingEditForm";
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 label14;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comOpreator;
private System.Windows.Forms.ComboBox comInjectionTerminal;
private System.Windows.Forms.ComboBox comMachineCode;
private System.Windows.Forms.TextBox txtMaterialBatch;
private System.Windows.Forms.TextBox txtMeterialWeight;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox comMaterialCode;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox tbxPackageNo;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox txtRAWTYPE;
private DateTimePickerA dtpOperateDate;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
}
}