@ -33,6 +33,15 @@
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle2 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle3 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
this . dgvList = new System . Windows . Forms . DataGridView ( ) ;
this . PASTECARDNO = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . PLANTNAME = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . PASTECARDDATE = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . PASTECARDDATE2 = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . OPERATOR = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . VINLACK = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . PRODUCTIONNAME = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . CREATETIME = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . PID = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . txtPasteNO = new System . Windows . Forms . TextBox ( ) ;
this . label4 = new System . Windows . Forms . Label ( ) ;
this . btnSearch = new System . Windows . Forms . Button ( ) ;
@ -50,15 +59,6 @@
this . cmenuDisplay = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . cmenuFunctions = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . folderBrowserDialog1 = new System . Windows . Forms . FolderBrowserDialog ( ) ;
this . PASTECARDNO = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . PLANTNAME = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . PASTECARDDATE = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . PASTECARDDATE2 = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . OPERATOR = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . VINLACK = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . PRODUCTIONNAME = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . CREATETIME = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . PID = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvList ) ) . BeginInit ( ) ;
this . groupBox3 . SuspendLayout ( ) ;
this . cmenuFunctions . SuspendLayout ( ) ;
@ -103,6 +103,85 @@
this . dgvList . RowPostPaint + = new System . Windows . Forms . DataGridViewRowPostPaintEventHandler ( this . dgvList_RowPostPaint ) ;
this . dgvList . DoubleClick + = new System . EventHandler ( this . dgvList_DoubleClick ) ;
//
// PASTECARDNO
//
this . PASTECARDNO . DataPropertyName = "PASTECARDNO" ;
dataGridViewCellStyle2 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
this . PASTECARDNO . DefaultCellStyle = dataGridViewCellStyle2 ;
this . PASTECARDNO . HeaderText = "贴车单单号" ;
this . PASTECARDNO . Name = "PASTECARDNO" ;
this . PASTECARDNO . ReadOnly = true ;
this . PASTECARDNO . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . PASTECARDNO . Width = 1 5 0 ;
//
// PLANTNAME
//
this . PLANTNAME . DataPropertyName = "PLANTNAME" ;
this . PLANTNAME . HeaderText = "发运中心" ;
this . PLANTNAME . Name = "PLANTNAME" ;
this . PLANTNAME . ReadOnly = true ;
//
// PASTECARDDATE
//
this . PASTECARDDATE . DataPropertyName = "PASTECARDDATE" ;
dataGridViewCellStyle3 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
this . PASTECARDDATE . DefaultCellStyle = dataGridViewCellStyle3 ;
this . PASTECARDDATE . HeaderText = "打印时间" ;
this . PASTECARDDATE . Name = "PASTECARDDATE" ;
this . PASTECARDDATE . ReadOnly = true ;
this . PASTECARDDATE . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . PASTECARDDATE . Width = 1 5 0 ;
//
// PASTECARDDATE2
//
this . PASTECARDDATE2 . DataPropertyName = "PASTECARDDATE2" ;
this . PASTECARDDATE2 . HeaderText = "补打时间" ;
this . PASTECARDDATE2 . Name = "PASTECARDDATE2" ;
this . PASTECARDDATE2 . ReadOnly = true ;
this . PASTECARDDATE2 . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . PASTECARDDATE2 . Width = 1 5 0 ;
//
// OPERATOR
//
this . OPERATOR . DataPropertyName = "OPERATOR" ;
this . OPERATOR . HeaderText = "操作者" ;
this . OPERATOR . Name = "OPERATOR" ;
this . OPERATOR . ReadOnly = true ;
this . OPERATOR . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
//
// VINLACK
//
this . VINLACK . DataPropertyName = "VINLACK" ;
this . VINLACK . HeaderText = "底盘号间隔" ;
this . VINLACK . Name = "VINLACK" ;
this . VINLACK . ReadOnly = true ;
//
// PRODUCTIONNAME
//
this . PRODUCTIONNAME . DataPropertyName = "PRODUCTIONNAME" ;
this . PRODUCTIONNAME . HeaderText = "生产线名称" ;
this . PRODUCTIONNAME . Name = "PRODUCTIONNAME" ;
this . PRODUCTIONNAME . ReadOnly = true ;
this . PRODUCTIONNAME . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . PRODUCTIONNAME . Width = 8 0 ;
//
// CREATETIME
//
this . CREATETIME . DataPropertyName = "CREATETIME" ;
this . CREATETIME . HeaderText = "创建日期" ;
this . CREATETIME . Name = "CREATETIME" ;
this . CREATETIME . ReadOnly = true ;
this . CREATETIME . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . CREATETIME . Width = 1 5 0 ;
//
// PID
//
this . PID . DataPropertyName = "PID" ;
this . PID . HeaderText = "Column4" ;
this . PID . Name = "PID" ;
this . PID . ReadOnly = true ;
this . PID . Visible = false ;
//
// txtPasteNO
//
this . txtPasteNO . Location = new System . Drawing . Point ( 6 7 , 1 8 ) ;
@ -132,7 +211,7 @@
// datenddate
//
this . datenddate . Format = System . Windows . Forms . DateTimePickerFormat . Short ;
this . datenddate . Location = new System . Drawing . Point ( 7 4 7 , 2 0 ) ;
this . datenddate . Location = new System . Drawing . Point ( 7 8 4 , 2 0 ) ;
this . datenddate . Name = "datenddate" ;
this . datenddate . Size = new System . Drawing . Size ( 1 1 0 , 2 1 ) ;
this . datenddate . TabIndex = 5 ;
@ -140,7 +219,7 @@
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Location = new System . Drawing . Point ( 7 3 0 , 2 5 ) ;
this . label2 . Location = new System . Drawing . Point ( 7 6 7 , 2 5 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 1 1 , 1 2 ) ;
this . label2 . TabIndex = 2 ;
@ -149,7 +228,7 @@
// datbegindate
//
this . datbegindate . Format = System . Windows . Forms . DateTimePickerFormat . Short ;
this . datbegindate . Location = new System . Drawing . Point ( 6 0 4 , 1 9 ) ;
this . datbegindate . Location = new System . Drawing . Point ( 6 4 1 , 1 9 ) ;
this . datbegindate . Name = "datbegindate" ;
this . datbegindate . Size = new System . Drawing . Size ( 1 1 1 , 2 1 ) ;
this . datbegindate . TabIndex = 4 ;
@ -193,7 +272,7 @@
this . cmbtype . FormattingEnabled = true ;
this . cmbtype . Location = new System . Drawing . Point ( 4 4 6 , 1 7 ) ;
this . cmbtype . Name = "cmbtype" ;
this . cmbtype . Size = new System . Drawing . Size ( 8 3 , 2 4 ) ;
this . cmbtype . Size = new System . Drawing . Size ( 1 3 0 , 2 4 ) ;
this . cmbtype . TabIndex = 2 2 ;
this . cmbtype . SelectedIndexChanged + = new System . EventHandler ( this . comboBox2_SelectedIndexChanged ) ;
//
@ -235,7 +314,7 @@
// label1
//
this . label1 . AutoSize = true ;
this . label1 . Location = new System . Drawing . Point ( 5 4 5 , 2 5 ) ;
this . label1 . Location = new System . Drawing . Point ( 5 8 2 , 2 5 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 5 3 , 1 2 ) ;
this . label1 . TabIndex = 0 ;
@ -256,85 +335,6 @@
this . cmenuFunctions . Size = new System . Drawing . Size ( 1 0 1 , 2 6 ) ;
this . cmenuFunctions . Text = "操作列表的功能" ;
//
// PASTECARDNO
//
this . PASTECARDNO . DataPropertyName = "PASTECARDNO" ;
dataGridViewCellStyle2 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
this . PASTECARDNO . DefaultCellStyle = dataGridViewCellStyle2 ;
this . PASTECARDNO . HeaderText = "贴车单单号" ;
this . PASTECARDNO . Name = "PASTECARDNO" ;
this . PASTECARDNO . ReadOnly = true ;
this . PASTECARDNO . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . PASTECARDNO . Width = 1 5 0 ;
//
// PLANTNAME
//
this . PLANTNAME . DataPropertyName = "PLANTNAME" ;
this . PLANTNAME . HeaderText = "发运中心" ;
this . PLANTNAME . Name = "PLANTNAME" ;
this . PLANTNAME . ReadOnly = true ;
//
// PASTECARDDATE
//
this . PASTECARDDATE . DataPropertyName = "PASTECARDDATE" ;
dataGridViewCellStyle3 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
this . PASTECARDDATE . DefaultCellStyle = dataGridViewCellStyle3 ;
this . PASTECARDDATE . HeaderText = "打印时间" ;
this . PASTECARDDATE . Name = "PASTECARDDATE" ;
this . PASTECARDDATE . ReadOnly = true ;
this . PASTECARDDATE . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . PASTECARDDATE . Width = 1 5 0 ;
//
// PASTECARDDATE2
//
this . PASTECARDDATE2 . DataPropertyName = "PASTECARDDATE2" ;
this . PASTECARDDATE2 . HeaderText = "补打时间" ;
this . PASTECARDDATE2 . Name = "PASTECARDDATE2" ;
this . PASTECARDDATE2 . ReadOnly = true ;
this . PASTECARDDATE2 . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . PASTECARDDATE2 . Width = 1 5 0 ;
//
// OPERATOR
//
this . OPERATOR . DataPropertyName = "OPERATOR" ;
this . OPERATOR . HeaderText = "操作者" ;
this . OPERATOR . Name = "OPERATOR" ;
this . OPERATOR . ReadOnly = true ;
this . OPERATOR . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
//
// VINLACK
//
this . VINLACK . DataPropertyName = "VINLACK" ;
this . VINLACK . HeaderText = "底盘号间隔" ;
this . VINLACK . Name = "VINLACK" ;
this . VINLACK . ReadOnly = true ;
//
// PRODUCTIONNAME
//
this . PRODUCTIONNAME . DataPropertyName = "PRODUCTIONNAME" ;
this . PRODUCTIONNAME . HeaderText = "生产线名称" ;
this . PRODUCTIONNAME . Name = "PRODUCTIONNAME" ;
this . PRODUCTIONNAME . ReadOnly = true ;
this . PRODUCTIONNAME . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . PRODUCTIONNAME . Width = 8 0 ;
//
// CREATETIME
//
this . CREATETIME . DataPropertyName = "CREATETIME" ;
this . CREATETIME . HeaderText = "创建日期" ;
this . CREATETIME . Name = "CREATETIME" ;
this . CREATETIME . ReadOnly = true ;
this . CREATETIME . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
this . CREATETIME . Width = 1 5 0 ;
//
// PID
//
this . PID . DataPropertyName = "PID" ;
this . PID . HeaderText = "Column4" ;
this . PID . Name = "PID" ;
this . PID . ReadOnly = true ;
this . PID . Visible = false ;
//
// TJFrmItemList
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 1 2F ) ;