|
@@ -51,9 +51,9 @@ namespace lqnet.Forms
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
- 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();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.prodtDesig_sel = new System.Windows.Forms.TextBox();
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -74,7 +74,6 @@ namespace lqnet.Forms
|
|
|
this.startIdxLabel = new System.Windows.Forms.Label();
|
|
|
this.startIdxTextbox = new System.Windows.Forms.TextBox();
|
|
|
this.mergeCountLabel = new System.Windows.Forms.Label();
|
|
|
- this.mergeCountTextbox = new System.Windows.Forms.NumericUpDown();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
|
this.indexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -88,6 +87,7 @@ namespace lqnet.Forms
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
this.pageHelper2 = new lqnet.Utils.PageHelper2();
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.mergeCountTextbox = new System.Windows.Forms.TextBox();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
@@ -95,7 +95,6 @@ namespace lqnet.Forms
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.taskListBindingSource)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.mergeCountTextbox)).BeginInit();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.reportColListBindingSource)).BeginInit();
|
|
@@ -120,8 +119,8 @@ namespace lqnet.Forms
|
|
|
this.dataGridView1.AutoGenerateColumns = false;
|
|
|
this.dataGridView1.BackgroundColor = System.Drawing.Color.SkyBlue;
|
|
|
this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
- this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
+ this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Index,
|
|
@@ -134,14 +133,14 @@ namespace lqnet.Forms
|
|
|
this.groupProceIdDataGridViewTextBoxColumn,
|
|
|
this.groupProceCodeDataGridViewTextBoxColumn});
|
|
|
this.dataGridView1.DataSource = this.taskListBindingSource;
|
|
|
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
|
|
|
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 14F);
|
|
|
- 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;
|
|
|
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 14F);
|
|
|
+ dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(8, 81);
|
|
|
this.dataGridView1.MultiSelect = false;
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
@@ -150,7 +149,7 @@ namespace lqnet.Forms
|
|
|
this.dataGridView1.RowHeadersWidth = 82;
|
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.dataGridView1.ShowCellToolTips = false;
|
|
|
- this.dataGridView1.Size = new System.Drawing.Size(1198, 396);
|
|
|
+ this.dataGridView1.Size = new System.Drawing.Size(1292, 396);
|
|
|
this.dataGridView1.TabIndex = 2;
|
|
|
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellClick);
|
|
|
//
|
|
@@ -180,7 +179,7 @@ namespace lqnet.Forms
|
|
|
this.prodtDesigDataGridViewTextBoxColumn.MinimumWidth = 10;
|
|
|
this.prodtDesigDataGridViewTextBoxColumn.Name = "prodtDesigDataGridViewTextBoxColumn";
|
|
|
this.prodtDesigDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
- this.prodtDesigDataGridViewTextBoxColumn.Width = 290;
|
|
|
+ this.prodtDesigDataGridViewTextBoxColumn.Width = 180;
|
|
|
//
|
|
|
// numDataGridViewTextBoxColumn
|
|
|
//
|
|
@@ -189,7 +188,7 @@ namespace lqnet.Forms
|
|
|
this.numDataGridViewTextBoxColumn.MinimumWidth = 10;
|
|
|
this.numDataGridViewTextBoxColumn.Name = "numDataGridViewTextBoxColumn";
|
|
|
this.numDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
- this.numDataGridViewTextBoxColumn.Width = 110;
|
|
|
+ this.numDataGridViewTextBoxColumn.Width = 130;
|
|
|
//
|
|
|
// groupOrderCodeDataGridViewTextBoxColumn
|
|
|
//
|
|
@@ -198,7 +197,7 @@ namespace lqnet.Forms
|
|
|
this.groupOrderCodeDataGridViewTextBoxColumn.MinimumWidth = 10;
|
|
|
this.groupOrderCodeDataGridViewTextBoxColumn.Name = "groupOrderCodeDataGridViewTextBoxColumn";
|
|
|
this.groupOrderCodeDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
- this.groupOrderCodeDataGridViewTextBoxColumn.Width = 290;
|
|
|
+ this.groupOrderCodeDataGridViewTextBoxColumn.Width = 220;
|
|
|
//
|
|
|
// proceNameDataGridViewTextBoxColumn
|
|
|
//
|
|
@@ -207,7 +206,7 @@ namespace lqnet.Forms
|
|
|
this.proceNameDataGridViewTextBoxColumn.MinimumWidth = 10;
|
|
|
this.proceNameDataGridViewTextBoxColumn.Name = "proceNameDataGridViewTextBoxColumn";
|
|
|
this.proceNameDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
- this.proceNameDataGridViewTextBoxColumn.Width = 290;
|
|
|
+ this.proceNameDataGridViewTextBoxColumn.Width = 220;
|
|
|
//
|
|
|
// prodtBatchDataGridViewTextBoxColumn
|
|
|
//
|
|
@@ -216,7 +215,7 @@ namespace lqnet.Forms
|
|
|
this.prodtBatchDataGridViewTextBoxColumn.MinimumWidth = 10;
|
|
|
this.prodtBatchDataGridViewTextBoxColumn.Name = "prodtBatchDataGridViewTextBoxColumn";
|
|
|
this.prodtBatchDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
- this.prodtBatchDataGridViewTextBoxColumn.Width = 290;
|
|
|
+ this.prodtBatchDataGridViewTextBoxColumn.Width = 180;
|
|
|
//
|
|
|
// groupProceIdDataGridViewTextBoxColumn
|
|
|
//
|
|
@@ -347,30 +346,12 @@ namespace lqnet.Forms
|
|
|
this.mergeCountLabel.TabIndex = 30;
|
|
|
this.mergeCountLabel.Text = "产品合并行数";
|
|
|
//
|
|
|
- // mergeCountTextbox
|
|
|
- //
|
|
|
- this.mergeCountTextbox.Location = new System.Drawing.Point(765, 72);
|
|
|
- this.mergeCountTextbox.Minimum = new decimal(new int[] {
|
|
|
- 1,
|
|
|
- 0,
|
|
|
- 0,
|
|
|
- 0});
|
|
|
- this.mergeCountTextbox.Name = "mergeCountTextbox";
|
|
|
- this.mergeCountTextbox.Size = new System.Drawing.Size(180, 28);
|
|
|
- this.mergeCountTextbox.TabIndex = 32;
|
|
|
- this.mergeCountTextbox.UseWaitCursor = true;
|
|
|
- this.mergeCountTextbox.Value = new decimal(new int[] {
|
|
|
- 1,
|
|
|
- 0,
|
|
|
- 0,
|
|
|
- 0});
|
|
|
- //
|
|
|
// groupBox1
|
|
|
//
|
|
|
this.groupBox1.Controls.Add(this.dataGridView2);
|
|
|
this.groupBox1.Location = new System.Drawing.Point(286, 119);
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
- this.groupBox1.Size = new System.Drawing.Size(926, 420);
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(1020, 420);
|
|
|
this.groupBox1.TabIndex = 33;
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "报告索引信息";
|
|
@@ -381,8 +362,8 @@ namespace lqnet.Forms
|
|
|
this.dataGridView2.AutoGenerateColumns = false;
|
|
|
this.dataGridView2.BackgroundColor = System.Drawing.Color.SkyBlue;
|
|
|
this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
- this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
+ dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 14F);
|
|
|
+ this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.dataGridView2.ColumnHeadersHeight = 30;
|
|
|
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.indexDataGridViewTextBoxColumn,
|
|
@@ -399,7 +380,7 @@ namespace lqnet.Forms
|
|
|
this.dataGridView2.RowTemplate.Height = 50;
|
|
|
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.dataGridView2.ShowCellToolTips = false;
|
|
|
- this.dataGridView2.Size = new System.Drawing.Size(913, 391);
|
|
|
+ this.dataGridView2.Size = new System.Drawing.Size(1010, 400);
|
|
|
this.dataGridView2.TabIndex = 34;
|
|
|
//
|
|
|
// indexDataGridViewTextBoxColumn
|
|
@@ -408,6 +389,7 @@ namespace lqnet.Forms
|
|
|
this.indexDataGridViewTextBoxColumn.HeaderText = "序号";
|
|
|
this.indexDataGridViewTextBoxColumn.MinimumWidth = 8;
|
|
|
this.indexDataGridViewTextBoxColumn.Name = "indexDataGridViewTextBoxColumn";
|
|
|
+ this.indexDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
this.indexDataGridViewTextBoxColumn.Width = 150;
|
|
|
//
|
|
|
// importColLabelDataGridViewTextBoxColumn
|
|
@@ -416,7 +398,8 @@ namespace lqnet.Forms
|
|
|
this.importColLabelDataGridViewTextBoxColumn.HeaderText = "导入报告列标签";
|
|
|
this.importColLabelDataGridViewTextBoxColumn.MinimumWidth = 8;
|
|
|
this.importColLabelDataGridViewTextBoxColumn.Name = "importColLabelDataGridViewTextBoxColumn";
|
|
|
- this.importColLabelDataGridViewTextBoxColumn.Width = 300;
|
|
|
+ this.importColLabelDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ this.importColLabelDataGridViewTextBoxColumn.Width = 250;
|
|
|
//
|
|
|
// lineColLabelDataGridViewTextBoxColumn
|
|
|
//
|
|
@@ -486,7 +469,7 @@ namespace lqnet.Forms
|
|
|
this.groupBox2.Controls.Add(this.slectBt);
|
|
|
this.groupBox2.Location = new System.Drawing.Point(3, 0);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
- this.groupBox2.Size = new System.Drawing.Size(1206, 538);
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(1306, 538);
|
|
|
this.groupBox2.TabIndex = 0;
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "选择调度单";
|
|
@@ -495,7 +478,7 @@ namespace lqnet.Forms
|
|
|
//
|
|
|
this.pageHelper2.AllPage = 1;
|
|
|
this.pageHelper2.AutoScroll = true;
|
|
|
- this.pageHelper2.Location = new System.Drawing.Point(379, 484);
|
|
|
+ this.pageHelper2.Location = new System.Drawing.Point(464, 484);
|
|
|
this.pageHelper2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.pageHelper2.Name = "pageHelper2";
|
|
|
this.pageHelper2.NowPage = 1;
|
|
@@ -507,13 +490,13 @@ namespace lqnet.Forms
|
|
|
//
|
|
|
// groupBox3
|
|
|
//
|
|
|
+ this.groupBox3.Controls.Add(this.mergeCountTextbox);
|
|
|
this.groupBox3.Controls.Add(this.groupBox1);
|
|
|
this.groupBox3.Controls.Add(this.CheckItemComboBox);
|
|
|
this.groupBox3.Controls.Add(this.currentFilePath);
|
|
|
this.groupBox3.Controls.Add(this.choosedFileLabel);
|
|
|
this.groupBox3.Controls.Add(this.parseReportBtn);
|
|
|
this.groupBox3.Controls.Add(this.selectFileBt);
|
|
|
- this.groupBox3.Controls.Add(this.mergeCountTextbox);
|
|
|
this.groupBox3.Controls.Add(this.startIdxLabel);
|
|
|
this.groupBox3.Controls.Add(this.uploadTrueBt);
|
|
|
this.groupBox3.Controls.Add(this.startIdxTextbox);
|
|
@@ -521,11 +504,20 @@ namespace lqnet.Forms
|
|
|
this.groupBox3.Controls.Add(this.checkLabel);
|
|
|
this.groupBox3.Location = new System.Drawing.Point(3, 545);
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
- this.groupBox3.Size = new System.Drawing.Size(1215, 548);
|
|
|
+ this.groupBox3.Size = new System.Drawing.Size(1309, 548);
|
|
|
this.groupBox3.TabIndex = 39;
|
|
|
this.groupBox3.TabStop = false;
|
|
|
this.groupBox3.Text = "数据配置";
|
|
|
//
|
|
|
+ // mergeCountTextbox
|
|
|
+ //
|
|
|
+ this.mergeCountTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
+ this.mergeCountTextbox.Location = new System.Drawing.Point(752, 70);
|
|
|
+ this.mergeCountTextbox.Name = "mergeCountTextbox";
|
|
|
+ this.mergeCountTextbox.Size = new System.Drawing.Size(165, 21);
|
|
|
+ this.mergeCountTextbox.TabIndex = 37;
|
|
|
+ this.mergeCountTextbox.Text = "1";
|
|
|
+ //
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
|
|
@@ -535,13 +527,13 @@ namespace lqnet.Forms
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 1093);
|
|
|
this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(1218, 59);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(1312, 59);
|
|
|
this.panel1.TabIndex = 40;
|
|
|
//
|
|
|
// linkLabel1
|
|
|
//
|
|
|
this.linkLabel1.AutoSize = true;
|
|
|
- this.linkLabel1.Location = new System.Drawing.Point(997, 20);
|
|
|
+ this.linkLabel1.Location = new System.Drawing.Point(1094, 21);
|
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
|
this.linkLabel1.Size = new System.Drawing.Size(80, 18);
|
|
|
this.linkLabel1.TabIndex = 2;
|
|
@@ -554,7 +546,7 @@ namespace lqnet.Forms
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
|
- this.label3.Location = new System.Drawing.Point(522, 15);
|
|
|
+ this.label3.Location = new System.Drawing.Point(585, 15);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(133, 27);
|
|
|
this.label3.TabIndex = 1;
|
|
@@ -580,7 +572,7 @@ namespace lqnet.Forms
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panel2.Name = "panel2";
|
|
|
- this.panel2.Size = new System.Drawing.Size(1238, 744);
|
|
|
+ this.panel2.Size = new System.Drawing.Size(1338, 894);
|
|
|
this.panel2.TabIndex = 41;
|
|
|
//
|
|
|
// MainForm
|
|
@@ -588,10 +580,12 @@ namespace lqnet.Forms
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
this.AutoScroll = true;
|
|
|
- this.ClientSize = new System.Drawing.Size(1238, 744);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1338, 894);
|
|
|
this.Controls.Add(this.panel2);
|
|
|
this.Icon = global::lqnet.Properties.Resources.favicon;
|
|
|
- this.MaximumSize = new System.Drawing.Size(1360, 1500);
|
|
|
+ this.MaximizeBox = false;
|
|
|
+ this.MaximumSize = new System.Drawing.Size(1360, 950);
|
|
|
+ this.MinimizeBox = false;
|
|
|
this.Name = "MainForm";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "TDM测试台数据传输终端";
|
|
@@ -600,7 +594,6 @@ namespace lqnet.Forms
|
|
|
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Boder_Paint);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.taskListBindingSource)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.mergeCountTextbox)).EndInit();
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.reportColListBindingSource)).EndInit();
|
|
@@ -628,20 +621,10 @@ namespace lqnet.Forms
|
|
|
private Label startIdxLabel;
|
|
|
private TextBox startIdxTextbox;
|
|
|
private Label mergeCountLabel;
|
|
|
- private NumericUpDown mergeCountTextbox;
|
|
|
private GroupBox groupBox1;
|
|
|
private DataGridView dataGridView2;
|
|
|
private Button parseReportBtn;
|
|
|
private BindingSource reportColListBindingSource;
|
|
|
- private DataGridViewTextBoxColumn Index;
|
|
|
- private DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
|
|
|
- private DataGridViewTextBoxColumn prodtDesigDataGridViewTextBoxColumn;
|
|
|
- private DataGridViewTextBoxColumn numDataGridViewTextBoxColumn;
|
|
|
- private DataGridViewTextBoxColumn groupOrderCodeDataGridViewTextBoxColumn;
|
|
|
- private DataGridViewTextBoxColumn proceNameDataGridViewTextBoxColumn;
|
|
|
- private DataGridViewTextBoxColumn prodtBatchDataGridViewTextBoxColumn;
|
|
|
- private DataGridViewTextBoxColumn groupProceIdDataGridViewTextBoxColumn;
|
|
|
- private DataGridViewTextBoxColumn groupProceCodeDataGridViewTextBoxColumn;
|
|
|
private Label label1;
|
|
|
private Label currentFilePath;
|
|
|
private Label choosedFileLabel;
|
|
@@ -652,6 +635,16 @@ namespace lqnet.Forms
|
|
|
private Label label3;
|
|
|
private Label label2;
|
|
|
private Panel panel2;
|
|
|
+ private DataGridViewTextBoxColumn Index;
|
|
|
+ private DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
|
|
|
+ private DataGridViewTextBoxColumn prodtDesigDataGridViewTextBoxColumn;
|
|
|
+ private DataGridViewTextBoxColumn numDataGridViewTextBoxColumn;
|
|
|
+ private DataGridViewTextBoxColumn groupOrderCodeDataGridViewTextBoxColumn;
|
|
|
+ private DataGridViewTextBoxColumn proceNameDataGridViewTextBoxColumn;
|
|
|
+ private DataGridViewTextBoxColumn prodtBatchDataGridViewTextBoxColumn;
|
|
|
+ private DataGridViewTextBoxColumn groupProceIdDataGridViewTextBoxColumn;
|
|
|
+ private DataGridViewTextBoxColumn groupProceCodeDataGridViewTextBoxColumn;
|
|
|
+ private TextBox mergeCountTextbox;
|
|
|
private DataGridViewTextBoxColumn indexDataGridViewTextBoxColumn;
|
|
|
private DataGridViewTextBoxColumn importColLabelDataGridViewTextBoxColumn;
|
|
|
private DataGridViewComboBoxColumn lineColLabelDataGridViewTextBoxColumn;
|