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.
580 lines
31 KiB
580 lines
31 KiB
3 years ago
|
namespace QMAPP.WinForm.Forms.Injection
|
||
|
{
|
||
|
partial class SlushMoldingPrintForOldNewForm
|
||
|
{
|
||
|
/// <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()
|
||
|
{
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
|
this.lblLock = new System.Windows.Forms.LinkLabel();
|
||
|
this.label12 = new System.Windows.Forms.Label();
|
||
|
this.comMouldNumber = new System.Windows.Forms.ComboBox();
|
||
|
this.label13 = new System.Windows.Forms.Label();
|
||
|
this.cbM = new System.Windows.Forms.CheckBox();
|
||
|
this.cBoxModelCode = new System.Windows.Forms.ComboBox();
|
||
|
this.comMachineCode = new System.Windows.Forms.ComboBox();
|
||
|
this.dtpDate = new DateTimePickerA();
|
||
|
this.label14 = 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.comPosition = new System.Windows.Forms.ComboBox();
|
||
|
this.comColor = new System.Windows.Forms.ComboBox();
|
||
|
this.label11 = new System.Windows.Forms.Label();
|
||
|
this.label15 = 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.ErrorMessage = new System.Windows.Forms.Label();
|
||
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
|
this.DGView = new System.Windows.Forms.DataGridView();
|
||
|
this.MAINCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.COLOR = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.PRODUCTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.tsbSave = new System.Windows.Forms.Button();
|
||
|
this.btnCommSend = new System.Windows.Forms.Button();
|
||
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||
|
this.TBRCV = new System.Windows.Forms.RichTextBox();
|
||
|
this.textBox1 = new System.Windows.Forms.ComboBox();
|
||
|
this.TBSEND = new System.Windows.Forms.TextBox();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.infolabel = new System.Windows.Forms.Label();
|
||
|
this.groupBox1.SuspendLayout();
|
||
|
this.groupBox2.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit();
|
||
|
this.groupBox3.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// groupBox1
|
||
|
//
|
||
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.groupBox1.Controls.Add(this.lblLock);
|
||
|
this.groupBox1.Controls.Add(this.label12);
|
||
|
this.groupBox1.Controls.Add(this.comMouldNumber);
|
||
|
this.groupBox1.Controls.Add(this.label13);
|
||
|
this.groupBox1.Controls.Add(this.cbM);
|
||
|
this.groupBox1.Controls.Add(this.cBoxModelCode);
|
||
|
this.groupBox1.Controls.Add(this.comMachineCode);
|
||
|
this.groupBox1.Controls.Add(this.dtpDate);
|
||
|
this.groupBox1.Controls.Add(this.label14);
|
||
|
this.groupBox1.Controls.Add(this.label10);
|
||
|
this.groupBox1.Controls.Add(this.label6);
|
||
|
this.groupBox1.Controls.Add(this.label4);
|
||
|
this.groupBox1.Controls.Add(this.comPosition);
|
||
|
this.groupBox1.Controls.Add(this.comColor);
|
||
|
this.groupBox1.Controls.Add(this.label11);
|
||
|
this.groupBox1.Controls.Add(this.label15);
|
||
|
this.groupBox1.Controls.Add(this.label9);
|
||
|
this.groupBox1.Controls.Add(this.label5);
|
||
|
this.groupBox1.Controls.Add(this.label3);
|
||
|
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.groupBox1.Location = new System.Drawing.Point(720, 2);
|
||
|
this.groupBox1.Name = "groupBox1";
|
||
|
this.groupBox1.Size = new System.Drawing.Size(499, 368);
|
||
|
this.groupBox1.TabIndex = 1;
|
||
|
this.groupBox1.TabStop = false;
|
||
|
this.groupBox1.Text = "信息录入";
|
||
|
//
|
||
|
// lblLock
|
||
|
//
|
||
|
this.lblLock.AutoSize = true;
|
||
|
this.lblLock.Font = new System.Drawing.Font("新宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.lblLock.Location = new System.Drawing.Point(68, 64);
|
||
|
this.lblLock.Name = "lblLock";
|
||
|
this.lblLock.Size = new System.Drawing.Size(89, 19);
|
||
|
this.lblLock.TabIndex = 20;
|
||
|
this.lblLock.TabStop = true;
|
||
|
this.lblLock.Tag = "0";
|
||
|
this.lblLock.Text = "锁定工位";
|
||
|
this.lblLock.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblLock_LinkClicked);
|
||
|
//
|
||
|
// label12
|
||
|
//
|
||
|
this.label12.AutoSize = true;
|
||
|
this.label12.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label12.Location = new System.Drawing.Point(68, 221);
|
||
|
this.label12.Name = "label12";
|
||
|
this.label12.Size = new System.Drawing.Size(21, 25);
|
||
|
this.label12.TabIndex = 18;
|
||
|
this.label12.Text = "*";
|
||
|
//
|
||
|
// comMouldNumber
|
||
|
//
|
||
|
this.comMouldNumber.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comMouldNumber.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.comMouldNumber.FormattingEnabled = true;
|
||
|
this.comMouldNumber.Location = new System.Drawing.Point(166, 216);
|
||
|
this.comMouldNumber.Name = "comMouldNumber";
|
||
|
this.comMouldNumber.Size = new System.Drawing.Size(247, 32);
|
||
|
this.comMouldNumber.TabIndex = 16;
|
||
|
this.comMouldNumber.SelectedIndexChanged += new System.EventHandler(this.comMouldNumber_SelectedIndexChanged);
|
||
|
//
|
||
|
// label13
|
||
|
//
|
||
|
this.label13.AutoSize = true;
|
||
|
this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label13.Location = new System.Drawing.Point(88, 221);
|
||
|
this.label13.Name = "label13";
|
||
|
this.label13.Size = new System.Drawing.Size(76, 16);
|
||
|
this.label13.TabIndex = 17;
|
||
|
this.label13.Text = "模架号:";
|
||
|
//
|
||
|
// cbM
|
||
|
//
|
||
|
this.cbM.AutoSize = true;
|
||
|
this.cbM.Checked = true;
|
||
|
this.cbM.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
|
this.cbM.Enabled = false;
|
||
|
this.cbM.Location = new System.Drawing.Point(427, 44);
|
||
|
this.cbM.Name = "cbM";
|
||
|
this.cbM.Size = new System.Drawing.Size(69, 29);
|
||
|
this.cbM.TabIndex = 15;
|
||
|
this.cbM.Text = "扣料";
|
||
|
this.cbM.UseVisualStyleBackColor = true;
|
||
|
//
|
||
|
// cBoxModelCode
|
||
|
//
|
||
|
this.cBoxModelCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.cBoxModelCode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.cBoxModelCode.FormattingEnabled = true;
|
||
|
this.cBoxModelCode.Location = new System.Drawing.Point(166, 273);
|
||
|
this.cBoxModelCode.Name = "cBoxModelCode";
|
||
|
this.cBoxModelCode.Size = new System.Drawing.Size(247, 32);
|
||
|
this.cBoxModelCode.TabIndex = 12;
|
||
|
//
|
||
|
// comMachineCode
|
||
|
//
|
||
|
this.comMachineCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comMachineCode.Font = new System.Drawing.Font("宋体", 18F, 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(166, 41);
|
||
|
this.comMachineCode.Name = "comMachineCode";
|
||
|
this.comMachineCode.Size = new System.Drawing.Size(247, 32);
|
||
|
this.comMachineCode.TabIndex = 11;
|
||
|
//
|
||
|
// dtpDate
|
||
|
//
|
||
|
this.dtpDate.CustomFormat = " ";
|
||
|
this.dtpDate.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
this.dtpDate.FormatString = "yyyy年MM月dd日";
|
||
|
this.dtpDate.Location = new System.Drawing.Point(166, 329);
|
||
|
this.dtpDate.Name = "dtpDate";
|
||
|
this.dtpDate.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
this.dtpDate.Size = new System.Drawing.Size(249, 35);
|
||
|
this.dtpDate.TabIndex = 10;
|
||
|
this.dtpDate.ValueX = null;
|
||
|
//
|
||
|
// label14
|
||
|
//
|
||
|
this.label14.AutoSize = true;
|
||
|
this.label14.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label14.Location = new System.Drawing.Point(99, 163);
|
||
|
this.label14.Name = "label14";
|
||
|
this.label14.Size = new System.Drawing.Size(21, 25);
|
||
|
this.label14.TabIndex = 9;
|
||
|
this.label14.Text = "*";
|
||
|
//
|
||
|
// label10
|
||
|
//
|
||
|
this.label10.AutoSize = true;
|
||
|
this.label10.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label10.Location = new System.Drawing.Point(68, 270);
|
||
|
this.label10.Name = "label10";
|
||
|
this.label10.Size = new System.Drawing.Size(21, 25);
|
||
|
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(45, 42);
|
||
|
this.label6.Name = "label6";
|
||
|
this.label6.Size = new System.Drawing.Size(21, 25);
|
||
|
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(78, 105);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(21, 25);
|
||
|
this.label4.TabIndex = 9;
|
||
|
this.label4.Text = "*";
|
||
|
//
|
||
|
// comPosition
|
||
|
//
|
||
|
this.comPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comPosition.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.comPosition.FormattingEnabled = true;
|
||
|
this.comPosition.Items.AddRange(new object[] {
|
||
|
"A+B"});
|
||
|
this.comPosition.Location = new System.Drawing.Point(166, 160);
|
||
|
this.comPosition.Name = "comPosition";
|
||
|
this.comPosition.Size = new System.Drawing.Size(247, 32);
|
||
|
this.comPosition.TabIndex = 5;
|
||
|
//
|
||
|
// comColor
|
||
|
//
|
||
|
this.comColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comColor.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.comColor.FormattingEnabled = true;
|
||
|
this.comColor.Location = new System.Drawing.Point(166, 99);
|
||
|
this.comColor.Name = "comColor";
|
||
|
this.comColor.Size = new System.Drawing.Size(247, 32);
|
||
|
this.comColor.TabIndex = 3;
|
||
|
//
|
||
|
// label11
|
||
|
//
|
||
|
this.label11.AutoSize = true;
|
||
|
this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label11.Location = new System.Drawing.Point(118, 163);
|
||
|
this.label11.Name = "label11";
|
||
|
this.label11.Size = new System.Drawing.Size(42, 16);
|
||
|
this.label11.TabIndex = 6;
|
||
|
this.label11.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(70, 333);
|
||
|
this.label15.Name = "label15";
|
||
|
this.label15.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label15.TabIndex = 6;
|
||
|
this.label15.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(86, 278);
|
||
|
this.label9.Name = "label9";
|
||
|
this.label9.Size = new System.Drawing.Size(76, 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(70, 44);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new System.Drawing.Size(93, 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(101, 107);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(59, 16);
|
||
|
this.label3.TabIndex = 6;
|
||
|
this.label3.Text = "颜色:";
|
||
|
//
|
||
|
// ErrorMessage
|
||
|
//
|
||
|
this.ErrorMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.ErrorMessage.AutoSize = true;
|
||
|
this.ErrorMessage.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.ErrorMessage.ForeColor = System.Drawing.Color.Red;
|
||
|
this.ErrorMessage.Location = new System.Drawing.Point(741, 649);
|
||
|
this.ErrorMessage.Name = "ErrorMessage";
|
||
|
this.ErrorMessage.Size = new System.Drawing.Size(0, 25);
|
||
|
this.ErrorMessage.TabIndex = 19;
|
||
|
//
|
||
|
// groupBox2
|
||
|
//
|
||
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
| System.Windows.Forms.AnchorStyles.Left)
|
||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.groupBox2.Controls.Add(this.DGView);
|
||
|
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.groupBox2.Location = new System.Drawing.Point(2, 2);
|
||
|
this.groupBox2.Name = "groupBox2";
|
||
|
this.groupBox2.Size = new System.Drawing.Size(714, 794);
|
||
|
this.groupBox2.TabIndex = 2;
|
||
|
this.groupBox2.TabStop = false;
|
||
|
this.groupBox2.Text = "打印记录";
|
||
|
//
|
||
|
// DGView
|
||
|
//
|
||
|
this.DGView.AllowUserToAddRows = false;
|
||
|
this.DGView.AllowUserToDeleteRows = false;
|
||
|
this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||
|
this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
||
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
|
||
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
||
|
this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
|
this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
this.MAINCODE,
|
||
|
this.COLOR,
|
||
|
this.PRODUCTCODE,
|
||
|
this.CREATETIME});
|
||
|
this.DGView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.DGView.Location = new System.Drawing.Point(3, 29);
|
||
|
this.DGView.Name = "DGView";
|
||
|
this.DGView.ReadOnly = true;
|
||
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
|
||
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
|
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
|
||
|
this.DGView.RowTemplate.Height = 23;
|
||
|
this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
|
this.DGView.Size = new System.Drawing.Size(708, 762);
|
||
|
this.DGView.TabIndex = 39;
|
||
|
//
|
||
|
// MAINCODE
|
||
|
//
|
||
|
this.MAINCODE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.MAINCODE.DataPropertyName = "MAINCODE";
|
||
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
this.MAINCODE.DefaultCellStyle = dataGridViewCellStyle8;
|
||
|
this.MAINCODE.FillWeight = 48.95314F;
|
||
|
this.MAINCODE.HeaderText = "条码信息";
|
||
|
this.MAINCODE.Name = "MAINCODE";
|
||
|
this.MAINCODE.ReadOnly = true;
|
||
|
this.MAINCODE.Width = 240;
|
||
|
//
|
||
|
// COLOR
|
||
|
//
|
||
|
this.COLOR.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.COLOR.DataPropertyName = "MATERIAL_NAME";
|
||
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
this.COLOR.DefaultCellStyle = dataGridViewCellStyle9;
|
||
|
this.COLOR.FillWeight = 99.90437F;
|
||
|
this.COLOR.HeaderText = "表皮颜色";
|
||
|
this.COLOR.Name = "COLOR";
|
||
|
this.COLOR.ReadOnly = true;
|
||
|
this.COLOR.Width = 150;
|
||
|
//
|
||
|
// PRODUCTCODE
|
||
|
//
|
||
|
this.PRODUCTCODE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.PRODUCTCODE.DataPropertyName = "PRODUCTCODE";
|
||
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.PRODUCTCODE.DefaultCellStyle = dataGridViewCellStyle10;
|
||
|
this.PRODUCTCODE.FillWeight = 48.95314F;
|
||
|
this.PRODUCTCODE.HeaderText = "零件号";
|
||
|
this.PRODUCTCODE.Name = "PRODUCTCODE";
|
||
|
this.PRODUCTCODE.ReadOnly = true;
|
||
|
this.PRODUCTCODE.Width = 240;
|
||
|
//
|
||
|
// CREATETIME
|
||
|
//
|
||
|
this.CREATETIME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.CREATETIME.DataPropertyName = "CREATETIME";
|
||
|
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
dataGridViewCellStyle11.Format = "f";
|
||
|
dataGridViewCellStyle11.NullValue = null;
|
||
|
this.CREATETIME.DefaultCellStyle = dataGridViewCellStyle11;
|
||
|
this.CREATETIME.FillWeight = 48.95314F;
|
||
|
this.CREATETIME.HeaderText = "操作时间";
|
||
|
this.CREATETIME.Name = "CREATETIME";
|
||
|
this.CREATETIME.ReadOnly = true;
|
||
|
this.CREATETIME.Width = 250;
|
||
|
//
|
||
|
// tsbSave
|
||
|
//
|
||
|
this.tsbSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.tsbSave.Image = global::QMAPP.WinForm.Resource1.save;
|
||
|
this.tsbSave.Location = new System.Drawing.Point(877, 624);
|
||
|
this.tsbSave.Name = "tsbSave";
|
||
|
this.tsbSave.Size = new System.Drawing.Size(232, 137);
|
||
|
this.tsbSave.TabIndex = 35;
|
||
|
this.tsbSave.Text = "打印";
|
||
|
this.tsbSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
|
this.tsbSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||
|
this.tsbSave.UseVisualStyleBackColor = true;
|
||
|
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
|
||
|
//
|
||
|
// btnCommSend
|
||
|
//
|
||
|
this.btnCommSend.Enabled = false;
|
||
|
this.btnCommSend.Location = new System.Drawing.Point(780, 385);
|
||
|
this.btnCommSend.Name = "btnCommSend";
|
||
|
this.btnCommSend.Size = new System.Drawing.Size(80, 32);
|
||
|
this.btnCommSend.TabIndex = 52;
|
||
|
this.btnCommSend.Text = "连接设备";
|
||
|
this.btnCommSend.UseVisualStyleBackColor = true;
|
||
|
this.btnCommSend.Click += new System.EventHandler(this.btnCom_Click);
|
||
|
//
|
||
|
// groupBox3
|
||
|
//
|
||
|
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
| System.Windows.Forms.AnchorStyles.Left)
|
||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.groupBox3.Controls.Add(this.TBRCV);
|
||
|
this.groupBox3.Location = new System.Drawing.Point(791, 469);
|
||
|
this.groupBox3.Name = "groupBox3";
|
||
|
this.groupBox3.Size = new System.Drawing.Size(365, 62);
|
||
|
this.groupBox3.TabIndex = 53;
|
||
|
this.groupBox3.TabStop = false;
|
||
|
//
|
||
|
// TBRCV
|
||
|
//
|
||
|
this.TBRCV.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.TBRCV.Location = new System.Drawing.Point(3, 17);
|
||
|
this.TBRCV.Name = "TBRCV";
|
||
|
this.TBRCV.Size = new System.Drawing.Size(359, 42);
|
||
|
this.TBRCV.TabIndex = 0;
|
||
|
this.TBRCV.Text = "";
|
||
|
//
|
||
|
// textBox1
|
||
|
//
|
||
|
this.textBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.textBox1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.textBox1.FormattingEnabled = true;
|
||
|
this.textBox1.Location = new System.Drawing.Point(876, 386);
|
||
|
this.textBox1.Name = "textBox1";
|
||
|
this.textBox1.Size = new System.Drawing.Size(280, 32);
|
||
|
this.textBox1.TabIndex = 21;
|
||
|
//
|
||
|
// TBSEND
|
||
|
//
|
||
|
this.TBSEND.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.TBSEND.Location = new System.Drawing.Point(876, 433);
|
||
|
this.TBSEND.Multiline = true;
|
||
|
this.TBSEND.Name = "TBSEND";
|
||
|
this.TBSEND.Size = new System.Drawing.Size(279, 38);
|
||
|
this.TBSEND.TabIndex = 54;
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label1.Location = new System.Drawing.Point(777, 444);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label1.TabIndex = 21;
|
||
|
this.label1.Text = "连接编码:";
|
||
|
//
|
||
|
// infolabel
|
||
|
//
|
||
|
this.infolabel.AutoSize = true;
|
||
|
this.infolabel.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.infolabel.ForeColor = System.Drawing.Color.Red;
|
||
|
this.infolabel.Location = new System.Drawing.Point(774, 549);
|
||
|
this.infolabel.Name = "infolabel";
|
||
|
this.infolabel.Size = new System.Drawing.Size(0, 31);
|
||
|
this.infolabel.TabIndex = 55;
|
||
|
//
|
||
|
// SlushMoldingPrintForOldNewForm
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(1223, 798);
|
||
|
this.Controls.Add(this.infolabel);
|
||
|
this.Controls.Add(this.label1);
|
||
|
this.Controls.Add(this.TBSEND);
|
||
|
this.Controls.Add(this.textBox1);
|
||
|
this.Controls.Add(this.groupBox3);
|
||
|
this.Controls.Add(this.btnCommSend);
|
||
|
this.Controls.Add(this.tsbSave);
|
||
|
this.Controls.Add(this.ErrorMessage);
|
||
|
this.Controls.Add(this.groupBox2);
|
||
|
this.Controls.Add(this.groupBox1);
|
||
|
this.Name = "SlushMoldingPrintForOldNewForm";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "单色搪塑机条码打印";
|
||
|
this.Load += new System.EventHandler(this.Form_Load);
|
||
|
this.groupBox1.ResumeLayout(false);
|
||
|
this.groupBox1.PerformLayout();
|
||
|
this.groupBox2.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit();
|
||
|
this.groupBox3.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.GroupBox groupBox1;
|
||
|
private System.Windows.Forms.Label label14;
|
||
|
private System.Windows.Forms.Label label10;
|
||
|
private System.Windows.Forms.Label label6;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private System.Windows.Forms.ComboBox comPosition;
|
||
|
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.ComboBox comColor;
|
||
|
private System.Windows.Forms.Label label15;
|
||
|
private DateTimePickerA dtpDate;
|
||
|
private System.Windows.Forms.ComboBox cBoxModelCode;
|
||
|
private System.Windows.Forms.ComboBox comMachineCode;
|
||
|
private System.Windows.Forms.CheckBox cbM;
|
||
|
private System.Windows.Forms.Label label12;
|
||
|
private System.Windows.Forms.ComboBox comMouldNumber;
|
||
|
private System.Windows.Forms.Label label13;
|
||
|
private System.Windows.Forms.Label ErrorMessage;
|
||
|
private System.Windows.Forms.LinkLabel lblLock;
|
||
|
private System.Windows.Forms.GroupBox groupBox2;
|
||
|
private System.Windows.Forms.DataGridView DGView;
|
||
|
private System.Windows.Forms.Button tsbSave;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn MAINCODE;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn COLOR;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTCODE;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
|
||
|
private System.Windows.Forms.Button btnCommSend;
|
||
|
private System.Windows.Forms.GroupBox groupBox3;
|
||
|
private System.Windows.Forms.RichTextBox TBRCV;
|
||
|
private System.Windows.Forms.ComboBox textBox1;
|
||
|
private System.Windows.Forms.TextBox TBSEND;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Label infolabel;
|
||
|
}
|
||
|
}
|