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.
273 lines
13 KiB
273 lines
13 KiB
4 years ago
|
namespace QMAPP.WinForm.Forms.Injection
|
||
|
{
|
||
|
partial class InjectionMoldingPrintEditForm
|
||
|
{
|
||
|
/// <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.materialCode = new System.Windows.Forms.ComboBox();
|
||
|
this.dtpDate = new DateTimePickerA();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.label16 = new System.Windows.Forms.Label();
|
||
|
this.label6 = new System.Windows.Forms.Label();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.comMachineCode = new System.Windows.Forms.ComboBox();
|
||
|
this.materialType = new System.Windows.Forms.ComboBox();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.label15 = new System.Windows.Forms.Label();
|
||
|
this.label5 = new System.Windows.Forms.Label();
|
||
|
this.label1 = 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.materialCode);
|
||
|
this.groupBox1.Controls.Add(this.dtpDate);
|
||
|
this.groupBox1.Controls.Add(this.label4);
|
||
|
this.groupBox1.Controls.Add(this.label16);
|
||
|
this.groupBox1.Controls.Add(this.label6);
|
||
|
this.groupBox1.Controls.Add(this.label2);
|
||
|
this.groupBox1.Controls.Add(this.comMachineCode);
|
||
|
this.groupBox1.Controls.Add(this.materialType);
|
||
|
this.groupBox1.Controls.Add(this.label3);
|
||
|
this.groupBox1.Controls.Add(this.label15);
|
||
|
this.groupBox1.Controls.Add(this.label5);
|
||
|
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, 317);
|
||
|
this.groupBox1.TabIndex = 1;
|
||
|
this.groupBox1.TabStop = false;
|
||
|
//
|
||
|
// materialCode
|
||
|
//
|
||
|
this.materialCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.materialCode.Font = new System.Drawing.Font("宋体", 11F);
|
||
|
this.materialCode.FormattingEnabled = true;
|
||
|
this.materialCode.Location = new System.Drawing.Point(169, 148);
|
||
|
this.materialCode.Name = "materialCode";
|
||
|
this.materialCode.Size = new System.Drawing.Size(251, 23);
|
||
|
this.materialCode.TabIndex = 11;
|
||
|
//this.materialCode.SelectedIndexChanged += new System.EventHandler(this.materialType_SelectedIndexChanged);
|
||
|
//
|
||
|
// dtpDate
|
||
|
//
|
||
|
this.dtpDate.CustomFormat = " ";
|
||
|
this.dtpDate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
this.dtpDate.FormatString = "yyyy年MM月dd日 HH:mm:ss";
|
||
|
this.dtpDate.Location = new System.Drawing.Point(169, 206);
|
||
|
this.dtpDate.Name = "dtpDate";
|
||
|
this.dtpDate.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
this.dtpDate.Size = new System.Drawing.Size(253, 26);
|
||
|
this.dtpDate.TabIndex = 10;
|
||
|
this.dtpDate.ValueX = null;
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.AutoSize = true;
|
||
|
this.label4.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label4.Location = new System.Drawing.Point(54, 153);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label4.TabIndex = 9;
|
||
|
this.label4.Text = "*";
|
||
|
//
|
||
|
// label16
|
||
|
//
|
||
|
this.label16.AutoSize = true;
|
||
|
this.label16.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label16.Location = new System.Drawing.Point(54, 217);
|
||
|
this.label16.Name = "label16";
|
||
|
this.label16.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label16.TabIndex = 9;
|
||
|
this.label16.Text = "*";
|
||
|
//
|
||
|
// label6
|
||
|
//
|
||
|
this.label6.AutoSize = true;
|
||
|
this.label6.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label6.Location = new System.Drawing.Point(54, 40);
|
||
|
this.label6.Name = "label6";
|
||
|
this.label6.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label6.TabIndex = 9;
|
||
|
this.label6.Text = "*";
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label2.Location = new System.Drawing.Point(54, 97);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label2.TabIndex = 9;
|
||
|
this.label2.Text = "*";
|
||
|
//
|
||
|
// comMachineCode
|
||
|
//
|
||
|
this.comMachineCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comMachineCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comMachineCode.FormattingEnabled = true;
|
||
|
this.comMachineCode.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comMachineCode.Location = new System.Drawing.Point(171, 34);
|
||
|
this.comMachineCode.Name = "comMachineCode";
|
||
|
this.comMachineCode.Size = new System.Drawing.Size(251, 24);
|
||
|
this.comMachineCode.TabIndex = 1;
|
||
|
//
|
||
|
// materialType
|
||
|
//
|
||
|
this.materialType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.materialType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.materialType.FormattingEnabled = true;
|
||
|
this.materialType.Location = new System.Drawing.Point(171, 91);
|
||
|
this.materialType.Name = "materialType";
|
||
|
this.materialType.Size = new System.Drawing.Size(251, 24);
|
||
|
this.materialType.TabIndex = 2;
|
||
|
this.materialType.SelectedIndexChanged += new System.EventHandler(this.materialType_SelectedIndexChanged);
|
||
|
//
|
||
|
// 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, 149);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(76, 16);
|
||
|
this.label3.TabIndex = 6;
|
||
|
this.label3.Text = "物料号:";
|
||
|
//
|
||
|
// label15
|
||
|
//
|
||
|
this.label15.AutoSize = true;
|
||
|
this.label15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label15.Location = new System.Drawing.Point(71, 213);
|
||
|
this.label15.Name = "label15";
|
||
|
this.label15.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label15.TabIndex = 6;
|
||
|
this.label15.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(70, 38);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label5.TabIndex = 6;
|
||
|
this.label5.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(70, 95);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label1.TabIndex = 6;
|
||
|
this.label1.Text = "物料分类:";
|
||
|
//
|
||
|
// InjectionMoldingPrintEditForm
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(484, 392);
|
||
|
this.Controls.Add(this.groupBox1);
|
||
|
this.Controls.Add(this.toolStrip1);
|
||
|
this.Name = "InjectionMoldingPrintEditForm";
|
||
|
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.ComboBox materialType;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Label label6;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.ComboBox comMachineCode;
|
||
|
private System.Windows.Forms.Label label5;
|
||
|
private System.Windows.Forms.Label label15;
|
||
|
private System.Windows.Forms.Label label16;
|
||
|
private DateTimePickerA dtpDate;
|
||
|
private System.Windows.Forms.ComboBox materialCode;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
}
|
||
|
}
|