@ -49,6 +49,7 @@ namespace B3ButcherWeightClient {
this . lblDisplay = new System . Windows . Forms . Label ( ) ;
this . dataGridView = new System . Windows . Forms . DataGridView ( ) ;
this . ID = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . DmoID = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . Sequence = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . JdColumn = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . 批 号 = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
@ -59,17 +60,28 @@ namespace B3ButcherWeightClient {
this . DeleteDetail = new System . Windows . Forms . DataGridViewButtonColumn ( ) ;
this . splitContainer1 = new System . Windows . Forms . SplitContainer ( ) ;
this . button1 = new System . Windows . Forms . Button ( ) ;
this . pictureBox1 = new System . Windows . Forms . PictureBox ( ) ;
this . txtBatch = new System . Windows . Forms . TextBox ( ) ;
this . pictureBox2 = new System . Windows . Forms . PictureBox ( ) ;
this . tbxSequence = new System . Windows . Forms . TextBox ( ) ;
this . subWeightTextBox = new System . Windows . Forms . TextBox ( ) ;
this . monthCalendar = new System . Windows . Forms . MonthCalendar ( ) ;
this . groupBox2 = new System . Windows . Forms . GroupBox ( ) ;
this . setButton = new System . Windows . Forms . Button ( ) ;
this . textBoxEndTime = new System . Windows . Forms . TextBox ( ) ;
this . button2 = new System . Windows . Forms . Button ( ) ;
this . textBoxBeginTime = new System . Windows . Forms . TextBox ( ) ;
this . label5 = new System . Windows . Forms . Label ( ) ;
this . label6 = new System . Windows . Forms . Label ( ) ;
this . groupBox1 = new System . Windows . Forms . GroupBox ( ) ;
this . jdTextBox = new System . Windows . Forms . TextBox ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . lblNumber = new System . Windows . Forms . Label ( ) ;
this . batchComboBox = new System . Windows . Forms . ComboBox ( ) ;
this . saveButton = new System . Windows . Forms . Button ( ) ;
this . tbxSequence = new System . Windows . Forms . TextBox ( ) ;
this . lblNumber = new System . Windows . Forms . Label ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . numberTextBox = new System . Windows . Forms . TextBox ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . subWeightTextBox = new System . Windows . Forms . TextBox ( ) ;
this . label4 = new System . Windows . Forms . Label ( ) ;
this . pictureBox1 = new System . Windows . Forms . PictureBox ( ) ;
this . panel1 = new System . Windows . Forms . Panel ( ) ;
this . _serialPort = new System . IO . Ports . SerialPort ( this . components ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dataGridView ) ) . BeginInit ( ) ;
@ -77,8 +89,10 @@ namespace B3ButcherWeightClient {
this . splitContainer1 . Panel1 . SuspendLayout ( ) ;
this . splitContainer1 . Panel2 . SuspendLayout ( ) ;
this . splitContainer1 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox2 ) ) . BeginInit ( ) ;
this . groupBox2 . SuspendLayout ( ) ;
this . groupBox1 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
//
// lblDisplay
@ -88,9 +102,9 @@ namespace B3ButcherWeightClient {
this . lblDisplay . BackColor = System . Drawing . Color . Black ;
this . lblDisplay . Font = new System . Drawing . Font ( "宋体" , 2 6.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . lblDisplay . ForeColor = System . Drawing . Color . LimeGreen ;
this . lblDisplay . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . lblDisplay . Location = new System . Drawing . Point ( 3 , 0 ) ;
this . lblDisplay . Name = "lblDisplay" ;
this . lblDisplay . Size = new System . Drawing . Size ( 4 1 0 , 6 4 ) ;
this . lblDisplay . Size = new System . Drawing . Size ( 5 3 0 , 6 4 ) ;
this . lblDisplay . TabIndex = 3 ;
this . lblDisplay . Text = "display" ;
this . lblDisplay . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
@ -114,6 +128,7 @@ namespace B3ButcherWeightClient {
this . dataGridView . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . dataGridView . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . ID ,
this . DmoID ,
this . Sequence ,
this . JdColumn ,
this . 批 号 ,
@ -143,6 +158,14 @@ namespace B3ButcherWeightClient {
this . ID . ReadOnly = true ;
this . ID . SortMode = System . Windows . Forms . DataGridViewColumnSortMode . NotSortable ;
//
// DmoID
//
this . DmoID . DataPropertyName = "DmoID" ;
this . DmoID . HeaderText = "." ;
this . DmoID . Name = "DmoID" ;
this . DmoID . ReadOnly = true ;
this . DmoID . Visible = false ;
//
// Sequence
//
this . Sequence . DataPropertyName = "Sequence" ;
@ -238,22 +261,16 @@ namespace B3ButcherWeightClient {
this . splitContainer1 . Panel1 . BackColor = System . Drawing . Color . White ;
this . splitContainer1 . Panel1 . Controls . Add ( this . button1 ) ;
this . splitContainer1 . Panel1 . Controls . Add ( this . lblDisplay ) ;
this . splitContainer1 . Panel1 . Controls . Add ( this . pictureBox2 ) ;
this . splitContainer1 . Panel1 . Controls . Add ( this . dataGridView ) ;
//
// splitContainer1.Panel2
//
this . splitContainer1 . Panel2 . BackColor = System . Drawing . Color . White ;
this . splitContainer1 . Panel2 . Controls . Add ( this . monthCalendar ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . groupBox2 ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . groupBox1 ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . pictureBox1 ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . txtBatch ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . pictureBox2 ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . tbxSequence ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . subWeightTextBox ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . jdTextBox ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . label2 ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . label3 ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . label1 ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . lblNumber ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . saveButton ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . panel1 ) ;
this . splitContainer1 . Size = new System . Drawing . Size ( 1 3 8 7 , 7 4 8 ) ;
this . splitContainer1 . SplitterDistance = 7 2 2 ;
@ -262,37 +279,18 @@ namespace B3ButcherWeightClient {
// button1
//
this . button1 . Font = new System . Drawing . Font ( "宋体" , 2 4F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . button1 . Location = new System . Drawing . Point ( 5 2 0 , 3 ) ;
this . button1 . Location = new System . Drawing . Point ( 5 7 9 , 3 ) ;
this . button1 . Name = "button1" ;
this . button1 . Size = new System . Drawing . Size ( 1 6 7 , 5 8 ) ;
this . button1 . Size = new System . Drawing . Size ( 1 4 0 , 5 8 ) ;
this . button1 . TabIndex = 5 ;
this . button1 . Text = "查询" ;
this . button1 . UseVisualStyleBackColor = true ;
this . button1 . Click + = new System . EventHandler ( this . button1_Click ) ;
//
// pictureBox1
//
this . pictureBox1 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "pictureBox1.Image" ) ) ) ;
this . pictureBox1 . Location = new System . Drawing . Point ( 7 4 1 , 8 ) ;
this . pictureBox1 . Name = "pictureBox1" ;
this . pictureBox1 . Size = new System . Drawing . Size ( 3 4 , 2 9 ) ;
this . pictureBox1 . TabIndex = 1 8 ;
this . pictureBox1 . TabStop = false ;
this . pictureBox1 . Visible = false ;
this . pictureBox1 . Click + = new System . EventHandler ( this . pictureBox2_Click ) ;
//
// txtBatch
//
this . txtBatch . Font = new System . Drawing . Font ( "宋体" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . txtBatch . Location = new System . Drawing . Point ( 2 6 2 , 6 9 ) ;
this . txtBatch . Name = "txtBatch" ;
this . txtBatch . Size = new System . Drawing . Size ( 1 1 9 , 2 9 ) ;
this . txtBatch . TabIndex = 1 1 ;
//
// pictureBox2
//
this . pictureBox2 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "pictureBox2.Image" ) ) ) ;
this . pictureBox2 . Location = new System . Drawing . Point ( 6 5 4 , 3 ) ;
this . pictureBox2 . Location = new System . Drawing . Point ( 5 3 9 , 3 ) ;
this . pictureBox2 . Name = "pictureBox2" ;
this . pictureBox2 . Size = new System . Drawing . Size ( 3 4 , 2 9 ) ;
this . pictureBox2 . TabIndex = 1 8 ;
@ -300,93 +298,242 @@ namespace B3ButcherWeightClient {
this . pictureBox2 . Visible = false ;
this . pictureBox2 . Click + = new System . EventHandler ( this . pictureBox2_Click ) ;
//
// monthCalendar
//
this . monthCalendar . Location = new System . Drawing . Point ( 1 9 6 , 1 5 8 ) ;
this . monthCalendar . Name = "monthCalendar" ;
this . monthCalendar . TabIndex = 7 ;
this . monthCalendar . DateChanged + = new System . Windows . Forms . DateRangeEventHandler ( this . monthCalendar_DateSelected ) ;
//
// groupBox2
//
this . groupBox2 . Controls . Add ( this . setButton ) ;
this . groupBox2 . Controls . Add ( this . textBoxEndTime ) ;
this . groupBox2 . Controls . Add ( this . button2 ) ;
this . groupBox2 . Controls . Add ( this . textBoxBeginTime ) ;
this . groupBox2 . Controls . Add ( this . label5 ) ;
this . groupBox2 . Controls . Add ( this . label6 ) ;
this . groupBox2 . Location = new System . Drawing . Point ( 3 , 1 0 5 ) ;
this . groupBox2 . Name = "groupBox2" ;
this . groupBox2 . Size = new System . Drawing . Size ( 6 5 5 , 9 7 ) ;
this . groupBox2 . TabIndex = 0 ;
this . groupBox2 . TabStop = false ;
this . groupBox2 . Text = "创建单据" ;
//
// setButton
//
this . setButton . Font = new System . Drawing . Font ( "宋体" , 1 5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . setButton . Location = new System . Drawing . Point ( 4 9 2 , 8 ) ;
this . setButton . Name = "setButton" ;
this . setButton . Size = new System . Drawing . Size ( 1 5 4 , 3 7 ) ;
this . setButton . TabIndex = 1 9 ;
this . setButton . Text = "设置单据默认值" ;
this . setButton . UseVisualStyleBackColor = true ;
this . setButton . Click + = new System . EventHandler ( this . setButton_Click ) ;
//
// textBoxEndTime
//
this . textBoxEndTime . Font = new System . Drawing . Font ( "宋体" , 2 0F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . textBoxEndTime . Location = new System . Drawing . Point ( 3 1 3 , 1 1 ) ;
this . textBoxEndTime . MaxLength = 2 0 ;
this . textBoxEndTime . Multiline = true ;
this . textBoxEndTime . Name = "textBoxEndTime" ;
this . textBoxEndTime . Size = new System . Drawing . Size ( 1 6 5 , 3 0 ) ;
this . textBoxEndTime . TabIndex = 1 3 ;
this . textBoxEndTime . TabStop = false ;
this . textBoxEndTime . DoubleClick + = new System . EventHandler ( this . textBoxEndTime_DoubleClick ) ;
//
// button2
//
this . button2 . Font = new System . Drawing . Font ( "宋体" , 1 5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . button2 . Location = new System . Drawing . Point ( 4 9 2 , 5 1 ) ;
this . button2 . Name = "button2" ;
this . button2 . Size = new System . Drawing . Size ( 1 5 4 , 3 7 ) ;
this . button2 . TabIndex = 2 1 ;
this . button2 . Text = "创建白条领料单" ;
this . button2 . UseVisualStyleBackColor = true ;
this . button2 . Click + = new System . EventHandler ( this . button2_Click ) ;
//
// textBoxBeginTime
//
this . textBoxBeginTime . Font = new System . Drawing . Font ( "宋体" , 2 0F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . textBoxBeginTime . Location = new System . Drawing . Point ( 1 0 7 , 1 1 ) ;
this . textBoxBeginTime . MaxLength = 2 0 ;
this . textBoxBeginTime . Multiline = true ;
this . textBoxBeginTime . Name = "textBoxBeginTime" ;
this . textBoxBeginTime . Size = new System . Drawing . Size ( 1 6 5 , 3 0 ) ;
this . textBoxBeginTime . TabIndex = 1 4 ;
this . textBoxBeginTime . TabStop = false ;
this . textBoxBeginTime . DoubleClick + = new System . EventHandler ( this . textBoxBeginTime_DoubleClick ) ;
//
// label5
//
this . label5 . AutoSize = true ;
this . label5 . Font = new System . Drawing . Font ( "宋体" , 1 5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label5 . Location = new System . Drawing . Point ( 2 7 8 , 1 7 ) ;
this . label5 . Name = "label5" ;
this . label5 . Size = new System . Drawing . Size ( 2 9 , 2 0 ) ;
this . label5 . TabIndex = 1 1 ;
this . label5 . Text = "->" ;
//
// label6
//
this . label6 . AutoSize = true ;
this . label6 . Font = new System . Drawing . Font ( "宋体" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label6 . Location = new System . Drawing . Point ( 6 , 2 2 ) ;
this . label6 . Name = "label6" ;
this . label6 . Size = new System . Drawing . Size ( 9 5 , 1 9 ) ;
this . label6 . TabIndex = 1 2 ;
this . label6 . Text = "记录范围:" ;
//
// groupBox1
//
this . groupBox1 . Controls . Add ( this . jdTextBox ) ;
this . groupBox1 . Controls . Add ( this . batchComboBox ) ;
this . groupBox1 . Controls . Add ( this . saveButton ) ;
this . groupBox1 . Controls . Add ( this . tbxSequence ) ;
this . groupBox1 . Controls . Add ( this . lblNumber ) ;
this . groupBox1 . Controls . Add ( this . label1 ) ;
this . groupBox1 . Controls . Add ( this . label3 ) ;
this . groupBox1 . Controls . Add ( this . numberTextBox ) ;
this . groupBox1 . Controls . Add ( this . label2 ) ;
this . groupBox1 . Controls . Add ( this . subWeightTextBox ) ;
this . groupBox1 . Controls . Add ( this . label4 ) ;
this . groupBox1 . Location = new System . Drawing . Point ( 3 , 6 ) ;
this . groupBox1 . Name = "groupBox1" ;
this . groupBox1 . Size = new System . Drawing . Size ( 6 5 5 , 9 3 ) ;
this . groupBox1 . TabIndex = 0 ;
this . groupBox1 . TabStop = false ;
this . groupBox1 . Text = "称重" ;
//
// jdTextBox
//
this . jdTextBox . Font = new System . Drawing . Font ( "宋体" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . jdTextBox . Location = new System . Drawing . Point ( 8 1 , 1 2 ) ;
this . jdTextBox . Multiline = true ;
this . jdTextBox . Name = "jdTextBox" ;
this . jdTextBox . Size = new System . Drawing . Size ( 1 7 3 , 3 0 ) ;
this . jdTextBox . TabIndex = 8 ;
//
// batchComboBox
//
this . batchComboBox . AllowDrop = true ;
this . batchComboBox . DropDownHeight = 1 2 0 ;
this . batchComboBox . Font = new System . Drawing . Font ( "宋体" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . batchComboBox . FormattingEnabled = true ;
this . batchComboBox . IntegralHeight = false ;
this . batchComboBox . Location = new System . Drawing . Point ( 8 1 , 5 5 ) ;
this . batchComboBox . Name = "batchComboBox" ;
this . batchComboBox . Size = new System . Drawing . Size ( 1 7 3 , 2 4 ) ;
this . batchComboBox . TabIndex = 2 0 ;
this . batchComboBox . TextUpdate + = new System . EventHandler ( this . batchComboBox_TextUpdate ) ;
//
// saveButton
//
this . saveButton . Font = new System . Drawing . Font ( "宋体" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . saveButton . Location = new System . Drawing . Point ( 4 9 2 , 4 6 ) ;
this . saveButton . Name = "saveButton" ;
this . saveButton . Size = new System . Drawing . Size ( 1 5 4 , 3 7 ) ;
this . saveButton . TabIndex = 7 ;
this . saveButton . Text = "读 入" ;
this . saveButton . UseVisualStyleBackColor = true ;
this . saveButton . Click + = new System . EventHandler ( this . saveButton_Click ) ;
//
// tbxSequence
//
this . tbxSequence . Font = new System . Drawing . Font ( "宋体" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . tbxSequence . Location = new System . Drawing . Point ( 7 9 , 7 0 ) ;
this . tbxSequence . Location = new System . Drawing . Point ( 4 9 2 , 1 4 ) ;
this . tbxSequence . Name = "tbxSequence" ;
this . tbxSequence . ReadOnly = true ;
this . tbxSequence . Size = new System . Drawing . Size ( 1 2 2 , 2 9 ) ;
this . tbxSequence . Size = new System . Drawing . Size ( 1 5 4 , 2 9 ) ;
this . tbxSequence . TabIndex = 1 1 ;
//
// subWeightTextBox
//
this . subWeightTextBox . Font = new System . Drawing . Font ( "宋体" , 4 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . subWeightTextBox . Location = new System . Drawing . Point ( 2 5 9 , 8 ) ;
this . subWeightTextBox . Multiline = true ;
this . subWeightTextBox . Name = "subWeightTextBox" ;
this . subWeightTextBox . Size = new System . Drawing . Size ( 1 2 2 , 4 3 ) ;
this . subWeightTextBox . TabIndex = 8 ;
this . subWeightTextBox . Visible = false ;
//
// jdTextBox
// lblNumber
//
this . jdTextBox . Font = new System . Drawing . Font ( "宋体" , 4 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . jdTextBox . Location = new System . Drawing . Point ( 7 9 , 8 ) ;
this . jdTextBox . Multiline = true ;
this . jdTextBox . Name = "jdTextBox" ;
this . jdTextBox . Size = new System . Drawing . Size ( 1 2 2 , 4 3 ) ;
this . jdTextBox . TabIndex = 8 ;
this . lblNumber . AutoSize = true ;
this . lblNumber . Font = new System . Drawing . Font ( "宋体" , 1 5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . lblNumber . Location = new System . Drawing . Point ( 4 1 9 , 1 7 ) ;
this . lblNumber . Name = "lblNumber" ;
this . lblNumber . Size = new System . Drawing . Size ( 7 9 , 2 0 ) ;
this . lblNumber . TabIndex = 1 2 ;
this . lblNumber . Text = "顺序号:" ;
//
// label2
// label1
//
this . label2 . AutoSize = true ;
this . label2 . Font = new System . Drawing . Font ( "宋体" , 1 5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label2 . Location = new System . Drawing . Point ( 2 0 7 , 9 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 5 9 , 2 0 ) ;
this . label2 . TabIndex = 1 2 ;
this . label2 . Text = "扣重:" ;
this . label2 . Visible = false ;
this . label1 . AutoSize = true ;
this . label1 . Font = new System . Drawing . Font ( "宋体" , 1 5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label1 . Location = new System . Drawing . Point ( 6 , 2 2 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 7 9 , 2 0 ) ;
this . label1 . TabIndex = 1 2 ;
this . label1 . Text = "标识号:" ;
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Font = new System . Drawing . Font ( "宋体" , 1 5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label3 . Location = new System . Drawing . Point ( 2 0 9 , 7 2 ) ;
this . label3 . Location = new System . Drawing . Point ( 6 , 5 9 ) ;
this . label3 . Name = "label3" ;
this . label3 . Size = new System . Drawing . Size ( 5 9 , 2 0 ) ;
this . label3 . TabIndex = 1 2 ;
this . label3 . Text = "批号:" ;
//
// label1
// numberTextBox
//
this . label1 . AutoSize = true ;
this . label1 . Font = new System . Drawing . Font ( "宋体" , 1 5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label1 . Location = new System . Drawing . Point ( 6 , 1 8 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 7 9 , 2 0 ) ;
this . label1 . TabIndex = 1 2 ;
this . label1 . Text = "标识号:" ;
this . numberTextBox . Font = new System . Drawing . Font ( "宋体" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . numberTextBox . Location = new System . Drawing . Point ( 3 2 6 , 4 9 ) ;
this . numberTextBox . Multiline = true ;
this . numberTextBox . Name = "numberTextBox" ;
this . numberTextBox . Size = new System . Drawing . Size ( 8 7 , 3 0 ) ;
this . numberTextBox . TabIndex = 8 ;
//
// lblNumber
// label2
//
this . lblNumber . AutoSize = true ;
this . lblNumber . Font = new System . Drawing . Font ( "宋体" , 1 5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . lblNumber . Location = new System . Drawing . Point ( 6 , 7 2 ) ;
this . lblNumber . Name = "lblNumber" ;
this . lblNumber . Size = new System . Drawing . Size ( 7 9 , 2 0 ) ;
this . lblNumber . TabIndex = 1 2 ;
this . lblNumber . Text = "顺序号:" ;
this . label2 . AutoSize = true ;
this . label2 . Font = new System . Drawing . Font ( "宋体" , 1 5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label2 . Location = new System . Drawing . Point ( 2 6 0 , 2 2 ) ;
this . label2 . Name = "label2 " ;
this . label2 . Size = new System . Drawing . Size ( 5 9 , 2 0 ) ;
this . label2 . TabIndex = 1 2 ;
this . label2 . Text = "扣重 :" ;
//
// saveButton
// subWeightTextBox
//
this . saveButton . Font = new System . Drawing . Font ( "宋体" , 2 4F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . saveButton . Location = new System . Drawing . Point ( 4 0 2 , 3 ) ;
this . saveButton . Name = "saveButton" ;
this . saveButton . Size = new System . Drawing . Size ( 1 6 7 , 5 8 ) ;
this . saveButton . TabIndex = 7 ;
this . saveButton . Text = "添 加" ;
this . saveButton . UseVisualStyleBackColor = true ;
this . saveButton . Click + = new System . EventHandler ( this . saveButton_Click ) ;
this . subWeightTextBox . Font = new System . Drawing . Font ( "宋体" , 1 4.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . subWeightTextBox . Location = new System . Drawing . Point ( 3 2 6 , 1 2 ) ;
this . subWeightTextBox . Multiline = true ;
this . subWeightTextBox . Name = "subWeightTextBox" ;
this . subWeightTextBox . Size = new System . Drawing . Size ( 8 7 , 3 0 ) ;
this . subWeightTextBox . TabIndex = 8 ;
//
// label4
//
this . label4 . AutoSize = true ;
this . label4 . Font = new System . Drawing . Font ( "宋体" , 1 5F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label4 . Location = new System . Drawing . Point ( 2 6 1 , 5 9 ) ;
this . label4 . Name = "label4" ;
this . label4 . Size = new System . Drawing . Size ( 5 9 , 2 0 ) ;
this . label4 . TabIndex = 1 2 ;
this . label4 . Text = "头数:" ;
//
// pictureBox1
//
this . pictureBox1 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "pictureBox1.Image" ) ) ) ;
this . pictureBox1 . Location = new System . Drawing . Point ( 7 4 1 , 8 ) ;
this . pictureBox1 . Name = "pictureBox1" ;
this . pictureBox1 . Size = new System . Drawing . Size ( 3 4 , 2 9 ) ;
this . pictureBox1 . TabIndex = 1 8 ;
this . pictureBox1 . TabStop = false ;
this . pictureBox1 . Visible = false ;
this . pictureBox1 . Click + = new System . EventHandler ( this . pictureBox2_Click ) ;
//
// panel1
//
this . panel1 . AutoScroll = true ;
this . panel1 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . panel1 . Location = new System . Drawing . Point ( 3 , 1 0 5 ) ;
this . panel1 . Location = new System . Drawing . Point ( 3 , 2 0 8 ) ;
this . panel1 . Name = "panel1" ;
this . panel1 . Size = new System . Drawing . Size ( 6 5 5 , 6 4 0 ) ;
this . panel1 . Size = new System . Drawing . Size ( 6 5 5 , 5 3 7 ) ;
this . panel1 . TabIndex = 6 ;
//
// Main
@ -401,11 +548,14 @@ namespace B3ButcherWeightClient {
( ( System . ComponentModel . ISupportInitialize ) ( this . dataGridView ) ) . EndInit ( ) ;
this . splitContainer1 . Panel1 . ResumeLayout ( false ) ;
this . splitContainer1 . Panel2 . ResumeLayout ( false ) ;
this . splitContainer1 . Panel2 . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainer1 ) ) . EndInit ( ) ;
this . splitContainer1 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox2 ) ) . EndInit ( ) ;
this . groupBox2 . ResumeLayout ( false ) ;
this . groupBox2 . PerformLayout ( ) ;
this . groupBox1 . ResumeLayout ( false ) ;
this . groupBox1 . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
}
@ -427,7 +577,21 @@ namespace B3ButcherWeightClient {
private System . Windows . Forms . TextBox subWeightTextBox ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . Label label3 ;
private System . Windows . Forms . PictureBox pictureBox1 ;
private System . Windows . Forms . TextBox numberTextBox ;
private System . Windows . Forms . Label label4 ;
private System . Windows . Forms . ComboBox batchComboBox ;
private System . Windows . Forms . Button setButton ;
private System . Windows . Forms . Button button2 ;
private System . Windows . Forms . GroupBox groupBox2 ;
private System . Windows . Forms . GroupBox groupBox1 ;
private System . Windows . Forms . TextBox textBoxEndTime ;
private System . Windows . Forms . TextBox textBoxBeginTime ;
private System . Windows . Forms . Label label5 ;
private System . Windows . Forms . Label label6 ;
private System . Windows . Forms . MonthCalendar monthCalendar ;
private System . Windows . Forms . DataGridViewTextBoxColumn ID ;
private System . Windows . Forms . DataGridViewTextBoxColumn DmoID ;
private System . Windows . Forms . DataGridViewTextBoxColumn Sequence ;
private System . Windows . Forms . DataGridViewTextBoxColumn JdColumn ;
private System . Windows . Forms . DataGridViewTextBoxColumn 批 号 ;
@ -436,7 +600,5 @@ namespace B3ButcherWeightClient {
private System . Windows . Forms . DataGridViewTextBoxColumn subColumn ;
private System . Windows . Forms . DataGridViewTextBoxColumn Weight ;
private System . Windows . Forms . DataGridViewButtonColumn DeleteDetail ;
private System . Windows . Forms . PictureBox pictureBox1 ;
private System . Windows . Forms . TextBox txtBatch ;
}
}