@ -28,16 +28,19 @@
/// </summary>
private void InitializeComponent ( )
{
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( CarcassTakeOutForm ) ) ;
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 dataGridViewCellStyle3 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle4 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle9 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle10 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle12 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle11 = 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 ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle9 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle8 = 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 . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( CarcassTakeOutForm ) ) ;
this . workUnitSelect = new System . Windows . Forms . ComboBox ( ) ;
this . splitContainer1 = new System . Windows . Forms . SplitContainer ( ) ;
this . closeBtn = new WinFormControl . UButton ( ) ;
@ -48,25 +51,29 @@
this . uLabel1 = new WinFormControl . ULabel ( ) ;
this . groupBox2 = new System . Windows . Forms . GroupBox ( ) ;
this . historyDataGrid = new WinFormControl . UDataGridView ( ) ;
this . H_ID = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . H_RowIndex = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . H_BarCode = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . H_Goods_Name = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . H_BeforeWeight = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . H_Weight = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . uLabel4 = new WinFormControl . ULabel ( ) ;
this . groupBox1 = new System . Windows . Forms . GroupBox ( ) ;
this . readBtn = new WinFormControl . UButton ( ) ;
this . deleteBtn = new WinFormControl . UButton ( ) ;
this . submitBtn = new WinFormControl . UButton ( ) ;
this . needSubmitGrid = new WinFormControl . UDataGridView ( ) ;
this . uLabel3 = new WinFormControl . ULabel ( ) ;
this . U_ID = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . U_RowIndex = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . U_BarCode = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . U_Goods_Name = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . U_BeforeWeight = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . U_Weight = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . H_ID = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . H_RowIndex = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . H_BarCode = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . H_Goods_Name = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . H_Before Weight = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . H_Weight = new System . Windows . Forms . DataGridViewTextBoxColum n( ) ;
this . uLabel3 = new WinFormControl . ULabel ( ) ;
this . weightGrid = new WinFormControl . UDataGridView ( ) ;
this . splitContainer2 = new System . Windows . Forms . SplitContainer ( ) ;
this . W_ID = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . W_ Weight = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . noBarCode = new WinFormControl . UButto n( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainer1 ) ) . BeginInit ( ) ;
this . splitContainer1 . Panel1 . SuspendLayout ( ) ;
this . splitContainer1 . Panel2 . SuspendLayout ( ) ;
@ -75,6 +82,11 @@
( ( System . ComponentModel . ISupportInitialize ) ( this . historyDataGrid ) ) . BeginInit ( ) ;
this . groupBox1 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . needSubmitGrid ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . weightGrid ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainer2 ) ) . BeginInit ( ) ;
this . splitContainer2 . Panel1 . SuspendLayout ( ) ;
this . splitContainer2 . Panel2 . SuspendLayout ( ) ;
this . splitContainer2 . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// workUnitSelect
@ -101,6 +113,7 @@
// splitContainer1.Panel1
//
this . splitContainer1 . Panel1 . BackColor = System . Drawing . Color . Transparent ;
this . splitContainer1 . Panel1 . Controls . Add ( this . noBarCode ) ;
this . splitContainer1 . Panel1 . Controls . Add ( this . closeBtn ) ;
this . splitContainer1 . Panel1 . Controls . Add ( this . uTimerLabel1 ) ;
this . splitContainer1 . Panel1 . Controls . Add ( this . workUnitSelect ) ;
@ -196,10 +209,10 @@
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . groupBox2 . Controls . Add ( this . historyDataGrid ) ;
this . groupBox2 . Controls . Add ( this . uLabel4 ) ;
this . groupBox2 . Location = new System . Drawing . Point ( 1 1 , 2 5 2 ) ;
this . groupBox2 . Location = new System . Drawing . Point ( 1 1 , 2 8 4 ) ;
this . groupBox2 . Name = "groupBox2" ;
this . groupBox2 . Padding = new System . Windows . Forms . Padding ( 5 ) ;
this . groupBox2 . Size = new System . Drawing . Size ( 1 1 4 0 , 2 5 4 ) ;
this . groupBox2 . Size = new System . Drawing . Size ( 1 1 4 0 , 2 2 2 ) ;
this . groupBox2 . TabIndex = 3 ;
this . groupBox2 . TabStop = false ;
//
@ -237,9 +250,60 @@
this . historyDataGrid . RowsDefaultCellStyle = dataGridViewCellStyle5 ;
this . historyDataGrid . RowTemplate . Height = 2 3 ;
this . historyDataGrid . SelectionMode = System . Windows . Forms . DataGridViewSelectionMode . FullRowSelect ;
this . historyDataGrid . Size = new System . Drawing . Size ( 1 1 3 0 , 2 3 0 ) ;
this . historyDataGrid . Size = new System . Drawing . Size ( 1 1 3 0 , 1 9 8 ) ;
this . historyDataGrid . TabIndex = 2 ;
//
// H_ID
//
this . H_ID . DataPropertyName = "ID" ;
this . H_ID . HeaderText = "ID" ;
this . H_ID . Name = "H_ID" ;
this . H_ID . ReadOnly = true ;
this . H_ID . Visible = false ;
//
// H_RowIndex
//
this . H_RowIndex . DataPropertyName = "RowIndex" ;
this . H_RowIndex . HeaderText = "序号" ;
this . H_RowIndex . Name = "H_RowIndex" ;
this . H_RowIndex . ReadOnly = true ;
//
// H_BarCode
//
this . H_BarCode . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . Fill ;
this . H_BarCode . DataPropertyName = "BarCode" ;
this . H_BarCode . HeaderText = "条码" ;
this . H_BarCode . Name = "H_BarCode" ;
this . H_BarCode . ReadOnly = true ;
//
// H_Goods_Name
//
this . H_Goods_Name . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . Fill ;
this . H_Goods_Name . DataPropertyName = "Goods_Name" ;
this . H_Goods_Name . HeaderText = "产品名称" ;
this . H_Goods_Name . Name = "H_Goods_Name" ;
this . H_Goods_Name . ReadOnly = true ;
//
// H_BeforeWeight
//
this . H_BeforeWeight . DataPropertyName = "BeforeWeight" ;
dataGridViewCellStyle3 . Format = "#0.######" ;
this . H_BeforeWeight . DefaultCellStyle = dataGridViewCellStyle3 ;
this . H_BeforeWeight . HeaderText = "入库重量" ;
this . H_BeforeWeight . Name = "H_BeforeWeight" ;
this . H_BeforeWeight . ReadOnly = true ;
this . H_BeforeWeight . Width = 1 5 0 ;
//
// H_Weight
//
this . H_Weight . DataPropertyName = "Weight" ;
dataGridViewCellStyle4 . Format = "#0.######" ;
this . H_Weight . DefaultCellStyle = dataGridViewCellStyle4 ;
this . H_Weight . HeaderText = "重量" ;
this . H_Weight . Name = "H_Weight" ;
this . H_Weight . ReadOnly = true ;
this . H_Weight . Width = 1 5 0 ;
//
// uLabel4
//
this . uLabel4 . AutoSize = true ;
@ -255,15 +319,14 @@
//
this . groupBox1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . groupBox1 . Controls . Add ( this . splitContainer2 ) ;
this . groupBox1 . Controls . Add ( this . readBtn ) ;
this . groupBox1 . Controls . Add ( this . deleteBtn ) ;
this . groupBox1 . Controls . Add ( this . submitBtn ) ;
this . groupBox1 . Controls . Add ( this . needSubmitGrid ) ;
this . groupBox1 . Controls . Add ( this . uLabel3 ) ;
this . groupBox1 . Location = new System . Drawing . Point ( 1 1 , 1 3 ) ;
this . groupBox1 . Name = "groupBox1" ;
this . groupBox1 . Padding = new System . Windows . Forms . Padding ( 5 ) ;
this . groupBox1 . Size = new System . Drawing . Size ( 1 1 4 0 , 2 2 6 ) ;
this . groupBox1 . Size = new System . Drawing . Size ( 1 1 4 0 , 2 6 5 ) ;
this . groupBox1 . TabIndex = 2 ;
this . groupBox1 . TabStop = false ;
//
@ -276,10 +339,10 @@
this . readBtn . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . readBtn . Font = new System . Drawing . Font ( "宋体" , 1 5F ) ;
this . readBtn . ForeColor = System . Drawing . Color . Black ;
this . readBtn . Location = new System . Drawing . Point ( 2 6 9 , 2 0 ) ;
this . readBtn . Location = new System . Drawing . Point ( 1 4 5 , 2 0 ) ;
this . readBtn . Name = "readBtn" ;
this . readBtn . PlaySound = false ;
this . readBtn . Size = new System . Drawing . Size ( 1 1 1 , 3 4 ) ;
this . readBtn . Size = new System . Drawing . Size ( 1 1 4 , 3 4 ) ;
this . readBtn . SoundType = WinFormControl . SoundType . Click ;
this . readBtn . TabIndex = 1 3 ;
this . readBtn . Text = "读 入" ;
@ -287,26 +350,6 @@
this . readBtn . WithStataHode = false ;
this . readBtn . Click + = new System . EventHandler ( this . readBtn_Click ) ;
//
// deleteBtn
//
this . deleteBtn . AsClicked = false ;
this . deleteBtn . BackgroundImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "deleteBtn.BackgroundImage" ) ) ) ;
this . deleteBtn . FlatAppearance . BorderColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 4 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 1 5 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 1 4 ) ) ) ) ) ;
this . deleteBtn . FlatAppearance . BorderSize = 0 ;
this . deleteBtn . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . deleteBtn . Font = new System . Drawing . Font ( "宋体" , 1 5F ) ;
this . deleteBtn . ForeColor = System . Drawing . Color . Black ;
this . deleteBtn . Location = new System . Drawing . Point ( 1 4 0 , 2 0 ) ;
this . deleteBtn . Name = "deleteBtn" ;
this . deleteBtn . PlaySound = false ;
this . deleteBtn . Size = new System . Drawing . Size ( 1 1 1 , 3 4 ) ;
this . deleteBtn . SoundType = WinFormControl . SoundType . Click ;
this . deleteBtn . TabIndex = 1 2 ;
this . deleteBtn . Text = "删 除" ;
this . deleteBtn . UseVisualStyleBackColor = true ;
this . deleteBtn . WithStataHode = false ;
this . deleteBtn . Click + = new System . EventHandler ( this . deleteBtn_Click ) ;
//
// submitBtn
//
this . submitBtn . AsClicked = false ;
@ -333,15 +376,15 @@
this . needSubmitGrid . AllowUserToDeleteRows = false ;
this . needSubmitGrid . AllowUserToResizeColumns = false ;
this . needSubmitGrid . AllowUserToResizeRows = false ;
dataGridViewCellStyle6 . BackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 2 3 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 3 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 3 5 ) ) ) ) ) ;
this . needSubmitGrid . AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6 ;
dataGridViewCellStyle9 . BackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 2 3 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 3 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 3 5 ) ) ) ) ) ;
this . needSubmitGrid . AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9 ;
this . needSubmitGrid . BackgroundColor = System . Drawing . Color . White ;
this . needSubmitGrid . BorderStyle = System . Windows . Forms . BorderStyle . None ;
dataGridViewCellStyle7 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle7 . Font = new System . Drawing . Font ( "宋体" , 1 2F ) ;
dataGridViewCellStyle7 . ForeColor = System . Drawing . Color . White ;
dataGridViewCellStyle7 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . needSubmitGrid . ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7 ;
dataGridViewCellStyle10 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle10 . Font = new System . Drawing . Font ( "宋体" , 1 2F ) ;
dataGridViewCellStyle10 . ForeColor = System . Drawing . Color . White ;
dataGridViewCellStyle10 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . needSubmitGrid . ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10 ;
this . needSubmitGrid . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . needSubmitGrid . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . U_ID ,
@ -350,31 +393,20 @@
this . U_Goods_Name ,
this . U_BeforeWeight ,
this . U_Weight } ) ;
this . needSubmitGrid . Dock = System . Windows . Forms . DockStyle . Bottom ;
this . needSubmitGrid . Location = new System . Drawing . Point ( 5 , 6 2 ) ;
this . needSubmitGrid . Dock = System . Windows . Forms . DockStyle . Fill ;
this . needSubmitGrid . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . needSubmitGrid . MultiSelect = false ;
this . needSubmitGrid . Name = "needSubmitGrid" ;
this . needSubmitGrid . ReadOnly = true ;
this . needSubmitGrid . RowHeadersVisible = false ;
dataGridViewCellStyle9 . Font = new System . Drawing . Font ( "宋体" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
dataGridViewCellStyle9 . SelectionBackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 6 6 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 1 6 3 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 1 8 ) ) ) ) ) ;
this . needSubmitGrid . RowsDefaultCellStyle = dataGridViewCellStyle9 ;
dataGridViewCellStyle12 . Font = new System . Drawing . Font ( "宋体" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
dataGridViewCellStyle12 . SelectionBackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 6 6 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 1 6 3 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 1 8 ) ) ) ) ) ;
this . needSubmitGrid . RowsDefaultCellStyle = dataGridViewCellStyle12 ;
this . needSubmitGrid . RowTemplate . Height = 2 3 ;
this . needSubmitGrid . SelectionMode = System . Windows . Forms . DataGridViewSelectionMode . FullRowSelect ;
this . needSubmitGrid . Size = new System . Drawing . Size ( 1 1 3 0 , 1 5 9 ) ;
this . needSubmitGrid . Size = new System . Drawing . Size ( 8 7 2 , 2 0 0 ) ;
this . needSubmitGrid . TabIndex = 1 ;
//
// uLabel3
//
this . uLabel3 . AutoSize = true ;
this . uLabel3 . BackColor = System . Drawing . Color . White ;
this . uLabel3 . Font = new System . Drawing . Font ( "宋体" , 1 3F ) ;
this . uLabel3 . Location = new System . Drawing . Point ( 8 , 0 ) ;
this . uLabel3 . Name = "uLabel3" ;
this . uLabel3 . Size = new System . Drawing . Size ( 8 0 , 1 8 ) ;
this . uLabel3 . TabIndex = 0 ;
this . uLabel3 . Text = "领料明细" ;
//
// U_ID
//
this . U_ID . DataPropertyName = "ID" ;
@ -409,8 +441,8 @@
// U_BeforeWeight
//
this . U_BeforeWeight . DataPropertyName = "BeforeWeight" ;
dataGridViewCellStyle8 . Format = "#0.######" ;
this . U_BeforeWeight . DefaultCellStyle = dataGridViewCellStyle8 ;
dataGridViewCellStyle11 . Format = "#0.######" ;
this . U_BeforeWeight . DefaultCellStyle = dataGridViewCellStyle11 ;
this . U_BeforeWeight . HeaderText = "入库重量" ;
this . U_BeforeWeight . Name = "U_BeforeWeight" ;
this . U_BeforeWeight . ReadOnly = true ;
@ -424,56 +456,104 @@
this . U_Weight . ReadOnly = true ;
this . U_Weight . Width = 1 5 0 ;
//
// H_ID
//
this . H_ID . DataPropertyName = "ID" ;
this . H_ID . HeaderText = "ID" ;
this . H_ID . Name = "H_ID" ;
this . H_ID . ReadOnly = true ;
this . H_ID . Visible = false ;
//
// H_RowIndex
//
this . H_RowIndex . DataPropertyName = "RowIndex" ;
this . H_RowIndex . HeaderText = "序号" ;
this . H_RowIndex . Name = "H_RowIndex" ;
this . H_RowIndex . ReadOnly = true ;
//
// H_BarCode
//
this . H_BarCode . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . Fill ;
this . H_BarCode . DataPropertyName = "BarCode" ;
this . H_BarCode . HeaderText = "条码" ;
this . H_BarCode . Name = "H_BarCode" ;
this . H_BarCode . ReadOnly = true ;
//
// H_Goods_Name
//
this . H_Goods_Name . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . Fill ;
this . H_Goods_Name . DataPropertyName = "Goods_Name" ;
this . H_Goods_Name . HeaderText = "产品名称" ;
this . H_Goods_Name . Name = "H_Goods_Name" ;
this . H_Goods_Name . ReadOnly = true ;
//
// H_BeforeWeight
// uLabel3
//
this . H_BeforeWeight . DataPropertyName = "BeforeWeight" ;
dataGridViewCellStyle3 . Format = "#0.######" ;
this . H_BeforeWeight . DefaultCellStyle = dataGridViewCellStyle3 ;
this . H_BeforeWeight . HeaderText = "入库重量" ;
this . H_BeforeWeight . Name = "H_BeforeWeight" ;
this . H_BeforeWeight . ReadOnly = true ;
this . H_BeforeWeight . Width = 1 5 0 ;
this . uLabel3 . AutoSize = true ;
this . uLabel3 . BackColor = System . Drawing . Color . White ;
this . uLabel3 . Font = new System . Drawing . Font ( "宋体" , 1 3F ) ;
this . uLabel3 . Location = new System . Drawing . Point ( 8 , 0 ) ;
this . uLabel3 . Name = "uLabel3" ;
this . uLabel3 . Size = new System . Drawing . Size ( 8 0 , 1 8 ) ;
this . uLabel3 . TabIndex = 0 ;
this . uLabel3 . Text = "领料明细" ;
//
// H_Weight
// weightGrid
//
this . H_Weight . DataPropertyName = "Weight" ;
dataGridViewCellStyle4 . Format = "#0.######" ;
this . H_Weight . DefaultCellStyle = dataGridViewCellStyle4 ;
this . H_Weight . HeaderText = "重量" ;
this . H_Weight . Name = "H_Weight" ;
this . H_Weight . ReadOnly = true ;
this . H_Weight . Width = 1 5 0 ;
this . weightGrid . AllowUserToAddRows = false ;
this . weightGrid . AllowUserToDeleteRows = false ;
this . weightGrid . AllowUserToResizeColumns = false ;
this . weightGrid . AllowUserToResizeRows = false ;
dataGridViewCellStyle6 . BackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 2 3 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 3 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 3 5 ) ) ) ) ) ;
this . weightGrid . AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6 ;
this . weightGrid . BackgroundColor = System . Drawing . Color . White ;
this . weightGrid . BorderStyle = System . Windows . Forms . BorderStyle . None ;
dataGridViewCellStyle7 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle7 . Font = new System . Drawing . Font ( "宋体" , 1 2F ) ;
dataGridViewCellStyle7 . ForeColor = System . Drawing . Color . White ;
dataGridViewCellStyle7 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . weightGrid . ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7 ;
this . weightGrid . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . weightGrid . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . W_ID ,
this . W_Weight } ) ;
this . weightGrid . Dock = System . Windows . Forms . DockStyle . Fill ;
this . weightGrid . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . weightGrid . MultiSelect = false ;
this . weightGrid . Name = "weightGrid" ;
this . weightGrid . ReadOnly = true ;
this . weightGrid . RowHeadersVisible = false ;
dataGridViewCellStyle8 . Font = new System . Drawing . Font ( "宋体" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
dataGridViewCellStyle8 . SelectionBackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 6 6 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 1 6 3 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 1 8 ) ) ) ) ) ;
this . weightGrid . RowsDefaultCellStyle = dataGridViewCellStyle8 ;
this . weightGrid . RowTemplate . Height = 2 3 ;
this . weightGrid . SelectionMode = System . Windows . Forms . DataGridViewSelectionMode . FullRowSelect ;
this . weightGrid . Size = new System . Drawing . Size ( 2 5 4 , 2 0 0 ) ;
this . weightGrid . TabIndex = 1 4 ;
//
// splitContainer2
//
this . splitContainer2 . Dock = System . Windows . Forms . DockStyle . Bottom ;
this . splitContainer2 . FixedPanel = System . Windows . Forms . FixedPanel . Panel1 ;
this . splitContainer2 . IsSplitterFixed = true ;
this . splitContainer2 . Location = new System . Drawing . Point ( 5 , 6 0 ) ;
this . splitContainer2 . Name = "splitContainer2" ;
//
// splitContainer2.Panel1
//
this . splitContainer2 . Panel1 . Controls . Add ( this . weightGrid ) ;
//
// splitContainer2.Panel2
//
this . splitContainer2 . Panel2 . Controls . Add ( this . needSubmitGrid ) ;
this . splitContainer2 . Size = new System . Drawing . Size ( 1 1 3 0 , 2 0 0 ) ;
this . splitContainer2 . SplitterDistance = 2 5 4 ;
this . splitContainer2 . TabIndex = 1 4 ;
//
// W_ID
//
this . W_ID . DataPropertyName = "ID" ;
this . W_ID . HeaderText = "序号" ;
this . W_ID . Name = "W_ID" ;
this . W_ID . ReadOnly = true ;
//
// W_Weight
//
this . W_Weight . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . Fill ;
this . W_Weight . DataPropertyName = "Weight" ;
this . W_Weight . HeaderText = "重量" ;
this . W_Weight . Name = "W_Weight" ;
this . W_Weight . ReadOnly = true ;
//
// noBarCode
//
this . noBarCode . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . noBarCode . AsClicked = false ;
this . noBarCode . BackgroundImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "noBarCode.BackgroundImage" ) ) ) ;
this . noBarCode . FlatAppearance . BorderColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 4 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 1 5 5 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 2 1 4 ) ) ) ) ) ;
this . noBarCode . FlatAppearance . BorderSize = 0 ;
this . noBarCode . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
this . noBarCode . Font = new System . Drawing . Font ( "宋体" , 1 5F ) ;
this . noBarCode . ForeColor = System . Drawing . Color . Black ;
this . noBarCode . Location = new System . Drawing . Point ( 4 5 0 , 4 5 ) ;
this . noBarCode . Name = "noBarCode" ;
this . noBarCode . PlaySound = false ;
this . noBarCode . Size = new System . Drawing . Size ( 1 1 4 , 3 4 ) ;
this . noBarCode . SoundType = WinFormControl . SoundType . Click ;
this . noBarCode . TabIndex = 1 4 ;
this . noBarCode . Text = "无 码" ;
this . noBarCode . UseVisualStyleBackColor = true ;
this . noBarCode . WithStataHode = false ;
this . noBarCode . Click + = new System . EventHandler ( this . noBarCode_Click ) ;
//
// CarcassTakeOutForm
//
@ -496,6 +576,11 @@
this . groupBox1 . ResumeLayout ( false ) ;
this . groupBox1 . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . needSubmitGrid ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . weightGrid ) ) . EndInit ( ) ;
this . splitContainer2 . Panel1 . ResumeLayout ( false ) ;
this . splitContainer2 . Panel2 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainer2 ) ) . EndInit ( ) ;
this . splitContainer2 . ResumeLayout ( false ) ;
this . ResumeLayout ( false ) ;
}
@ -517,7 +602,6 @@
private WinFormControl . ULabel uLabel3 ;
private WinFormControl . UButton closeBtn ;
private WinFormControl . UButton readBtn ;
private WinFormControl . UButton deleteBtn ;
private WinFormControl . UButton submitBtn ;
private System . Windows . Forms . DataGridViewTextBoxColumn H_ID ;
private System . Windows . Forms . DataGridViewTextBoxColumn H_RowIndex ;
@ -531,6 +615,11 @@
private System . Windows . Forms . DataGridViewTextBoxColumn U_Goods_Name ;
private System . Windows . Forms . DataGridViewTextBoxColumn U_BeforeWeight ;
private System . Windows . Forms . DataGridViewTextBoxColumn U_Weight ;
private WinFormControl . UDataGridView weightGrid ;
private System . Windows . Forms . SplitContainer splitContainer2 ;
private System . Windows . Forms . DataGridViewTextBoxColumn W_ID ;
private System . Windows . Forms . DataGridViewTextBoxColumn W_Weight ;
private WinFormControl . UButton noBarCode ;
}
}