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.
391 lines
18 KiB
391 lines
18 KiB
4 years ago
|
namespace QMAPP.WinForm.Forms.Injection
|
||
|
{
|
||
|
partial class SingleSlushMoldConfigEdit
|
||
|
{
|
||
|
/// <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.comCurrent = new System.Windows.Forms.ComboBox();
|
||
|
this.comMoldValue2 = new System.Windows.Forms.ComboBox();
|
||
|
this.label14 = new System.Windows.Forms.Label();
|
||
|
this.label12 = new System.Windows.Forms.Label();
|
||
|
this.label10 = 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.comStatus = new System.Windows.Forms.ComboBox();
|
||
|
this.comHOrL = new System.Windows.Forms.ComboBox();
|
||
|
this.comMoldValue = new System.Windows.Forms.ComboBox();
|
||
|
this.comMoldStation = new System.Windows.Forms.ComboBox();
|
||
|
this.label13 = new System.Windows.Forms.Label();
|
||
|
this.label11 = new System.Windows.Forms.Label();
|
||
|
this.label9 = 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.comIndexNumber = new System.Windows.Forms.ComboBox();
|
||
|
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(459, 60);
|
||
|
this.toolStrip1.TabIndex = 1;
|
||
|
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.comIndexNumber);
|
||
|
this.groupBox1.Controls.Add(this.comCurrent);
|
||
|
this.groupBox1.Controls.Add(this.comMoldValue2);
|
||
|
this.groupBox1.Controls.Add(this.label14);
|
||
|
this.groupBox1.Controls.Add(this.label12);
|
||
|
this.groupBox1.Controls.Add(this.label10);
|
||
|
this.groupBox1.Controls.Add(this.label6);
|
||
|
this.groupBox1.Controls.Add(this.label4);
|
||
|
this.groupBox1.Controls.Add(this.label2);
|
||
|
this.groupBox1.Controls.Add(this.comStatus);
|
||
|
this.groupBox1.Controls.Add(this.comHOrL);
|
||
|
this.groupBox1.Controls.Add(this.comMoldValue);
|
||
|
this.groupBox1.Controls.Add(this.comMoldStation);
|
||
|
this.groupBox1.Controls.Add(this.label13);
|
||
|
this.groupBox1.Controls.Add(this.label11);
|
||
|
this.groupBox1.Controls.Add(this.label9);
|
||
|
this.groupBox1.Controls.Add(this.label5);
|
||
|
this.groupBox1.Controls.Add(this.label3);
|
||
|
this.groupBox1.Controls.Add(this.label1);
|
||
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.groupBox1.Location = new System.Drawing.Point(0, 60);
|
||
|
this.groupBox1.Name = "groupBox1";
|
||
|
this.groupBox1.Size = new System.Drawing.Size(459, 430);
|
||
|
this.groupBox1.TabIndex = 2;
|
||
|
this.groupBox1.TabStop = false;
|
||
|
//
|
||
|
// comCurrent
|
||
|
//
|
||
|
this.comCurrent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comCurrent.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comCurrent.FormattingEnabled = true;
|
||
|
this.comCurrent.Items.AddRange(new object[] {
|
||
|
"是",
|
||
|
"否"});
|
||
|
this.comCurrent.Location = new System.Drawing.Point(169, 342);
|
||
|
this.comCurrent.Name = "comCurrent";
|
||
|
this.comCurrent.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comCurrent.TabIndex = 70;
|
||
|
//
|
||
|
// comMoldValue2
|
||
|
//
|
||
|
this.comMoldValue2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comMoldValue2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comMoldValue2.FormattingEnabled = true;
|
||
|
this.comMoldValue2.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comMoldValue2.Location = new System.Drawing.Point(273, 160);
|
||
|
this.comMoldValue2.Name = "comMoldValue2";
|
||
|
this.comMoldValue2.Size = new System.Drawing.Size(90, 24);
|
||
|
this.comMoldValue2.TabIndex = 40;
|
||
|
//
|
||
|
// label14
|
||
|
//
|
||
|
this.label14.AutoSize = true;
|
||
|
this.label14.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label14.Location = new System.Drawing.Point(55, 290);
|
||
|
this.label14.Name = "label14";
|
||
|
this.label14.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label14.TabIndex = 9;
|
||
|
this.label14.Text = "*";
|
||
|
//
|
||
|
// label12
|
||
|
//
|
||
|
this.label12.AutoSize = true;
|
||
|
this.label12.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label12.Location = new System.Drawing.Point(54, 349);
|
||
|
this.label12.Name = "label12";
|
||
|
this.label12.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label12.TabIndex = 9;
|
||
|
this.label12.Text = "*";
|
||
|
//
|
||
|
// label10
|
||
|
//
|
||
|
this.label10.AutoSize = true;
|
||
|
this.label10.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label10.Location = new System.Drawing.Point(54, 230);
|
||
|
this.label10.Name = "label10";
|
||
|
this.label10.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label10.TabIndex = 9;
|
||
|
this.label10.Text = "*";
|
||
|
//
|
||
|
// label6
|
||
|
//
|
||
|
this.label6.AutoSize = true;
|
||
|
this.label6.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label6.Location = new System.Drawing.Point(68, 167);
|
||
|
this.label6.Name = "label6";
|
||
|
this.label6.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label6.TabIndex = 9;
|
||
|
this.label6.Text = "*";
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.AutoSize = true;
|
||
|
this.label4.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label4.Location = new System.Drawing.Point(71, 106);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label4.TabIndex = 9;
|
||
|
this.label4.Text = "*";
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label2.Location = new System.Drawing.Point(69, 46);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label2.TabIndex = 9;
|
||
|
this.label2.Text = "*";
|
||
|
//
|
||
|
// comStatus
|
||
|
//
|
||
|
this.comStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comStatus.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comStatus.FormattingEnabled = true;
|
||
|
this.comStatus.Items.AddRange(new object[] {
|
||
|
"是",
|
||
|
"否"});
|
||
|
this.comStatus.Location = new System.Drawing.Point(171, 283);
|
||
|
this.comStatus.Name = "comStatus";
|
||
|
this.comStatus.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comStatus.TabIndex = 60;
|
||
|
//
|
||
|
// comHOrL
|
||
|
//
|
||
|
this.comHOrL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comHOrL.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comHOrL.FormattingEnabled = true;
|
||
|
this.comHOrL.Location = new System.Drawing.Point(171, 100);
|
||
|
this.comHOrL.Name = "comHOrL";
|
||
|
this.comHOrL.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comHOrL.TabIndex = 20;
|
||
|
//
|
||
|
// comMoldValue
|
||
|
//
|
||
|
this.comMoldValue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comMoldValue.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comMoldValue.FormattingEnabled = true;
|
||
|
this.comMoldValue.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comMoldValue.Location = new System.Drawing.Point(171, 160);
|
||
|
this.comMoldValue.Name = "comMoldValue";
|
||
|
this.comMoldValue.Size = new System.Drawing.Size(90, 24);
|
||
|
this.comMoldValue.TabIndex = 30;
|
||
|
//
|
||
|
// comMoldStation
|
||
|
//
|
||
|
this.comMoldStation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comMoldStation.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comMoldStation.FormattingEnabled = true;
|
||
|
this.comMoldStation.Location = new System.Drawing.Point(171, 41);
|
||
|
this.comMoldStation.Name = "comMoldStation";
|
||
|
this.comMoldStation.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comMoldStation.TabIndex = 10;
|
||
|
//
|
||
|
// label13
|
||
|
//
|
||
|
this.label13.AutoSize = true;
|
||
|
this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label13.Location = new System.Drawing.Point(70, 347);
|
||
|
this.label13.Name = "label13";
|
||
|
this.label13.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label13.TabIndex = 6;
|
||
|
this.label13.Text = "当前生产:";
|
||
|
//
|
||
|
// label11
|
||
|
//
|
||
|
this.label11.AutoSize = true;
|
||
|
this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label11.Location = new System.Drawing.Point(71, 287);
|
||
|
this.label11.Name = "label11";
|
||
|
this.label11.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label11.TabIndex = 6;
|
||
|
this.label11.Text = "是否可用:";
|
||
|
//
|
||
|
// label9
|
||
|
//
|
||
|
this.label9.AutoSize = true;
|
||
|
this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label9.Location = new System.Drawing.Point(71, 227);
|
||
|
this.label9.Name = "label9";
|
||
|
this.label9.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label9.TabIndex = 6;
|
||
|
this.label9.Text = "排列顺序:";
|
||
|
//
|
||
|
// label5
|
||
|
//
|
||
|
this.label5.AutoSize = true;
|
||
|
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label5.Location = new System.Drawing.Point(84, 164);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new System.Drawing.Size(76, 16);
|
||
|
this.label5.TabIndex = 6;
|
||
|
this.label5.Text = "模腔号:";
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.AutoSize = true;
|
||
|
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label3.Location = new System.Drawing.Point(87, 104);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(76, 16);
|
||
|
this.label3.TabIndex = 6;
|
||
|
this.label3.Text = "高低配:";
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label1.Location = new System.Drawing.Point(86, 44);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(76, 16);
|
||
|
this.label1.TabIndex = 6;
|
||
|
this.label1.Text = "模架号:";
|
||
|
//
|
||
|
// comIndexNumber
|
||
|
//
|
||
|
this.comIndexNumber.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comIndexNumber.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.comIndexNumber.FormattingEnabled = true;
|
||
|
this.comIndexNumber.Items.AddRange(new object[] {
|
||
|
"",
|
||
|
"1",
|
||
|
"2",
|
||
|
"3",
|
||
|
"4",
|
||
|
"5",
|
||
|
"6",
|
||
|
"7",
|
||
|
"8",
|
||
|
"9",
|
||
|
"10",
|
||
|
"11",
|
||
|
"12",
|
||
|
"13",
|
||
|
"14",
|
||
|
"15",
|
||
|
"16",
|
||
|
"17",
|
||
|
"18",
|
||
|
"19",
|
||
|
"20"});
|
||
|
this.comIndexNumber.Location = new System.Drawing.Point(171, 223);
|
||
|
this.comIndexNumber.Name = "comIndexNumber";
|
||
|
this.comIndexNumber.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comIndexNumber.TabIndex = 71;
|
||
|
//
|
||
|
// SingleSlushMoldConfigEdit
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(459, 490);
|
||
|
this.Controls.Add(this.groupBox1);
|
||
|
this.Controls.Add(this.toolStrip1);
|
||
|
this.Name = "SingleSlushMoldConfigEdit";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "SingleSlushMoldConfigEdit";
|
||
|
this.Load += new System.EventHandler(this.SingleSlushMoldConfigEdit_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 label14;
|
||
|
private System.Windows.Forms.Label label12;
|
||
|
private System.Windows.Forms.Label label10;
|
||
|
private System.Windows.Forms.Label label6;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.ComboBox comStatus;
|
||
|
private System.Windows.Forms.ComboBox comHOrL;
|
||
|
private System.Windows.Forms.ComboBox comMoldValue;
|
||
|
private System.Windows.Forms.ComboBox comMoldStation;
|
||
|
private System.Windows.Forms.Label label13;
|
||
|
private System.Windows.Forms.Label label11;
|
||
|
private System.Windows.Forms.Label label9;
|
||
|
private System.Windows.Forms.Label label5;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.ComboBox comMoldValue2;
|
||
|
private System.Windows.Forms.ComboBox comCurrent;
|
||
|
private System.Windows.Forms.ComboBox comIndexNumber;
|
||
|
}
|
||
|
}
|