|
|
|
@ -59,13 +59,13 @@ namespace B3ButcherWeightClient { |
|
|
|
this.Weight = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.DeleteDetail = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.button3 = new System.Windows.Forms.Button(); |
|
|
|
this.button1 = new System.Windows.Forms.Button(); |
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox(); |
|
|
|
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.pictureBox2 = new System.Windows.Forms.PictureBox(); |
|
|
|
this.textBoxBeginTime = new System.Windows.Forms.TextBox(); |
|
|
|
this.label5 = new System.Windows.Forms.Label(); |
|
|
|
this.label6 = new System.Windows.Forms.Label(); |
|
|
|
@ -83,16 +83,18 @@ namespace B3ButcherWeightClient { |
|
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox(); |
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
|
this.monthCalendar = new System.Windows.Forms.MonthCalendar(); |
|
|
|
this._serialPort = new System.IO.Ports.SerialPort(this.components); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
|
|
|
this.splitContainer1.Panel1.SuspendLayout(); |
|
|
|
this.splitContainer1.Panel2.SuspendLayout(); |
|
|
|
this.splitContainer1.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); |
|
|
|
this.groupBox2.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); |
|
|
|
this.groupBox1.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); |
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
this.SuspendLayout(); |
|
|
|
//
|
|
|
|
// lblDisplay
|
|
|
|
@ -104,9 +106,8 @@ namespace B3ButcherWeightClient { |
|
|
|
this.lblDisplay.ForeColor = System.Drawing.Color.LimeGreen; |
|
|
|
this.lblDisplay.Location = new System.Drawing.Point(3, 0); |
|
|
|
this.lblDisplay.Name = "lblDisplay"; |
|
|
|
this.lblDisplay.Size = new System.Drawing.Size(530, 64); |
|
|
|
this.lblDisplay.Size = new System.Drawing.Size(291, 64); |
|
|
|
this.lblDisplay.TabIndex = 3; |
|
|
|
this.lblDisplay.Text = "display"; |
|
|
|
this.lblDisplay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|
|
|
//
|
|
|
|
// dataGridView
|
|
|
|
@ -141,7 +142,7 @@ namespace B3ButcherWeightClient { |
|
|
|
this.dataGridView.Name = "dataGridView"; |
|
|
|
this.dataGridView.ReadOnly = true; |
|
|
|
this.dataGridView.RowTemplate.Height = 23; |
|
|
|
this.dataGridView.Size = new System.Drawing.Size(716, 675); |
|
|
|
this.dataGridView.Size = new System.Drawing.Size(583, 695); |
|
|
|
this.dataGridView.TabIndex = 4; |
|
|
|
this.dataGridView.TabStop = false; |
|
|
|
this.dataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridViewCellContentClick); |
|
|
|
@ -259,27 +260,37 @@ namespace B3ButcherWeightClient { |
|
|
|
// splitContainer1.Panel1
|
|
|
|
//
|
|
|
|
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.White; |
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.button3); |
|
|
|
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.panel1); |
|
|
|
this.splitContainer1.Size = new System.Drawing.Size(1387, 748); |
|
|
|
this.splitContainer1.SplitterDistance = 722; |
|
|
|
this.splitContainer1.Size = new System.Drawing.Size(1184, 768); |
|
|
|
this.splitContainer1.SplitterDistance = 589; |
|
|
|
this.splitContainer1.TabIndex = 6; |
|
|
|
//
|
|
|
|
// button3
|
|
|
|
//
|
|
|
|
this.button3.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.button3.Location = new System.Drawing.Point(446, 5); |
|
|
|
this.button3.Name = "button3"; |
|
|
|
this.button3.Size = new System.Drawing.Size(140, 58); |
|
|
|
this.button3.TabIndex = 22; |
|
|
|
this.button3.Text = "退 出"; |
|
|
|
this.button3.UseVisualStyleBackColor = true; |
|
|
|
this.button3.Click += new System.EventHandler(this.button3_Click); |
|
|
|
//
|
|
|
|
// button1
|
|
|
|
//
|
|
|
|
this.button1.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.button1.Location = new System.Drawing.Point(579, 3); |
|
|
|
this.button1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.button1.Location = new System.Drawing.Point(300, 3); |
|
|
|
this.button1.Name = "button1"; |
|
|
|
this.button1.Size = new System.Drawing.Size(140, 58); |
|
|
|
this.button1.TabIndex = 5; |
|
|
|
@ -287,43 +298,26 @@ namespace B3ButcherWeightClient { |
|
|
|
this.button1.UseVisualStyleBackColor = true; |
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click); |
|
|
|
//
|
|
|
|
// pictureBox2
|
|
|
|
//
|
|
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); |
|
|
|
this.pictureBox2.Location = new System.Drawing.Point(539, 3); |
|
|
|
this.pictureBox2.Name = "pictureBox2"; |
|
|
|
this.pictureBox2.Size = new System.Drawing.Size(34, 29); |
|
|
|
this.pictureBox2.TabIndex = 18; |
|
|
|
this.pictureBox2.TabStop = false; |
|
|
|
this.pictureBox2.Visible = false; |
|
|
|
this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click); |
|
|
|
//
|
|
|
|
// monthCalendar
|
|
|
|
//
|
|
|
|
this.monthCalendar.Location = new System.Drawing.Point(196, 158); |
|
|
|
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.pictureBox2); |
|
|
|
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, 105); |
|
|
|
this.groupBox2.Name = "groupBox2"; |
|
|
|
this.groupBox2.Size = new System.Drawing.Size(655, 97); |
|
|
|
this.groupBox2.Size = new System.Drawing.Size(585, 97); |
|
|
|
this.groupBox2.TabIndex = 0; |
|
|
|
this.groupBox2.TabStop = false; |
|
|
|
this.groupBox2.Text = "创建单据"; |
|
|
|
//
|
|
|
|
// setButton
|
|
|
|
//
|
|
|
|
this.setButton.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.setButton.Location = new System.Drawing.Point(492, 8); |
|
|
|
this.setButton.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.setButton.Location = new System.Drawing.Point(425, 13); |
|
|
|
this.setButton.Name = "setButton"; |
|
|
|
this.setButton.Size = new System.Drawing.Size(154, 37); |
|
|
|
this.setButton.TabIndex = 19; |
|
|
|
@ -334,19 +328,19 @@ namespace B3ButcherWeightClient { |
|
|
|
// textBoxEndTime
|
|
|
|
//
|
|
|
|
this.textBoxEndTime.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.textBoxEndTime.Location = new System.Drawing.Point(313, 11); |
|
|
|
this.textBoxEndTime.Location = new System.Drawing.Point(275, 54); |
|
|
|
this.textBoxEndTime.MaxLength = 20; |
|
|
|
this.textBoxEndTime.Multiline = true; |
|
|
|
this.textBoxEndTime.Name = "textBoxEndTime"; |
|
|
|
this.textBoxEndTime.Size = new System.Drawing.Size(165, 30); |
|
|
|
this.textBoxEndTime.Size = new System.Drawing.Size(124, 30); |
|
|
|
this.textBoxEndTime.TabIndex = 13; |
|
|
|
this.textBoxEndTime.TabStop = false; |
|
|
|
this.textBoxEndTime.TabStop = false; |
|
|
|
this.textBoxEndTime.DoubleClick += new System.EventHandler(this.textBoxEndTime_DoubleClick); |
|
|
|
//
|
|
|
|
// button2
|
|
|
|
//
|
|
|
|
this.button2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.button2.Location = new System.Drawing.Point(492, 51); |
|
|
|
this.button2.Location = new System.Drawing.Point(425, 54); |
|
|
|
this.button2.Name = "button2"; |
|
|
|
this.button2.Size = new System.Drawing.Size(154, 37); |
|
|
|
this.button2.TabIndex = 21; |
|
|
|
@ -354,14 +348,25 @@ namespace B3ButcherWeightClient { |
|
|
|
this.button2.UseVisualStyleBackColor = true; |
|
|
|
this.button2.Click += new System.EventHandler(this.button2_Click); |
|
|
|
//
|
|
|
|
// pictureBox2
|
|
|
|
//
|
|
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); |
|
|
|
this.pictureBox2.Location = new System.Drawing.Point(10, 20); |
|
|
|
this.pictureBox2.Name = "pictureBox2"; |
|
|
|
this.pictureBox2.Size = new System.Drawing.Size(34, 29); |
|
|
|
this.pictureBox2.TabIndex = 18; |
|
|
|
this.pictureBox2.TabStop = false; |
|
|
|
this.pictureBox2.Visible = false; |
|
|
|
this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click); |
|
|
|
//
|
|
|
|
// textBoxBeginTime
|
|
|
|
//
|
|
|
|
this.textBoxBeginTime.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.textBoxBeginTime.Location = new System.Drawing.Point(107, 11); |
|
|
|
this.textBoxBeginTime.Location = new System.Drawing.Point(110, 53); |
|
|
|
this.textBoxBeginTime.MaxLength = 20; |
|
|
|
this.textBoxBeginTime.Multiline = true; |
|
|
|
this.textBoxBeginTime.Name = "textBoxBeginTime"; |
|
|
|
this.textBoxBeginTime.Size = new System.Drawing.Size(165, 30); |
|
|
|
this.textBoxBeginTime.Size = new System.Drawing.Size(124, 30); |
|
|
|
this.textBoxBeginTime.TabIndex = 14; |
|
|
|
this.textBoxBeginTime.TabStop = false; |
|
|
|
this.textBoxBeginTime.DoubleClick += new System.EventHandler(this.textBoxBeginTime_DoubleClick); |
|
|
|
@ -370,17 +375,17 @@ namespace B3ButcherWeightClient { |
|
|
|
//
|
|
|
|
this.label5.AutoSize = true; |
|
|
|
this.label5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.label5.Location = new System.Drawing.Point(278, 17); |
|
|
|
this.label5.Location = new System.Drawing.Point(240, 62); |
|
|
|
this.label5.Name = "label5"; |
|
|
|
this.label5.Size = new System.Drawing.Size(29, 20); |
|
|
|
this.label5.TabIndex = 11; |
|
|
|
this.label5.Text = "->"; |
|
|
|
this.label5.Text = "->"; |
|
|
|
//
|
|
|
|
// label6
|
|
|
|
//
|
|
|
|
this.label6.AutoSize = true; |
|
|
|
this.label6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.label6.Location = new System.Drawing.Point(6, 22); |
|
|
|
this.label6.Location = new System.Drawing.Point(9, 64); |
|
|
|
this.label6.Name = "label6"; |
|
|
|
this.label6.Size = new System.Drawing.Size(95, 19); |
|
|
|
this.label6.TabIndex = 12; |
|
|
|
@ -401,7 +406,7 @@ namespace B3ButcherWeightClient { |
|
|
|
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(655, 93); |
|
|
|
this.groupBox1.Size = new System.Drawing.Size(585, 93); |
|
|
|
this.groupBox1.TabIndex = 0; |
|
|
|
this.groupBox1.TabStop = false; |
|
|
|
this.groupBox1.Text = "称重"; |
|
|
|
@ -412,7 +417,7 @@ namespace B3ButcherWeightClient { |
|
|
|
this.jdTextBox.Location = new System.Drawing.Point(81, 12); |
|
|
|
this.jdTextBox.Multiline = true; |
|
|
|
this.jdTextBox.Name = "jdTextBox"; |
|
|
|
this.jdTextBox.Size = new System.Drawing.Size(173, 30); |
|
|
|
this.jdTextBox.Size = new System.Drawing.Size(129, 30); |
|
|
|
this.jdTextBox.TabIndex = 8; |
|
|
|
//
|
|
|
|
// batchComboBox
|
|
|
|
@ -424,14 +429,14 @@ namespace B3ButcherWeightClient { |
|
|
|
this.batchComboBox.IntegralHeight = false; |
|
|
|
this.batchComboBox.Location = new System.Drawing.Point(81, 55); |
|
|
|
this.batchComboBox.Name = "batchComboBox"; |
|
|
|
this.batchComboBox.Size = new System.Drawing.Size(173, 24); |
|
|
|
this.batchComboBox.Size = new System.Drawing.Size(129, 24); |
|
|
|
this.batchComboBox.TabIndex = 20; |
|
|
|
this.batchComboBox.TextUpdate += new System.EventHandler(this.batchComboBox_TextUpdate); |
|
|
|
//
|
|
|
|
// saveButton
|
|
|
|
//
|
|
|
|
this.saveButton.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.saveButton.Location = new System.Drawing.Point(492, 46); |
|
|
|
this.saveButton.Location = new System.Drawing.Point(425, 49); |
|
|
|
this.saveButton.Name = "saveButton"; |
|
|
|
this.saveButton.Size = new System.Drawing.Size(154, 37); |
|
|
|
this.saveButton.TabIndex = 7; |
|
|
|
@ -442,17 +447,17 @@ namespace B3ButcherWeightClient { |
|
|
|
// tbxSequence
|
|
|
|
//
|
|
|
|
this.tbxSequence.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.tbxSequence.Location = new System.Drawing.Point(492, 14); |
|
|
|
this.tbxSequence.Location = new System.Drawing.Point(466, 12); |
|
|
|
this.tbxSequence.Name = "tbxSequence"; |
|
|
|
this.tbxSequence.ReadOnly = true; |
|
|
|
this.tbxSequence.Size = new System.Drawing.Size(154, 29); |
|
|
|
this.tbxSequence.Size = new System.Drawing.Size(110, 29); |
|
|
|
this.tbxSequence.TabIndex = 11; |
|
|
|
//
|
|
|
|
// lblNumber
|
|
|
|
//
|
|
|
|
this.lblNumber.AutoSize = true; |
|
|
|
this.lblNumber.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.lblNumber.Location = new System.Drawing.Point(419, 17); |
|
|
|
this.lblNumber.Location = new System.Drawing.Point(381, 17); |
|
|
|
this.lblNumber.Name = "lblNumber"; |
|
|
|
this.lblNumber.Size = new System.Drawing.Size(79, 20); |
|
|
|
this.lblNumber.TabIndex = 12; |
|
|
|
@ -481,7 +486,7 @@ namespace B3ButcherWeightClient { |
|
|
|
// numberTextBox
|
|
|
|
//
|
|
|
|
this.numberTextBox.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.numberTextBox.Location = new System.Drawing.Point(326, 49); |
|
|
|
this.numberTextBox.Location = new System.Drawing.Point(282, 49); |
|
|
|
this.numberTextBox.Multiline = true; |
|
|
|
this.numberTextBox.Name = "numberTextBox"; |
|
|
|
this.numberTextBox.Size = new System.Drawing.Size(87, 30); |
|
|
|
@ -491,7 +496,7 @@ namespace B3ButcherWeightClient { |
|
|
|
//
|
|
|
|
this.label2.AutoSize = true; |
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.label2.Location = new System.Drawing.Point(260, 22); |
|
|
|
this.label2.Location = new System.Drawing.Point(216, 22); |
|
|
|
this.label2.Name = "label2"; |
|
|
|
this.label2.Size = new System.Drawing.Size(59, 20); |
|
|
|
this.label2.TabIndex = 12; |
|
|
|
@ -500,21 +505,21 @@ namespace B3ButcherWeightClient { |
|
|
|
// subWeightTextBox
|
|
|
|
//
|
|
|
|
this.subWeightTextBox.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.subWeightTextBox.Location = new System.Drawing.Point(326, 12); |
|
|
|
this.subWeightTextBox.Location = new System.Drawing.Point(282, 12); |
|
|
|
this.subWeightTextBox.Multiline = true; |
|
|
|
this.subWeightTextBox.Name = "subWeightTextBox"; |
|
|
|
this.subWeightTextBox.Size = new System.Drawing.Size(87, 30); |
|
|
|
this.subWeightTextBox.TabIndex = 8; |
|
|
|
this.subWeightTextBox.TabIndex = 8; |
|
|
|
//
|
|
|
|
// label4
|
|
|
|
//
|
|
|
|
this.label4.AutoSize = true; |
|
|
|
this.label4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.label4.Location = new System.Drawing.Point(261, 59); |
|
|
|
this.label4.Location = new System.Drawing.Point(217, 59); |
|
|
|
this.label4.Name = "label4"; |
|
|
|
this.label4.Size = new System.Drawing.Size(59, 20); |
|
|
|
this.label4.TabIndex = 12; |
|
|
|
this.label4.Text = "头数:"; |
|
|
|
this.label4.Text = "头数:"; |
|
|
|
//
|
|
|
|
// pictureBox1
|
|
|
|
//
|
|
|
|
@ -531,16 +536,25 @@ namespace B3ButcherWeightClient { |
|
|
|
//
|
|
|
|
this.panel1.AutoScroll = true; |
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.panel1.Controls.Add(this.monthCalendar); |
|
|
|
this.panel1.Location = new System.Drawing.Point(3, 208); |
|
|
|
this.panel1.Name = "panel1"; |
|
|
|
this.panel1.Size = new System.Drawing.Size(655, 537); |
|
|
|
this.panel1.Size = new System.Drawing.Size(585, 557); |
|
|
|
this.panel1.TabIndex = 6; |
|
|
|
//
|
|
|
|
// monthCalendar
|
|
|
|
//
|
|
|
|
this.monthCalendar.Location = new System.Drawing.Point(138, -1); |
|
|
|
this.monthCalendar.Name = "monthCalendar"; |
|
|
|
this.monthCalendar.TabIndex = 7; |
|
|
|
this.monthCalendar.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar_DateSelected); |
|
|
|
//
|
|
|
|
// Main
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(1387, 748); |
|
|
|
this.ClientSize = new System.Drawing.Size(1184, 768); |
|
|
|
this.ControlBox = false; |
|
|
|
this.Controls.Add(this.splitContainer1); |
|
|
|
this.Name = "Main"; |
|
|
|
this.Text = "青花瓷称重客户端"; |
|
|
|
@ -550,12 +564,13 @@ namespace B3ButcherWeightClient { |
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
|
|
|
this.splitContainer1.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); |
|
|
|
this.groupBox2.ResumeLayout(false); |
|
|
|
this.groupBox2.PerformLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); |
|
|
|
this.groupBox1.ResumeLayout(false); |
|
|
|
this.groupBox1.PerformLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); |
|
|
|
this.panel1.ResumeLayout(false); |
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
} |
|
|
|
@ -600,5 +615,6 @@ namespace B3ButcherWeightClient { |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn subColumn; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Weight; |
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn DeleteDetail; |
|
|
|
private System.Windows.Forms.Button button3; |
|
|
|
} |
|
|
|
} |