namespace WinForms { partial class Default { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Default)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnSetting = new System.Windows.Forms.ToolStripButton(); this.panel1 = new System.Windows.Forms.Panel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.id_ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.stock_number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.length_ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tag_length = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.flaw_ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.status_ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.labTagFactorSave = new System.Windows.Forms.Label(); this.labColour = new System.Windows.Forms.Label(); this.labNumber = new System.Windows.Forms.Label(); this.labWidth = new System.Windows.Forms.Label(); this.labName = new System.Windows.Forms.Label(); this.labCustomer = new System.Windows.Forms.Label(); this.button15 = new System.Windows.Forms.Button(); this.button14 = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.Button(); this.button12 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.workId = new System.Windows.Forms.Label(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Left; this.toolStrip1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnSetting}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(37, 450); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // btnSetting // this.btnSetting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.btnSetting.Image = ((System.Drawing.Image)(resources.GetObject("btnSetting.Image"))); this.btnSetting.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSetting.Name = "btnSetting"; this.btnSetting.Size = new System.Drawing.Size(34, 36); this.btnSetting.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.Controls.Add(this.workId); this.panel1.Controls.Add(this.dataGridView1); this.panel1.Controls.Add(this.label15); this.panel1.Controls.Add(this.label14); this.panel1.Controls.Add(this.label13); this.panel1.Controls.Add(this.labTagFactorSave); this.panel1.Controls.Add(this.labColour); this.panel1.Controls.Add(this.labNumber); this.panel1.Controls.Add(this.labWidth); this.panel1.Controls.Add(this.labName); this.panel1.Controls.Add(this.labCustomer); this.panel1.Controls.Add(this.button15); this.panel1.Controls.Add(this.button14); this.panel1.Controls.Add(this.button13); this.panel1.Controls.Add(this.button12); this.panel1.Controls.Add(this.button11); this.panel1.Controls.Add(this.button10); this.panel1.Controls.Add(this.button9); this.panel1.Controls.Add(this.button8); this.panel1.Controls.Add(this.button7); this.panel1.Controls.Add(this.button6); this.panel1.Controls.Add(this.button5); this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.groupBox3); this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.groupBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(37, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(763, 450); this.panel1.TabIndex = 1; // // dataGridView1 // this.dataGridView1.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.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dataGridView1.ColumnHeadersHeight = 30; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.id_, this.stock_number, this.length_, this.tag_length, this.flaw_, this.status_}); dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle5; this.dataGridView1.Location = new System.Drawing.Point(359, 6); this.dataGridView1.Name = "dataGridView1"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle6; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowTemplate.Height = 30; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(398, 352); this.dataGridView1.TabIndex = 71; // // id_ // this.id_.DataPropertyName = "id_"; this.id_.HeaderText = "ID"; this.id_.Name = "id_"; this.id_.ReadOnly = true; this.id_.Visible = false; this.id_.Width = 52; // // stock_number // this.stock_number.DataPropertyName = "stock_number"; this.stock_number.HeaderText = "卷号"; this.stock_number.Name = "stock_number"; this.stock_number.Width = 67; // // length_ // this.length_.DataPropertyName = "length_"; this.length_.HeaderText = "长度"; this.length_.Name = "length_"; this.length_.Width = 67; // // tag_length // this.tag_length.DataPropertyName = "tag_length"; this.tag_length.HeaderText = "标签长度"; this.tag_length.Name = "tag_length"; this.tag_length.Width = 99; // // flaw_ // this.flaw_.DataPropertyName = "flaw_"; this.flaw_.HeaderText = "瑕疵"; this.flaw_.Name = "flaw_"; this.flaw_.Width = 67; // // status_ // this.status_.DataPropertyName = "status_"; this.status_.HeaderText = "状态"; this.status_.Name = "status_"; this.status_.Width = 67; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label15.Location = new System.Drawing.Point(7, 421); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(90, 21); this.label15.TabIndex = 70; this.label15.Text = "打印数量:"; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label14.Location = new System.Drawing.Point(179, 384); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(58, 21); this.label14.TabIndex = 69; this.label14.Text = "精度:"; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.Location = new System.Drawing.Point(7, 384); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(90, 21); this.label13.TabIndex = 68; this.label13.Text = "长度单位:"; // // labTagFactorSave // this.labTagFactorSave.AutoSize = true; this.labTagFactorSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labTagFactorSave.Location = new System.Drawing.Point(179, 347); this.labTagFactorSave.Name = "labTagFactorSave"; this.labTagFactorSave.Size = new System.Drawing.Size(58, 21); this.labTagFactorSave.TabIndex = 67; this.labTagFactorSave.Text = "加码:"; // // labColour // this.labColour.AutoSize = true; this.labColour.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labColour.Location = new System.Drawing.Point(7, 347); this.labColour.Name = "labColour"; this.labColour.Size = new System.Drawing.Size(58, 21); this.labColour.TabIndex = 66; this.labColour.Text = "色泽:"; // // labNumber // this.labNumber.AutoSize = true; this.labNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labNumber.Location = new System.Drawing.Point(179, 310); this.labNumber.Name = "labNumber"; this.labNumber.Size = new System.Drawing.Size(58, 21); this.labNumber.TabIndex = 65; this.labNumber.Text = "编号:"; // // labWidth // this.labWidth.AutoSize = true; this.labWidth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labWidth.Location = new System.Drawing.Point(7, 310); this.labWidth.Name = "labWidth"; this.labWidth.Size = new System.Drawing.Size(58, 21); this.labWidth.TabIndex = 64; this.labWidth.Text = "幅宽:"; // // labName // this.labName.AutoSize = true; this.labName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labName.Location = new System.Drawing.Point(179, 273); this.labName.Name = "labName"; this.labName.Size = new System.Drawing.Size(106, 21); this.labName.TabIndex = 63; this.labName.Text = "品种及规格:"; // // labCustomer // this.labCustomer.AutoSize = true; this.labCustomer.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labCustomer.Location = new System.Drawing.Point(7, 273); this.labCustomer.Name = "labCustomer"; this.labCustomer.Size = new System.Drawing.Size(58, 21); this.labCustomer.TabIndex = 43; this.labCustomer.Text = "客户:"; // // button15 // this.button15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button15.Location = new System.Drawing.Point(182, 209); this.button15.Name = "button15"; this.button15.Size = new System.Drawing.Size(171, 50); this.button15.TabIndex = 62; this.button15.Text = "幅宽"; this.button15.UseVisualStyleBackColor = true; // // button14 // this.button14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button14.Location = new System.Drawing.Point(5, 209); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(171, 50); this.button14.TabIndex = 61; this.button14.Text = "品种及规格"; this.button14.UseVisualStyleBackColor = true; // // button13 // this.button13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button13.Location = new System.Drawing.Point(182, 153); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(171, 50); this.button13.TabIndex = 60; this.button13.Text = "颜色"; this.button13.UseVisualStyleBackColor = true; // // button12 // this.button12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button12.Location = new System.Drawing.Point(5, 153); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(171, 50); this.button12.TabIndex = 59; this.button12.Text = "加码"; this.button12.UseVisualStyleBackColor = true; // // button11 // this.button11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button11.Location = new System.Drawing.Point(182, 97); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(171, 50); this.button11.TabIndex = 58; this.button11.Text = "工单编号"; this.button11.UseVisualStyleBackColor = true; this.button11.Click += new System.EventHandler(this.button11_Click); // // button10 // this.button10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button10.Location = new System.Drawing.Point(5, 97); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(171, 50); this.button10.TabIndex = 57; this.button10.Text = "换单"; this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.button10_Click); // // button9 // this.button9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button9.Location = new System.Drawing.Point(682, 364); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(75, 37); this.button9.TabIndex = 56; this.button9.Text = "长度"; this.button9.UseVisualStyleBackColor = true; // // button8 // this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button8.Location = new System.Drawing.Point(682, 407); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(75, 37); this.button8.TabIndex = 55; this.button8.Text = "标签"; this.button8.UseVisualStyleBackColor = true; // // button7 // this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button7.Location = new System.Drawing.Point(601, 364); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(75, 37); this.button7.TabIndex = 54; this.button7.Text = "卷号"; this.button7.UseVisualStyleBackColor = true; // // button6 // this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button6.Location = new System.Drawing.Point(561, 407); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(115, 37); this.button6.TabIndex = 53; this.button6.Text = "导出数据"; this.button6.UseVisualStyleBackColor = true; // // button5 // this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button5.Location = new System.Drawing.Point(520, 364); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 37); this.button5.TabIndex = 52; this.button5.Text = "刷新"; this.button5.UseVisualStyleBackColor = true; // // button4 // this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button4.Location = new System.Drawing.Point(439, 407); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(115, 37); this.button4.TabIndex = 51; this.button4.Text = "打印选中项"; this.button4.UseVisualStyleBackColor = true; // // button3 // this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button3.Location = new System.Drawing.Point(439, 364); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 37); this.button3.TabIndex = 50; this.button3.Text = "打印"; this.button3.UseVisualStyleBackColor = true; // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button2.Location = new System.Drawing.Point(358, 407); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 37); this.button2.TabIndex = 49; this.button2.Text = "删除"; this.button2.UseVisualStyleBackColor = true; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.Location = new System.Drawing.Point(358, 364); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 37); this.button1.TabIndex = 48; this.button1.Text = "完成"; this.button1.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.label4); this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox3.Location = new System.Drawing.Point(241, 11); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(112, 75); this.groupBox3.TabIndex = 46; this.groupBox3.TabStop = false; this.groupBox3.Text = "实际累计"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(6, 28); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(55, 21); this.label6.TabIndex = 15; this.label6.Text = "12121"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(82, 51); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(26, 21); this.label4.TabIndex = 15; this.label4.Text = "米"; // // groupBox2 // this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox2.Location = new System.Drawing.Point(123, 11); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(112, 75); this.groupBox2.TabIndex = 45; this.groupBox2.TabStop = false; this.groupBox2.Text = "本缸累计"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(6, 28); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(55, 21); this.label5.TabIndex = 14; this.label5.Text = "12121"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(82, 51); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(26, 21); this.label3.TabIndex = 14; this.label3.Text = "米"; // // groupBox1 // this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Location = new System.Drawing.Point(5, 11); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(112, 75); this.groupBox1.TabIndex = 44; this.groupBox1.TabStop = false; this.groupBox1.Text = "当前读数"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(6, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(55, 21); this.label2.TabIndex = 13; this.label2.Text = "12121"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(82, 51); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(26, 21); this.label1.TabIndex = 13; this.label1.Text = "米"; // // workId // this.workId.AutoSize = true; this.workId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.workId.Location = new System.Drawing.Point(179, 423); this.workId.Name = "workId"; this.workId.Size = new System.Drawing.Size(0, 21); this.workId.TabIndex = 72; this.workId.Visible = false; // // Default // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.panel1); this.Controls.Add(this.toolStrip1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "Default"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "恒利达印染厂"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btnSetting; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label labTagFactorSave; private System.Windows.Forms.Label labColour; private System.Windows.Forms.Label labNumber; private System.Windows.Forms.Label labWidth; private System.Windows.Forms.Label labName; private System.Windows.Forms.Label labCustomer; private System.Windows.Forms.Button button15; private System.Windows.Forms.Button button14; private System.Windows.Forms.Button button13; private System.Windows.Forms.Button button12; private System.Windows.Forms.Button button11; private System.Windows.Forms.Button button10; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label4; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label3; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn id_; private System.Windows.Forms.DataGridViewTextBoxColumn stock_number; private System.Windows.Forms.DataGridViewTextBoxColumn length_; private System.Windows.Forms.DataGridViewTextBoxColumn tag_length; private System.Windows.Forms.DataGridViewTextBoxColumn flaw_; private System.Windows.Forms.DataGridViewTextBoxColumn status_; private System.Windows.Forms.Label workId; } }