|
@@ -35,6 +35,13 @@
|
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
|
this.toolStripButton2 = 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();
|
|
@@ -68,19 +75,13 @@
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
- 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.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();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// toolStrip1
|
|
@@ -111,6 +112,7 @@
|
|
|
// 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);
|
|
@@ -145,6 +147,96 @@
|
|
|
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;
|
|
@@ -492,94 +584,15 @@
|
|
|
this.label1.TabIndex = 13;
|
|
|
this.label1.Text = "米";
|
|
|
//
|
|
|
- // dataGridView1
|
|
|
+ // workId
|
|
|
//
|
|
|
- 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;
|
|
|
- //
|
|
|
- // 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;
|
|
|
+ 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
|
|
|
//
|
|
@@ -597,13 +610,13 @@
|
|
|
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();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
@@ -654,5 +667,6 @@
|
|
|
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;
|
|
|
}
|
|
|
}
|