|
|
|
@ -28,19 +28,19 @@ |
|
|
|
/// </summary>
|
|
|
|
private void InitializeComponent() |
|
|
|
{ |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WeightCountForm)); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle48 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle46 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = 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 dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
this.historyDataGrid = new WinFormControl.UDataGridView(); |
|
|
|
this.H_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.H_RowIndex = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
@ -55,6 +55,7 @@ |
|
|
|
this.storeSelect = new System.Windows.Forms.ComboBox(); |
|
|
|
this.uLabel5 = new WinFormControl.ULabel(); |
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.barPrintCheck = new System.Windows.Forms.CheckBox(); |
|
|
|
this.numSetBtn = new WinFormControl.UButton(); |
|
|
|
this.productBatchSelect = new System.Windows.Forms.ComboBox(); |
|
|
|
this.uLabel2 = new WinFormControl.ULabel(); |
|
|
|
@ -69,6 +70,8 @@ |
|
|
|
this.uLabel7 = new WinFormControl.ULabel(); |
|
|
|
this.uLabel6 = new WinFormControl.ULabel(); |
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.deleteBtn = new WinFormControl.UButton(); |
|
|
|
this.rePrint = new WinFormControl.UButton(); |
|
|
|
this.needSubmitGrid = new WinFormControl.UDataGridView(); |
|
|
|
this.U_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.U_RowIndex = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
@ -80,8 +83,6 @@ |
|
|
|
this.numFlowPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.submitBtn = new WinFormControl.UButton(); |
|
|
|
this.uLabel3 = new WinFormControl.ULabel(); |
|
|
|
this.barPrintCheck = new System.Windows.Forms.CheckBox(); |
|
|
|
this.rePrint = new WinFormControl.UButton(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.historyDataGrid)).BeginInit(); |
|
|
|
this.groupBox2.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
|
|
|
@ -98,15 +99,15 @@ |
|
|
|
this.historyDataGrid.AllowUserToDeleteRows = false; |
|
|
|
this.historyDataGrid.AllowUserToResizeColumns = false; |
|
|
|
this.historyDataGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.historyDataGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle37; |
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.historyDataGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; |
|
|
|
this.historyDataGrid.BackgroundColor = System.Drawing.Color.White; |
|
|
|
this.historyDataGrid.BorderStyle = System.Windows.Forms.BorderStyle.None; |
|
|
|
dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle38.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle38.ForeColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle38.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.historyDataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle38; |
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.historyDataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; |
|
|
|
this.historyDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.historyDataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.H_ID, |
|
|
|
@ -122,9 +123,9 @@ |
|
|
|
this.historyDataGrid.Name = "historyDataGrid"; |
|
|
|
this.historyDataGrid.ReadOnly = true; |
|
|
|
this.historyDataGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle42.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle42.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.historyDataGrid.RowsDefaultCellStyle = dataGridViewCellStyle42; |
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.historyDataGrid.RowsDefaultCellStyle = dataGridViewCellStyle6; |
|
|
|
this.historyDataGrid.RowTemplate.Height = 23; |
|
|
|
this.historyDataGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.historyDataGrid.Size = new System.Drawing.Size(683, 158); |
|
|
|
@ -163,8 +164,8 @@ |
|
|
|
// H_GrossWeight
|
|
|
|
//
|
|
|
|
this.H_GrossWeight.DataPropertyName = "GrossWeight"; |
|
|
|
dataGridViewCellStyle39.Format = "#0.######"; |
|
|
|
this.H_GrossWeight.DefaultCellStyle = dataGridViewCellStyle39; |
|
|
|
dataGridViewCellStyle3.Format = "#0.######"; |
|
|
|
this.H_GrossWeight.DefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
this.H_GrossWeight.HeaderText = "毛重"; |
|
|
|
this.H_GrossWeight.Name = "H_GrossWeight"; |
|
|
|
this.H_GrossWeight.ReadOnly = true; |
|
|
|
@ -172,8 +173,8 @@ |
|
|
|
// H_Discont
|
|
|
|
//
|
|
|
|
this.H_Discont.DataPropertyName = "Discont"; |
|
|
|
dataGridViewCellStyle40.Format = "#0.######"; |
|
|
|
this.H_Discont.DefaultCellStyle = dataGridViewCellStyle40; |
|
|
|
dataGridViewCellStyle4.Format = "#0.######"; |
|
|
|
this.H_Discont.DefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
this.H_Discont.HeaderText = "扣重"; |
|
|
|
this.H_Discont.Name = "H_Discont"; |
|
|
|
this.H_Discont.ReadOnly = true; |
|
|
|
@ -181,8 +182,8 @@ |
|
|
|
// H_Weight
|
|
|
|
//
|
|
|
|
this.H_Weight.DataPropertyName = "Weight"; |
|
|
|
dataGridViewCellStyle41.Format = "#0.######"; |
|
|
|
this.H_Weight.DefaultCellStyle = dataGridViewCellStyle41; |
|
|
|
dataGridViewCellStyle5.Format = "#0.######"; |
|
|
|
this.H_Weight.DefaultCellStyle = dataGridViewCellStyle5; |
|
|
|
this.H_Weight.HeaderText = "重量"; |
|
|
|
this.H_Weight.Name = "H_Weight"; |
|
|
|
this.H_Weight.ReadOnly = true; |
|
|
|
@ -285,6 +286,17 @@ |
|
|
|
this.splitContainer1.SplitterDistance = 86; |
|
|
|
this.splitContainer1.TabIndex = 3; |
|
|
|
//
|
|
|
|
// barPrintCheck
|
|
|
|
//
|
|
|
|
this.barPrintCheck.AutoSize = true; |
|
|
|
this.barPrintCheck.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.barPrintCheck.Location = new System.Drawing.Point(498, 53); |
|
|
|
this.barPrintCheck.Name = "barPrintCheck"; |
|
|
|
this.barPrintCheck.Size = new System.Drawing.Size(108, 24); |
|
|
|
this.barPrintCheck.TabIndex = 24; |
|
|
|
this.barPrintCheck.Text = "启用打码"; |
|
|
|
this.barPrintCheck.UseVisualStyleBackColor = true; |
|
|
|
//
|
|
|
|
// numSetBtn
|
|
|
|
//
|
|
|
|
this.numSetBtn.AsClicked = false; |
|
|
|
@ -477,6 +489,7 @@ |
|
|
|
//
|
|
|
|
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.deleteBtn); |
|
|
|
this.groupBox1.Controls.Add(this.rePrint); |
|
|
|
this.groupBox1.Controls.Add(this.needSubmitGrid); |
|
|
|
this.groupBox1.Controls.Add(this.numFlowPanel); |
|
|
|
@ -489,23 +502,67 @@ |
|
|
|
this.groupBox1.TabIndex = 2; |
|
|
|
this.groupBox1.TabStop = false; |
|
|
|
//
|
|
|
|
// deleteBtn
|
|
|
|
//
|
|
|
|
this.deleteBtn.AsClicked = false; |
|
|
|
this.deleteBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("deleteBtn.BackgroundImage"))); |
|
|
|
this.deleteBtn.EnableGroup = false; |
|
|
|
this.deleteBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214))))); |
|
|
|
this.deleteBtn.FlatAppearance.BorderSize = 0; |
|
|
|
this.deleteBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.deleteBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.deleteBtn.ForeColor = System.Drawing.Color.Black; |
|
|
|
this.deleteBtn.Location = new System.Drawing.Point(211, 19); |
|
|
|
this.deleteBtn.Name = "deleteBtn"; |
|
|
|
this.deleteBtn.PlaySound = false; |
|
|
|
this.deleteBtn.SelfControlEnable = false; |
|
|
|
this.deleteBtn.Size = new System.Drawing.Size(94, 34); |
|
|
|
this.deleteBtn.SoundType = WinFormControl.SoundType.Click; |
|
|
|
this.deleteBtn.TabIndex = 18; |
|
|
|
this.deleteBtn.Text = "删 除"; |
|
|
|
this.deleteBtn.UseVisualStyleBackColor = true; |
|
|
|
this.deleteBtn.WithStataHode = false; |
|
|
|
this.deleteBtn.Click += new System.EventHandler(this.deleteBtn_Click); |
|
|
|
//
|
|
|
|
// rePrint
|
|
|
|
//
|
|
|
|
this.rePrint.AsClicked = false; |
|
|
|
this.rePrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("rePrint.BackgroundImage"))); |
|
|
|
this.rePrint.EnableGroup = false; |
|
|
|
this.rePrint.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214))))); |
|
|
|
this.rePrint.FlatAppearance.BorderSize = 0; |
|
|
|
this.rePrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.rePrint.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.rePrint.ForeColor = System.Drawing.Color.Black; |
|
|
|
this.rePrint.Location = new System.Drawing.Point(109, 19); |
|
|
|
this.rePrint.Name = "rePrint"; |
|
|
|
this.rePrint.PlaySound = false; |
|
|
|
this.rePrint.SelfControlEnable = false; |
|
|
|
this.rePrint.Size = new System.Drawing.Size(94, 34); |
|
|
|
this.rePrint.SoundType = WinFormControl.SoundType.Click; |
|
|
|
this.rePrint.TabIndex = 17; |
|
|
|
this.rePrint.Text = "补 打"; |
|
|
|
this.rePrint.UseVisualStyleBackColor = true; |
|
|
|
this.rePrint.WithStataHode = false; |
|
|
|
this.rePrint.Click += new System.EventHandler(this.rePrint_Click); |
|
|
|
//
|
|
|
|
// needSubmitGrid
|
|
|
|
//
|
|
|
|
this.needSubmitGrid.AllowUserToAddRows = false; |
|
|
|
this.needSubmitGrid.AllowUserToDeleteRows = false; |
|
|
|
this.needSubmitGrid.AllowUserToResizeColumns = false; |
|
|
|
this.needSubmitGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle43.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.needSubmitGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle43; |
|
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.needSubmitGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7; |
|
|
|
this.needSubmitGrid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.needSubmitGrid.BackgroundColor = System.Drawing.Color.White; |
|
|
|
this.needSubmitGrid.BorderStyle = System.Windows.Forms.BorderStyle.None; |
|
|
|
dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle44.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle44.ForeColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.needSubmitGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle44; |
|
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.needSubmitGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8; |
|
|
|
this.needSubmitGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.needSubmitGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.U_ID, |
|
|
|
@ -520,9 +577,9 @@ |
|
|
|
this.needSubmitGrid.Name = "needSubmitGrid"; |
|
|
|
this.needSubmitGrid.ReadOnly = true; |
|
|
|
this.needSubmitGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle48.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle48.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.needSubmitGrid.RowsDefaultCellStyle = dataGridViewCellStyle48; |
|
|
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.needSubmitGrid.RowsDefaultCellStyle = dataGridViewCellStyle12; |
|
|
|
this.needSubmitGrid.RowTemplate.Height = 30; |
|
|
|
this.needSubmitGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.needSubmitGrid.Size = new System.Drawing.Size(683, 240); |
|
|
|
@ -561,8 +618,8 @@ |
|
|
|
// U_GrossWeight
|
|
|
|
//
|
|
|
|
this.U_GrossWeight.DataPropertyName = "GrossWeight"; |
|
|
|
dataGridViewCellStyle45.Format = "#0.######"; |
|
|
|
this.U_GrossWeight.DefaultCellStyle = dataGridViewCellStyle45; |
|
|
|
dataGridViewCellStyle9.Format = "#0.######"; |
|
|
|
this.U_GrossWeight.DefaultCellStyle = dataGridViewCellStyle9; |
|
|
|
this.U_GrossWeight.HeaderText = "毛重"; |
|
|
|
this.U_GrossWeight.Name = "U_GrossWeight"; |
|
|
|
this.U_GrossWeight.ReadOnly = true; |
|
|
|
@ -570,8 +627,8 @@ |
|
|
|
// U_Discont
|
|
|
|
//
|
|
|
|
this.U_Discont.DataPropertyName = "Discont"; |
|
|
|
dataGridViewCellStyle46.Format = "#0.######"; |
|
|
|
this.U_Discont.DefaultCellStyle = dataGridViewCellStyle46; |
|
|
|
dataGridViewCellStyle10.Format = "#0.######"; |
|
|
|
this.U_Discont.DefaultCellStyle = dataGridViewCellStyle10; |
|
|
|
this.U_Discont.HeaderText = "扣重"; |
|
|
|
this.U_Discont.Name = "U_Discont"; |
|
|
|
this.U_Discont.ReadOnly = true; |
|
|
|
@ -579,8 +636,8 @@ |
|
|
|
// U_Weight
|
|
|
|
//
|
|
|
|
this.U_Weight.DataPropertyName = "Weight"; |
|
|
|
dataGridViewCellStyle47.Format = "#0.######"; |
|
|
|
this.U_Weight.DefaultCellStyle = dataGridViewCellStyle47; |
|
|
|
dataGridViewCellStyle11.Format = "#0.######"; |
|
|
|
this.U_Weight.DefaultCellStyle = dataGridViewCellStyle11; |
|
|
|
this.U_Weight.HeaderText = "净重"; |
|
|
|
this.U_Weight.Name = "U_Weight"; |
|
|
|
this.U_Weight.ReadOnly = true; |
|
|
|
@ -589,9 +646,9 @@ |
|
|
|
//
|
|
|
|
this.numFlowPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.numFlowPanel.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; |
|
|
|
this.numFlowPanel.Location = new System.Drawing.Point(211, 13); |
|
|
|
this.numFlowPanel.Location = new System.Drawing.Point(311, 13); |
|
|
|
this.numFlowPanel.Name = "numFlowPanel"; |
|
|
|
this.numFlowPanel.Size = new System.Drawing.Size(477, 41); |
|
|
|
this.numFlowPanel.Size = new System.Drawing.Size(377, 41); |
|
|
|
this.numFlowPanel.TabIndex = 15; |
|
|
|
//
|
|
|
|
// submitBtn
|
|
|
|
@ -627,39 +684,6 @@ |
|
|
|
this.uLabel3.TabIndex = 0; |
|
|
|
this.uLabel3.Text = "称重明细"; |
|
|
|
//
|
|
|
|
// barPrintCheck
|
|
|
|
//
|
|
|
|
this.barPrintCheck.AutoSize = true; |
|
|
|
this.barPrintCheck.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.barPrintCheck.Location = new System.Drawing.Point(498, 53); |
|
|
|
this.barPrintCheck.Name = "barPrintCheck"; |
|
|
|
this.barPrintCheck.Size = new System.Drawing.Size(108, 24); |
|
|
|
this.barPrintCheck.TabIndex = 24; |
|
|
|
this.barPrintCheck.Text = "启用打码"; |
|
|
|
this.barPrintCheck.UseVisualStyleBackColor = true; |
|
|
|
//
|
|
|
|
// rePrint
|
|
|
|
//
|
|
|
|
this.rePrint.AsClicked = false; |
|
|
|
this.rePrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("rePrint.BackgroundImage"))); |
|
|
|
this.rePrint.EnableGroup = false; |
|
|
|
this.rePrint.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214))))); |
|
|
|
this.rePrint.FlatAppearance.BorderSize = 0; |
|
|
|
this.rePrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
|
|
|
this.rePrint.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.rePrint.ForeColor = System.Drawing.Color.Black; |
|
|
|
this.rePrint.Location = new System.Drawing.Point(111, 19); |
|
|
|
this.rePrint.Name = "rePrint"; |
|
|
|
this.rePrint.PlaySound = false; |
|
|
|
this.rePrint.SelfControlEnable = false; |
|
|
|
this.rePrint.Size = new System.Drawing.Size(94, 34); |
|
|
|
this.rePrint.SoundType = WinFormControl.SoundType.Click; |
|
|
|
this.rePrint.TabIndex = 17; |
|
|
|
this.rePrint.Text = "补 打"; |
|
|
|
this.rePrint.UseVisualStyleBackColor = true; |
|
|
|
this.rePrint.WithStataHode = false; |
|
|
|
this.rePrint.Click += new System.EventHandler(this.rePrint_Click); |
|
|
|
//
|
|
|
|
// WeightCountForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
@ -730,5 +754,6 @@ |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn U_Weight; |
|
|
|
private System.Windows.Forms.CheckBox barPrintCheck; |
|
|
|
private WinFormControl.UButton rePrint; |
|
|
|
private WinFormControl.UButton deleteBtn; |
|
|
|
} |
|
|
|
} |