|
|
@ -29,8 +29,8 @@ |
|
|
|
private void InitializeComponent() |
|
|
|
{ |
|
|
|
this.components = new System.ComponentModel.Container(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.panel1 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
@ -42,6 +42,8 @@ |
|
|
|
this.rb_hx = new System.Windows.Forms.RadioButton(); |
|
|
|
this.rb_dx = new System.Windows.Forms.RadioButton(); |
|
|
|
this.lblCount = new System.Windows.Forms.Label(); |
|
|
|
this.ra_hx = new System.Windows.Forms.RadioButton(); |
|
|
|
this.ra_dx = new System.Windows.Forms.RadioButton(); |
|
|
|
this.dgvMATChange = new System.Windows.Forms.DataGridView(); |
|
|
|
this.PLAN_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.REQUESTID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
@ -56,6 +58,19 @@ |
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.panel4 = new System.Windows.Forms.Panel(); |
|
|
|
this.dgvNF = new System.Windows.Forms.DataGridView(); |
|
|
|
this.CODE_NF = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.PRODNO_NF = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.CARSETDESC_CN_NF = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.MOULDCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.CREATEDATE_NF = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.SEQ = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.dgcPRODUCT_PID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.tpContainer = new System.Windows.Forms.TableLayoutPanel(); |
|
|
|
this.panel3 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.btnPrint_NF = new System.Windows.Forms.Button(); |
|
|
@ -75,19 +90,6 @@ |
|
|
|
this.timeRefew = new System.Windows.Forms.Timer(this.components); |
|
|
|
this.panel7 = new System.Windows.Forms.Panel(); |
|
|
|
this.panel8 = new System.Windows.Forms.Panel(); |
|
|
|
this.CODE_NF = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.PRODNO_NF = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.CARSETDESC_CN_NF = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.MOULDCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.CREATEDATE_NF = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.SEQ = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.dgcPRODUCT_PID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.groupBox2.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
|
|
|
this.splitContainer1.Panel1.SuspendLayout(); |
|
|
@ -146,6 +148,8 @@ |
|
|
|
this.panel1.Controls.Add(this.rb_hx); |
|
|
|
this.panel1.Controls.Add(this.rb_dx); |
|
|
|
this.panel1.Controls.Add(this.lblCount); |
|
|
|
this.panel1.Controls.Add(this.ra_hx); |
|
|
|
this.panel1.Controls.Add(this.ra_dx); |
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.panel1.Name = "panel1"; |
|
|
@ -230,6 +234,7 @@ |
|
|
|
this.rb_dx.TabIndex = 6; |
|
|
|
this.rb_dx.Text = "右侧门板"; |
|
|
|
this.rb_dx.UseVisualStyleBackColor = true; |
|
|
|
this.rb_dx.CheckedChanged += new System.EventHandler(this.rb_dx_CheckedChanged); |
|
|
|
//
|
|
|
|
// lblCount
|
|
|
|
//
|
|
|
@ -243,6 +248,28 @@ |
|
|
|
this.lblCount.TabIndex = 21; |
|
|
|
this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|
|
|
//
|
|
|
|
// ra_hx
|
|
|
|
//
|
|
|
|
this.ra_hx.AutoSize = true; |
|
|
|
this.ra_hx.Location = new System.Drawing.Point(666, 3); |
|
|
|
this.ra_hx.Name = "ra_hx"; |
|
|
|
this.ra_hx.Size = new System.Drawing.Size(77, 16); |
|
|
|
this.ra_hx.TabIndex = 22; |
|
|
|
this.ra_hx.Text = "018前门板"; |
|
|
|
this.ra_hx.UseVisualStyleBackColor = true; |
|
|
|
this.ra_hx.CheckedChanged += new System.EventHandler(this.ra_hx_CheckedChanged); |
|
|
|
//
|
|
|
|
// ra_dx
|
|
|
|
//
|
|
|
|
this.ra_dx.AutoSize = true; |
|
|
|
this.ra_dx.Location = new System.Drawing.Point(3, 32); |
|
|
|
this.ra_dx.Name = "ra_dx"; |
|
|
|
this.ra_dx.Size = new System.Drawing.Size(77, 16); |
|
|
|
this.ra_dx.TabIndex = 23; |
|
|
|
this.ra_dx.Text = "018后门板"; |
|
|
|
this.ra_dx.UseVisualStyleBackColor = true; |
|
|
|
this.ra_dx.CheckedChanged += new System.EventHandler(this.ra_dx_CheckedChanged); |
|
|
|
//
|
|
|
|
// dgvMATChange
|
|
|
|
//
|
|
|
|
this.dgvMATChange.AllowUserToAddRows = false; |
|
|
@ -261,18 +288,17 @@ |
|
|
|
this.PID, |
|
|
|
this.clscanstate, |
|
|
|
this.STATE}); |
|
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; |
|
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F); |
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; |
|
|
|
dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(0, 0, 15, 0); |
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; |
|
|
|
this.dgvMATChange.DefaultCellStyle = dataGridViewCellStyle1; |
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window; |
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F); |
|
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText; |
|
|
|
dataGridViewCellStyle5.Padding = new System.Windows.Forms.Padding(0, 0, 15, 0); |
|
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; |
|
|
|
this.dgvMATChange.DefaultCellStyle = dataGridViewCellStyle5; |
|
|
|
this.dgvMATChange.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.dgvMATChange.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.dgvMATChange.MultiSelect = true; |
|
|
|
this.dgvMATChange.Name = "dgvMATChange"; |
|
|
|
this.dgvMATChange.ReadOnly = true; |
|
|
|
this.dgvMATChange.RowHeadersWidth = 40; |
|
|
@ -423,15 +449,15 @@ |
|
|
|
this.Column11, |
|
|
|
this.Column13, |
|
|
|
this.dgcPRODUCT_PID}); |
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; |
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; |
|
|
|
dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0); |
|
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; |
|
|
|
this.dgvNF.DefaultCellStyle = dataGridViewCellStyle2; |
|
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window; |
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText; |
|
|
|
dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0); |
|
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False; |
|
|
|
this.dgvNF.DefaultCellStyle = dataGridViewCellStyle6; |
|
|
|
this.dgvNF.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.dgvNF.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.dgvNF.Name = "dgvNF"; |
|
|
@ -443,6 +469,123 @@ |
|
|
|
this.dgvNF.Size = new System.Drawing.Size(460, 364); |
|
|
|
this.dgvNF.TabIndex = 0; |
|
|
|
//
|
|
|
|
// CODE_NF
|
|
|
|
//
|
|
|
|
this.CODE_NF.DataPropertyName = "SANBARCODE"; |
|
|
|
this.CODE_NF.HeaderText = "条码号"; |
|
|
|
this.CODE_NF.Name = "CODE_NF"; |
|
|
|
this.CODE_NF.ReadOnly = true; |
|
|
|
this.CODE_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
|
|
this.CODE_NF.Width = 57; |
|
|
|
//
|
|
|
|
// PRODNO_NF
|
|
|
|
//
|
|
|
|
this.PRODNO_NF.DataPropertyName = "PRODNO"; |
|
|
|
this.PRODNO_NF.HeaderText = "零件号"; |
|
|
|
this.PRODNO_NF.Name = "PRODNO_NF"; |
|
|
|
this.PRODNO_NF.ReadOnly = true; |
|
|
|
this.PRODNO_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
|
|
this.PRODNO_NF.Width = 57; |
|
|
|
//
|
|
|
|
// CARSETDESC_CN_NF
|
|
|
|
//
|
|
|
|
this.CARSETDESC_CN_NF.DataPropertyName = "CARSETDESC_CN"; |
|
|
|
this.CARSETDESC_CN_NF.HeaderText = "总成描述"; |
|
|
|
this.CARSETDESC_CN_NF.Name = "CARSETDESC_CN_NF"; |
|
|
|
this.CARSETDESC_CN_NF.ReadOnly = true; |
|
|
|
this.CARSETDESC_CN_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
|
|
this.CARSETDESC_CN_NF.Width = 69; |
|
|
|
//
|
|
|
|
// MOULDCODE
|
|
|
|
//
|
|
|
|
this.MOULDCODE.DataPropertyName = "MOULDCODE"; |
|
|
|
this.MOULDCODE.HeaderText = "位置"; |
|
|
|
this.MOULDCODE.Name = "MOULDCODE"; |
|
|
|
this.MOULDCODE.ReadOnly = true; |
|
|
|
this.MOULDCODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
|
|
this.MOULDCODE.Width = 45; |
|
|
|
//
|
|
|
|
// CREATEDATE_NF
|
|
|
|
//
|
|
|
|
this.CREATEDATE_NF.DataPropertyName = "SCANDATE"; |
|
|
|
this.CREATEDATE_NF.HeaderText = "扫描时间"; |
|
|
|
this.CREATEDATE_NF.Name = "CREATEDATE_NF"; |
|
|
|
this.CREATEDATE_NF.ReadOnly = true; |
|
|
|
this.CREATEDATE_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
|
|
this.CREATEDATE_NF.Width = 69; |
|
|
|
//
|
|
|
|
// Column1
|
|
|
|
//
|
|
|
|
this.Column1.DataPropertyName = "PASTEDETAILED_CARD_KEY"; |
|
|
|
this.Column1.HeaderText = "Column1"; |
|
|
|
this.Column1.Name = "Column1"; |
|
|
|
this.Column1.ReadOnly = true; |
|
|
|
this.Column1.Visible = false; |
|
|
|
this.Column1.Width = 82; |
|
|
|
//
|
|
|
|
// SEQ
|
|
|
|
//
|
|
|
|
this.SEQ.DataPropertyName = "SEQ"; |
|
|
|
this.SEQ.HeaderText = "SEQ"; |
|
|
|
this.SEQ.Name = "SEQ"; |
|
|
|
this.SEQ.ReadOnly = true; |
|
|
|
this.SEQ.Visible = false; |
|
|
|
this.SEQ.Width = 58; |
|
|
|
//
|
|
|
|
// Column2
|
|
|
|
//
|
|
|
|
this.Column2.DataPropertyName = "FIS_KEY"; |
|
|
|
this.Column2.HeaderText = "Column2"; |
|
|
|
this.Column2.Name = "Column2"; |
|
|
|
this.Column2.ReadOnly = true; |
|
|
|
this.Column2.Visible = false; |
|
|
|
this.Column2.Width = 82; |
|
|
|
//
|
|
|
|
// Column3
|
|
|
|
//
|
|
|
|
this.Column3.DataPropertyName = "PASTE_CARD_KEY"; |
|
|
|
this.Column3.HeaderText = "Column3"; |
|
|
|
this.Column3.Name = "Column3"; |
|
|
|
this.Column3.ReadOnly = true; |
|
|
|
this.Column3.Visible = false; |
|
|
|
this.Column3.Width = 82; |
|
|
|
//
|
|
|
|
// Column7
|
|
|
|
//
|
|
|
|
this.Column7.DataPropertyName = "VIN"; |
|
|
|
this.Column7.HeaderText = "Column7"; |
|
|
|
this.Column7.Name = "Column7"; |
|
|
|
this.Column7.ReadOnly = true; |
|
|
|
this.Column7.Visible = false; |
|
|
|
this.Column7.Width = 82; |
|
|
|
//
|
|
|
|
// Column11
|
|
|
|
//
|
|
|
|
this.Column11.DataPropertyName = "DGVROWINDEX"; |
|
|
|
this.Column11.HeaderText = "Column11"; |
|
|
|
this.Column11.Name = "Column11"; |
|
|
|
this.Column11.ReadOnly = true; |
|
|
|
this.Column11.Visible = false; |
|
|
|
this.Column11.Width = 88; |
|
|
|
//
|
|
|
|
// Column13
|
|
|
|
//
|
|
|
|
this.Column13.DataPropertyName = "LINENO"; |
|
|
|
this.Column13.HeaderText = "Column13"; |
|
|
|
this.Column13.Name = "Column13"; |
|
|
|
this.Column13.ReadOnly = true; |
|
|
|
this.Column13.Visible = false; |
|
|
|
this.Column13.Width = 88; |
|
|
|
//
|
|
|
|
// dgcPRODUCT_PID
|
|
|
|
//
|
|
|
|
this.dgcPRODUCT_PID.DataPropertyName = "PRODUCT_PID"; |
|
|
|
this.dgcPRODUCT_PID.HeaderText = "产品主键"; |
|
|
|
this.dgcPRODUCT_PID.Name = "dgcPRODUCT_PID"; |
|
|
|
this.dgcPRODUCT_PID.ReadOnly = true; |
|
|
|
this.dgcPRODUCT_PID.Visible = false; |
|
|
|
this.dgcPRODUCT_PID.Width = 88; |
|
|
|
//
|
|
|
|
// tpContainer
|
|
|
|
//
|
|
|
|
this.tpContainer.BackColor = System.Drawing.SystemColors.ControlDark; |
|
|
@ -650,123 +793,6 @@ |
|
|
|
this.panel8.Size = new System.Drawing.Size(1239, 50); |
|
|
|
this.panel8.TabIndex = 19; |
|
|
|
//
|
|
|
|
// CODE_NF
|
|
|
|
//
|
|
|
|
this.CODE_NF.DataPropertyName = "SANBARCODE"; |
|
|
|
this.CODE_NF.HeaderText = "条码号"; |
|
|
|
this.CODE_NF.Name = "CODE_NF"; |
|
|
|
this.CODE_NF.ReadOnly = true; |
|
|
|
this.CODE_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
|
|
this.CODE_NF.Width = 57; |
|
|
|
//
|
|
|
|
// PRODNO_NF
|
|
|
|
//
|
|
|
|
this.PRODNO_NF.DataPropertyName = "PRODNO"; |
|
|
|
this.PRODNO_NF.HeaderText = "零件号"; |
|
|
|
this.PRODNO_NF.Name = "PRODNO_NF"; |
|
|
|
this.PRODNO_NF.ReadOnly = true; |
|
|
|
this.PRODNO_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
|
|
this.PRODNO_NF.Width = 57; |
|
|
|
//
|
|
|
|
// CARSETDESC_CN_NF
|
|
|
|
//
|
|
|
|
this.CARSETDESC_CN_NF.DataPropertyName = "CARSETDESC_CN"; |
|
|
|
this.CARSETDESC_CN_NF.HeaderText = "总成描述"; |
|
|
|
this.CARSETDESC_CN_NF.Name = "CARSETDESC_CN_NF"; |
|
|
|
this.CARSETDESC_CN_NF.ReadOnly = true; |
|
|
|
this.CARSETDESC_CN_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
|
|
this.CARSETDESC_CN_NF.Width = 69; |
|
|
|
//
|
|
|
|
// MOULDCODE
|
|
|
|
//
|
|
|
|
this.MOULDCODE.DataPropertyName = "MOULDCODE"; |
|
|
|
this.MOULDCODE.HeaderText = "位置"; |
|
|
|
this.MOULDCODE.Name = "MOULDCODE"; |
|
|
|
this.MOULDCODE.ReadOnly = true; |
|
|
|
this.MOULDCODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
|
|
this.MOULDCODE.Width = 45; |
|
|
|
//
|
|
|
|
// CREATEDATE_NF
|
|
|
|
//
|
|
|
|
this.CREATEDATE_NF.DataPropertyName = "SCANDATE"; |
|
|
|
this.CREATEDATE_NF.HeaderText = "扫描时间"; |
|
|
|
this.CREATEDATE_NF.Name = "CREATEDATE_NF"; |
|
|
|
this.CREATEDATE_NF.ReadOnly = true; |
|
|
|
this.CREATEDATE_NF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
|
|
this.CREATEDATE_NF.Width = 69; |
|
|
|
//
|
|
|
|
// Column1
|
|
|
|
//
|
|
|
|
this.Column1.DataPropertyName = "PASTEDETAILED_CARD_KEY"; |
|
|
|
this.Column1.HeaderText = "Column1"; |
|
|
|
this.Column1.Name = "Column1"; |
|
|
|
this.Column1.ReadOnly = true; |
|
|
|
this.Column1.Visible = false; |
|
|
|
this.Column1.Width = 82; |
|
|
|
//
|
|
|
|
// SEQ
|
|
|
|
//
|
|
|
|
this.SEQ.DataPropertyName = "SEQ"; |
|
|
|
this.SEQ.HeaderText = "SEQ"; |
|
|
|
this.SEQ.Name = "SEQ"; |
|
|
|
this.SEQ.ReadOnly = true; |
|
|
|
this.SEQ.Visible = false; |
|
|
|
this.SEQ.Width = 58; |
|
|
|
//
|
|
|
|
// Column2
|
|
|
|
//
|
|
|
|
this.Column2.DataPropertyName = "FIS_KEY"; |
|
|
|
this.Column2.HeaderText = "Column2"; |
|
|
|
this.Column2.Name = "Column2"; |
|
|
|
this.Column2.ReadOnly = true; |
|
|
|
this.Column2.Visible = false; |
|
|
|
this.Column2.Width = 82; |
|
|
|
//
|
|
|
|
// Column3
|
|
|
|
//
|
|
|
|
this.Column3.DataPropertyName = "PASTE_CARD_KEY"; |
|
|
|
this.Column3.HeaderText = "Column3"; |
|
|
|
this.Column3.Name = "Column3"; |
|
|
|
this.Column3.ReadOnly = true; |
|
|
|
this.Column3.Visible = false; |
|
|
|
this.Column3.Width = 82; |
|
|
|
//
|
|
|
|
// Column7
|
|
|
|
//
|
|
|
|
this.Column7.DataPropertyName = "VIN"; |
|
|
|
this.Column7.HeaderText = "Column7"; |
|
|
|
this.Column7.Name = "Column7"; |
|
|
|
this.Column7.ReadOnly = true; |
|
|
|
this.Column7.Visible = false; |
|
|
|
this.Column7.Width = 82; |
|
|
|
//
|
|
|
|
// Column11
|
|
|
|
//
|
|
|
|
this.Column11.DataPropertyName = "DGVROWINDEX"; |
|
|
|
this.Column11.HeaderText = "Column11"; |
|
|
|
this.Column11.Name = "Column11"; |
|
|
|
this.Column11.ReadOnly = true; |
|
|
|
this.Column11.Visible = false; |
|
|
|
this.Column11.Width = 88; |
|
|
|
//
|
|
|
|
// Column13
|
|
|
|
//
|
|
|
|
this.Column13.DataPropertyName = "LINENO"; |
|
|
|
this.Column13.HeaderText = "Column13"; |
|
|
|
this.Column13.Name = "Column13"; |
|
|
|
this.Column13.ReadOnly = true; |
|
|
|
this.Column13.Visible = false; |
|
|
|
this.Column13.Width = 88; |
|
|
|
//
|
|
|
|
// dgcPRODUCT_PID
|
|
|
|
//
|
|
|
|
this.dgcPRODUCT_PID.DataPropertyName = "PRODUCT_PID"; |
|
|
|
this.dgcPRODUCT_PID.HeaderText = "产品主键"; |
|
|
|
this.dgcPRODUCT_PID.Name = "dgcPRODUCT_PID"; |
|
|
|
this.dgcPRODUCT_PID.ReadOnly = true; |
|
|
|
this.dgcPRODUCT_PID.Visible = false; |
|
|
|
this.dgcPRODUCT_PID.Width = 88; |
|
|
|
//
|
|
|
|
// TJFrmPlace
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
@ -860,5 +886,7 @@ |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column11; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column13; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dgcPRODUCT_PID; |
|
|
|
private System.Windows.Forms.RadioButton ra_hx; |
|
|
|
private System.Windows.Forms.RadioButton ra_dx; |
|
|
|
} |
|
|
|
} |