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.
267 lines
12 KiB
267 lines
12 KiB
4 years ago
|
namespace QMAPP.WinForm.Forms.SlushPlanForm
|
||
|
{
|
||
|
partial class SlushPlanEditForm
|
||
|
{
|
||
|
/// <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.label10 = new System.Windows.Forms.Label();
|
||
|
this.txtCount = new System.Windows.Forms.TextBox();
|
||
|
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.label2 = new System.Windows.Forms.Label();
|
||
|
this.lblDate = new System.Windows.Forms.Label();
|
||
|
this.lblProType = new System.Windows.Forms.Label();
|
||
|
this.lblMachineType = new System.Windows.Forms.Label();
|
||
|
this.lblHB = new System.Windows.Forms.Label();
|
||
|
this.lblColor = 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(484, 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.lblColor);
|
||
|
this.groupBox1.Controls.Add(this.lblHB);
|
||
|
this.groupBox1.Controls.Add(this.lblMachineType);
|
||
|
this.groupBox1.Controls.Add(this.lblProType);
|
||
|
this.groupBox1.Controls.Add(this.lblDate);
|
||
|
this.groupBox1.Controls.Add(this.label2);
|
||
|
this.groupBox1.Controls.Add(this.label10);
|
||
|
this.groupBox1.Controls.Add(this.txtCount);
|
||
|
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(481, 487);
|
||
|
this.groupBox1.TabIndex = 1;
|
||
|
this.groupBox1.TabStop = false;
|
||
|
//
|
||
|
// label10
|
||
|
//
|
||
|
this.label10.AutoSize = true;
|
||
|
this.label10.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label10.Location = new System.Drawing.Point(49, 328);
|
||
|
this.label10.Name = "label10";
|
||
|
this.label10.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label10.TabIndex = 12;
|
||
|
this.label10.Text = "*";
|
||
|
//
|
||
|
// txtCount
|
||
|
//
|
||
|
this.txtCount.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.txtCount.Location = new System.Drawing.Point(165, 321);
|
||
|
this.txtCount.MaxLength = 20;
|
||
|
this.txtCount.Name = "txtCount";
|
||
|
this.txtCount.Size = new System.Drawing.Size(193, 26);
|
||
|
this.txtCount.TabIndex = 10;
|
||
|
//
|
||
|
// label9
|
||
|
//
|
||
|
this.label9.AutoSize = true;
|
||
|
this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label9.Location = new System.Drawing.Point(66, 324);
|
||
|
this.label9.Name = "label9";
|
||
|
this.label9.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label9.TabIndex = 11;
|
||
|
this.label9.Text = "完成数量:";
|
||
|
//
|
||
|
// label7
|
||
|
//
|
||
|
this.label7.AutoSize = true;
|
||
|
this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label7.Location = new System.Drawing.Point(83, 212);
|
||
|
this.label7.Name = "label7";
|
||
|
this.label7.Size = new System.Drawing.Size(76, 16);
|
||
|
this.label7.TabIndex = 6;
|
||
|
this.label7.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(100, 268);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new System.Drawing.Size(59, 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(66, 100);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(93, 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(66, 44);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label1.TabIndex = 6;
|
||
|
this.label1.Text = "计划时间:";
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label2.Location = new System.Drawing.Point(66, 156);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label2.TabIndex = 14;
|
||
|
this.label2.Text = "设备名称:";
|
||
|
//
|
||
|
// lblDate
|
||
|
//
|
||
|
this.lblDate.AutoSize = true;
|
||
|
this.lblDate.Location = new System.Drawing.Point(166, 47);
|
||
|
this.lblDate.Name = "lblDate";
|
||
|
this.lblDate.Size = new System.Drawing.Size(0, 12);
|
||
|
this.lblDate.TabIndex = 15;
|
||
|
//
|
||
|
// lblProType
|
||
|
//
|
||
|
this.lblProType.AutoSize = true;
|
||
|
this.lblProType.Location = new System.Drawing.Point(165, 103);
|
||
|
this.lblProType.Name = "lblProType";
|
||
|
this.lblProType.Size = new System.Drawing.Size(0, 12);
|
||
|
this.lblProType.TabIndex = 15;
|
||
|
//
|
||
|
// lblMachineType
|
||
|
//
|
||
|
this.lblMachineType.AutoSize = true;
|
||
|
this.lblMachineType.Location = new System.Drawing.Point(166, 159);
|
||
|
this.lblMachineType.Name = "lblMachineType";
|
||
|
this.lblMachineType.Size = new System.Drawing.Size(0, 12);
|
||
|
this.lblMachineType.TabIndex = 15;
|
||
|
//
|
||
|
// lblHB
|
||
|
//
|
||
|
this.lblHB.AutoSize = true;
|
||
|
this.lblHB.Location = new System.Drawing.Point(166, 215);
|
||
|
this.lblHB.Name = "lblHB";
|
||
|
this.lblHB.Size = new System.Drawing.Size(0, 12);
|
||
|
this.lblHB.TabIndex = 15;
|
||
|
//
|
||
|
// lblColor
|
||
|
//
|
||
|
this.lblColor.AutoSize = true;
|
||
|
this.lblColor.Location = new System.Drawing.Point(165, 271);
|
||
|
this.lblColor.Name = "lblColor";
|
||
|
this.lblColor.Size = new System.Drawing.Size(0, 12);
|
||
|
this.lblColor.TabIndex = 15;
|
||
|
//
|
||
|
// SlushPlanEditForm
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(484, 562);
|
||
|
this.Controls.Add(this.groupBox1);
|
||
|
this.Controls.Add(this.toolStrip1);
|
||
|
this.Name = "SlushPlanEditForm";
|
||
|
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 label7;
|
||
|
private System.Windows.Forms.Label label5;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.Label label10;
|
||
|
private System.Windows.Forms.TextBox txtCount;
|
||
|
private System.Windows.Forms.Label label9;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.Label lblColor;
|
||
|
private System.Windows.Forms.Label lblHB;
|
||
|
private System.Windows.Forms.Label lblMachineType;
|
||
|
private System.Windows.Forms.Label lblProType;
|
||
|
private System.Windows.Forms.Label lblDate;
|
||
|
}
|
||
|
}
|