@ -29,14 +29,14 @@
private void InitializeComponent ( )
{
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( TJLinStorageForm ) ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle9 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle16 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle10 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle11 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle12 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle13 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle14 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle15 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle1 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle8 = 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 ( ) ;
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 dataGridViewCellStyle7 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . txtProductCode = new System . Windows . Forms . TextBox ( ) ;
this . toolStrip1 = new System . Windows . Forms . ToolStrip ( ) ;
@ -52,6 +52,7 @@
this . label5 = new System . Windows . Forms . Label ( ) ;
this . panel1 = new System . Windows . Forms . Panel ( ) ;
this . DGView = new System . Windows . Forms . DataGridView ( ) ;
this . pager1 = new QMAPP . WinForm . Controls . Pager ( ) ;
this . 条 码 = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . 物 料 号 = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . 物 料 名 称 = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
@ -59,7 +60,6 @@
this . 操 作 人 = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . 入 库 时 间 = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . Pid = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . pager1 = new QMAPP . WinForm . Controls . Pager ( ) ;
this . toolStrip1 . SuspendLayout ( ) ;
this . panelSearchTitle . SuspendLayout ( ) ;
this . panelSearch . SuspendLayout ( ) ;
@ -234,14 +234,14 @@
this . DGView . AllowUserToDeleteRows = false ;
this . DGView . AutoSizeColumnsMode = System . Windows . Forms . DataGridViewAutoSizeColumnsMode . Fill ;
this . DGView . BackgroundColor = System . Drawing . SystemColors . ButtonFace ;
dataGridViewCellStyle9 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle9 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle9 . Font = new System . Drawing . Font ( "宋体" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
dataGridViewCellStyle9 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle9 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle9 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle9 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . DGView . ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9 ;
dataGridViewCellStyle1 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle1 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle1 . Font = new System . Drawing . Font ( "宋体" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
dataGridViewCellStyle1 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle1 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle1 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle1 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . DGView . ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1 ;
this . DGView . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . DGView . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . 条 码 ,
@ -255,66 +255,77 @@
this . DGView . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . DGView . Name = "DGView" ;
this . DGView . ReadOnly = true ;
dataGridViewCellStyle16 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle16 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle16 . Font = new System . Drawing . Font ( "宋体" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
dataGridViewCellStyle16 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle16 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle16 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle16 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . DGView . RowHeadersDefaultCellStyle = dataGridViewCellStyle16 ;
dataGridViewCellStyle8 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle8 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle8 . Font = new System . Drawing . Font ( "宋体" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
dataGridViewCellStyle8 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle8 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle8 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle8 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . DGView . RowHeadersDefaultCellStyle = dataGridViewCellStyle8 ;
this . DGView . RowTemplate . Height = 2 3 ;
this . DGView . SelectionMode = System . Windows . Forms . DataGridViewSelectionMode . FullRowSelect ;
this . DGView . Size = new System . Drawing . Size ( 9 9 8 , 4 4 2 ) ;
this . DGView . TabIndex = 4 ;
this . DGView . RowPostPaint + = new System . Windows . Forms . DataGridViewRowPostPaintEventHandler ( this . DGView_RowPostPaint ) ;
//
// pager1
//
this . pager1 . DataPage = ( ( QMFrameWork . Data . DataPage ) ( resources . GetObject ( "pager1.DataPage" ) ) ) ;
this . pager1 . Dock = System . Windows . Forms . DockStyle . Bottom ;
this . pager1 . Location = new System . Drawing . Point ( 0 , 6 0 7 ) ;
this . pager1 . Name = "pager1" ;
this . pager1 . OSearch = null ;
this . pager1 . Size = new System . Drawing . Size ( 9 9 8 , 3 5 ) ;
this . pager1 . TabIndex = 7 ;
this . pager1 . EventPaging + = new QMAPP . WinForm . Controls . EventPagingHandler ( this . pager1_EventPaging ) ;
//
// 条码
//
this . 条 码 . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . 条 码 . DataPropertyName = "ProductCode" ;
dataGridViewCellStyle10 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle10 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . 条 码 . DefaultCellStyle = dataGridViewCellStyle10 ;
dataGridViewCellStyle2 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle2 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . 条 码 . DefaultCellStyle = dataGridViewCellStyle2 ;
this . 条 码 . FillWeight = 9 0F ;
this . 条 码 . HeaderText = "条码" ;
this . 条 码 . Name = "条码" ;
this . 条 码 . ReadOnly = true ;
this . 条 码 . Width = 2 2 0 ;
this . 条 码 . Width = 3 0 0 ;
//
// 物料号
//
this . 物 料 号 . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . 物 料 号 . DataPropertyName = "MATERIALCODE" ;
dataGridViewCellStyle11 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle11 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . 物 料 号 . DefaultCellStyle = dataGridViewCellStyle11 ;
dataGridViewCellStyle3 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle3 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . 物 料 号 . DefaultCellStyle = dataGridViewCellStyle3 ;
this . 物 料 号 . HeaderText = "物料号" ;
this . 物 料 号 . Name = "物料号" ;
this . 物 料 号 . ReadOnly = true ;
this . 物 料 号 . Width = 2 2 0 ;
this . 物 料 号 . Width = 2 0 0 ;
//
// 物料名称
//
this . 物 料 名 称 . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . 物 料 名 称 . DataPropertyName = "MATERIALNAME" ;
dataGridViewCellStyle12 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle12 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . 物 料 名 称 . DefaultCellStyle = dataGridViewCellStyle12 ;
dataGridViewCellStyle4 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle4 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . 物 料 名 称 . DefaultCellStyle = dataGridViewCellStyle4 ;
this . 物 料 名 称 . HeaderText = "物料名称" ;
this . 物 料 名 称 . Name = "物料名称" ;
this . 物 料 名 称 . ReadOnly = true ;
this . 物 料 名 称 . Width = 3 5 0 ;
this . 物 料 名 称 . Width = 2 0 0 ;
//
// 入库类型
//
this . 入 库 类 型 . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . 入 库 类 型 . DataPropertyName = "InStorageType" ;
dataGridViewCellStyle13 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle13 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
dataGridViewCellStyle13 . Format = "f" ;
dataGridViewCellStyle13 . NullValue = null ;
this . 入 库 类 型 . DefaultCellStyle = dataGridViewCellStyle13 ;
dataGridViewCellStyle5 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle5 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
dataGridViewCellStyle5 . Format = "f" ;
dataGridViewCellStyle5 . NullValue = null ;
this . 入 库 类 型 . DefaultCellStyle = dataGridViewCellStyle5 ;
this . 入 库 类 型 . HeaderText = "入库类型" ;
this . 入 库 类 型 . Name = "入库类型" ;
this . 入 库 类 型 . ReadOnly = true ;
@ -323,21 +334,21 @@
//
this . 操 作 人 . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . 操 作 人 . DataPropertyName = "CREATEUSER" ;
dataGridViewCellStyle14 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle14 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . 操 作 人 . DefaultCellStyle = dataGridViewCellStyle14 ;
dataGridViewCellStyle6 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleLeft ;
dataGridViewCellStyle6 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . 操 作 人 . DefaultCellStyle = dataGridViewCellStyle6 ;
this . 操 作 人 . HeaderText = "操作人" ;
this . 操 作 人 . Name = "操作人" ;
this . 操 作 人 . ReadOnly = true ;
this . 操 作 人 . Width = 9 0 ;
this . 操 作 人 . Width = 1 5 0 ;
//
// 入库时间
//
this . 入 库 时 间 . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . 入 库 时 间 . DataPropertyName = "CREATEDATE" ;
dataGridViewCellStyle15 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle15 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . 入 库 时 间 . DefaultCellStyle = dataGridViewCellStyle15 ;
dataGridViewCellStyle7 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle7 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . 入 库 时 间 . DefaultCellStyle = dataGridViewCellStyle7 ;
this . 入 库 时 间 . HeaderText = "入库时间" ;
this . 入 库 时 间 . Name = "入库时间" ;
this . 入 库 时 间 . ReadOnly = true ;
@ -351,17 +362,7 @@
this . Pid . Name = "Pid" ;
this . Pid . ReadOnly = true ;
this . Pid . Visible = false ;
//
// pager1
//
this . pager1 . DataPage = ( ( QMFrameWork . Data . DataPage ) ( resources . GetObject ( "pager1.DataPage" ) ) ) ;
this . pager1 . Dock = System . Windows . Forms . DockStyle . Bottom ;
this . pager1 . Location = new System . Drawing . Point ( 0 , 6 0 7 ) ;
this . pager1 . Name = "pager1" ;
this . pager1 . OSearch = null ;
this . pager1 . Size = new System . Drawing . Size ( 9 9 8 , 3 5 ) ;
this . pager1 . TabIndex = 7 ;
this . pager1 . EventPaging + = new QMAPP . WinForm . Controls . EventPagingHandler ( this . pager1_EventPaging ) ;
this . Pid . Width = 6 0 ;
//
// TJLinStorageForm
//
@ -405,6 +406,8 @@
private DateTimePickerA dtpCREATEDATESTART ;
private System . Windows . Forms . Label label4 ;
private System . Windows . Forms . Label label5 ;
private Controls . Pager pager1 ;
private System . Windows . Forms . ToolStripButton toolStripButton1 ;
private System . Windows . Forms . DataGridViewTextBoxColumn 条 码 ;
private System . Windows . Forms . DataGridViewTextBoxColumn 物 料 号 ;
private System . Windows . Forms . DataGridViewTextBoxColumn 物 料 名 称 ;
@ -412,7 +415,5 @@
private System . Windows . Forms . DataGridViewTextBoxColumn 操 作 人 ;
private System . Windows . Forms . DataGridViewTextBoxColumn 入 库 时 间 ;
private System . Windows . Forms . DataGridViewTextBoxColumn Pid ;
private Controls . Pager pager1 ;
private System . Windows . Forms . ToolStripButton toolStripButton1 ;
}
}