|
|
|
@ -29,23 +29,20 @@ |
|
|
|
private void InitializeComponent() |
|
|
|
{ |
|
|
|
this.components = new System.ComponentModel.Container(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
|
this.enableWeight = new System.Windows.Forms.CheckBox(); |
|
|
|
this.panel2 = new System.Windows.Forms.Panel(); |
|
|
|
this.lblChengZhong = new System.Windows.Forms.Label(); |
|
|
|
this.btnWeightSet = new System.Windows.Forms.Button(); |
|
|
|
this.btnSycnStatus = new System.Windows.Forms.Button(); |
|
|
|
this.btnNetStatus = new System.Windows.Forms.Button(); |
|
|
|
this.btnWeightSet = new System.Windows.Forms.Button(); |
|
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer(); |
|
|
|
this.cbxBaiTiaoStatus = new System.Windows.Forms.ComboBox(); |
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
this.btnCreateBill = new System.Windows.Forms.Button(); |
|
|
|
this.btnSubmit = new System.Windows.Forms.Button(); |
|
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer(); |
|
|
|
@ -63,12 +60,7 @@ |
|
|
|
this.uncheck产品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.uncheck数量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.uncheck重量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.flpClass = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.flpGoods = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components); |
|
|
|
this.timerChectNetStatus = new System.Windows.Forms.Timer(this.components); |
|
|
|
this.timerSyncToService = new System.Windows.Forms.Timer(this.components); |
|
|
|
this.timerCheckSyncSucessed = new System.Windows.Forms.Timer(this.components); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
|
|
|
this.splitContainer1.Panel1.SuspendLayout(); |
|
|
|
this.splitContainer1.Panel2.SuspendLayout(); |
|
|
|
@ -81,7 +73,6 @@ |
|
|
|
this.splitContainer2.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); |
|
|
|
this.splitContainer3.Panel1.SuspendLayout(); |
|
|
|
this.splitContainer3.Panel2.SuspendLayout(); |
|
|
|
this.splitContainer3.SuspendLayout(); |
|
|
|
this.groupBox2.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridChecked)).BeginInit(); |
|
|
|
@ -116,6 +107,7 @@ |
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.panel1.Controls.Add(this.enableWeight); |
|
|
|
this.panel1.Controls.Add(this.panel2); |
|
|
|
this.panel1.Controls.Add(this.btnNetStatus); |
|
|
|
this.panel1.Controls.Add(this.btnWeightSet); |
|
|
|
this.panel1.Location = new System.Drawing.Point(11, 3); |
|
|
|
this.panel1.Name = "panel1"; |
|
|
|
@ -155,6 +147,17 @@ |
|
|
|
this.lblChengZhong.TabIndex = 0; |
|
|
|
this.lblChengZhong.Text = "0.00"; |
|
|
|
//
|
|
|
|
// btnNetStatus
|
|
|
|
//
|
|
|
|
this.btnNetStatus.Enabled = false; |
|
|
|
this.btnNetStatus.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.btnNetStatus.Location = new System.Drawing.Point(515, 8); |
|
|
|
this.btnNetStatus.Name = "btnNetStatus"; |
|
|
|
this.btnNetStatus.Size = new System.Drawing.Size(120, 46); |
|
|
|
this.btnNetStatus.TabIndex = 0; |
|
|
|
this.btnNetStatus.Text = "网络畅通"; |
|
|
|
this.btnNetStatus.UseVisualStyleBackColor = true; |
|
|
|
//
|
|
|
|
// btnWeightSet
|
|
|
|
//
|
|
|
|
this.btnWeightSet.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
@ -166,28 +169,6 @@ |
|
|
|
this.btnWeightSet.UseVisualStyleBackColor = true; |
|
|
|
this.btnWeightSet.Click += new System.EventHandler(this.btnWeightSet_Click); |
|
|
|
//
|
|
|
|
// btnSycnStatus
|
|
|
|
//
|
|
|
|
this.btnSycnStatus.Enabled = false; |
|
|
|
this.btnSycnStatus.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.btnSycnStatus.Location = new System.Drawing.Point(61, 83); |
|
|
|
this.btnSycnStatus.Name = "btnSycnStatus"; |
|
|
|
this.btnSycnStatus.Size = new System.Drawing.Size(120, 46); |
|
|
|
this.btnSycnStatus.TabIndex = 0; |
|
|
|
this.btnSycnStatus.Text = "同步完成"; |
|
|
|
this.btnSycnStatus.UseVisualStyleBackColor = true; |
|
|
|
//
|
|
|
|
// btnNetStatus
|
|
|
|
//
|
|
|
|
this.btnNetStatus.Enabled = false; |
|
|
|
this.btnNetStatus.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.btnNetStatus.Location = new System.Drawing.Point(61, 14); |
|
|
|
this.btnNetStatus.Name = "btnNetStatus"; |
|
|
|
this.btnNetStatus.Size = new System.Drawing.Size(120, 46); |
|
|
|
this.btnNetStatus.TabIndex = 0; |
|
|
|
this.btnNetStatus.Text = "网络畅通"; |
|
|
|
this.btnNetStatus.UseVisualStyleBackColor = true; |
|
|
|
//
|
|
|
|
// splitContainer2
|
|
|
|
//
|
|
|
|
this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
@ -197,12 +178,8 @@ |
|
|
|
//
|
|
|
|
// splitContainer2.Panel1
|
|
|
|
//
|
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.cbxBaiTiaoStatus); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.label2); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.btnCreateBill); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.btnSycnStatus); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.btnSubmit); |
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.btnNetStatus); |
|
|
|
//
|
|
|
|
// splitContainer2.Panel2
|
|
|
|
//
|
|
|
|
@ -212,31 +189,6 @@ |
|
|
|
this.splitContainer2.SplitterWidth = 1; |
|
|
|
this.splitContainer2.TabIndex = 0; |
|
|
|
//
|
|
|
|
// cbxBaiTiaoStatus
|
|
|
|
//
|
|
|
|
this.cbxBaiTiaoStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
|
|
this.cbxBaiTiaoStatus.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.cbxBaiTiaoStatus.FormattingEnabled = true; |
|
|
|
this.cbxBaiTiaoStatus.Items.AddRange(new object[] { |
|
|
|
"入预冷库", |
|
|
|
"分割领用", |
|
|
|
"入销售库", |
|
|
|
"销售出库"}); |
|
|
|
this.cbxBaiTiaoStatus.Location = new System.Drawing.Point(41, 197); |
|
|
|
this.cbxBaiTiaoStatus.Name = "cbxBaiTiaoStatus"; |
|
|
|
this.cbxBaiTiaoStatus.Size = new System.Drawing.Size(167, 35); |
|
|
|
this.cbxBaiTiaoStatus.TabIndex = 34; |
|
|
|
//
|
|
|
|
// label2
|
|
|
|
//
|
|
|
|
this.label2.AutoSize = true; |
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.label2.Location = new System.Drawing.Point(41, 170); |
|
|
|
this.label2.Name = "label2"; |
|
|
|
this.label2.Size = new System.Drawing.Size(106, 24); |
|
|
|
this.label2.TabIndex = 1; |
|
|
|
this.label2.Text = "白条状态"; |
|
|
|
//
|
|
|
|
// btnCreateBill
|
|
|
|
//
|
|
|
|
this.btnCreateBill.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
@ -270,13 +222,8 @@ |
|
|
|
//
|
|
|
|
this.splitContainer3.Panel1.Controls.Add(this.groupBox2); |
|
|
|
this.splitContainer3.Panel1.Controls.Add(this.groupBox1); |
|
|
|
//
|
|
|
|
// splitContainer3.Panel2
|
|
|
|
//
|
|
|
|
this.splitContainer3.Panel2.Controls.Add(this.flpClass); |
|
|
|
this.splitContainer3.Panel2.Controls.Add(this.flpGoods); |
|
|
|
this.splitContainer3.Size = new System.Drawing.Size(1015, 610); |
|
|
|
this.splitContainer3.SplitterDistance = 726; |
|
|
|
this.splitContainer3.SplitterDistance = 780; |
|
|
|
this.splitContainer3.SplitterWidth = 1; |
|
|
|
this.splitContainer3.TabIndex = 0; |
|
|
|
//
|
|
|
|
@ -288,7 +235,7 @@ |
|
|
|
this.groupBox2.Controls.Add(this.gridChecked); |
|
|
|
this.groupBox2.Location = new System.Drawing.Point(14, 259); |
|
|
|
this.groupBox2.Name = "groupBox2"; |
|
|
|
this.groupBox2.Size = new System.Drawing.Size(699, 340); |
|
|
|
this.groupBox2.Size = new System.Drawing.Size(755, 340); |
|
|
|
this.groupBox2.TabIndex = 1; |
|
|
|
this.groupBox2.TabStop = false; |
|
|
|
this.groupBox2.Text = "已提交"; |
|
|
|
@ -299,17 +246,17 @@ |
|
|
|
this.gridChecked.AllowUserToDeleteRows = false; |
|
|
|
this.gridChecked.AllowUserToResizeColumns = false; |
|
|
|
this.gridChecked.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.gridChecked.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13; |
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.gridChecked.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; |
|
|
|
this.gridChecked.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.gridChecked.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14; |
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.gridChecked.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; |
|
|
|
this.gridChecked.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.gridChecked.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.序号, |
|
|
|
@ -323,20 +270,22 @@ |
|
|
|
this.gridChecked.Name = "gridChecked"; |
|
|
|
this.gridChecked.ReadOnly = true; |
|
|
|
this.gridChecked.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.gridChecked.RowsDefaultCellStyle = dataGridViewCellStyle15; |
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.gridChecked.RowsDefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
this.gridChecked.RowTemplate.Height = 23; |
|
|
|
this.gridChecked.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.gridChecked.Size = new System.Drawing.Size(693, 320); |
|
|
|
this.gridChecked.Size = new System.Drawing.Size(749, 320); |
|
|
|
this.gridChecked.TabIndex = 4; |
|
|
|
//
|
|
|
|
// 序号
|
|
|
|
//
|
|
|
|
this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; |
|
|
|
this.序号.DataPropertyName = "ID"; |
|
|
|
this.序号.HeaderText = "序号"; |
|
|
|
this.序号.Name = "序号"; |
|
|
|
this.序号.ReadOnly = true; |
|
|
|
this.序号.Width = 60; |
|
|
|
//
|
|
|
|
// 条码
|
|
|
|
//
|
|
|
|
@ -375,7 +324,7 @@ |
|
|
|
this.groupBox1.Controls.Add(this.gridUnCheck); |
|
|
|
this.groupBox1.Location = new System.Drawing.Point(14, 15); |
|
|
|
this.groupBox1.Name = "groupBox1"; |
|
|
|
this.groupBox1.Size = new System.Drawing.Size(705, 220); |
|
|
|
this.groupBox1.Size = new System.Drawing.Size(761, 220); |
|
|
|
this.groupBox1.TabIndex = 0; |
|
|
|
this.groupBox1.TabStop = false; |
|
|
|
this.groupBox1.Text = "待提交"; |
|
|
|
@ -386,17 +335,17 @@ |
|
|
|
this.gridUnCheck.AllowUserToDeleteRows = false; |
|
|
|
this.gridUnCheck.AllowUserToResizeColumns = false; |
|
|
|
this.gridUnCheck.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.gridUnCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16; |
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.gridUnCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
this.gridUnCheck.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.gridUnCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17; |
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.gridUnCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; |
|
|
|
this.gridUnCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.gridUnCheck.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.uncheck序号, |
|
|
|
@ -410,12 +359,12 @@ |
|
|
|
this.gridUnCheck.Name = "gridUnCheck"; |
|
|
|
this.gridUnCheck.ReadOnly = true; |
|
|
|
this.gridUnCheck.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.gridUnCheck.RowsDefaultCellStyle = dataGridViewCellStyle18; |
|
|
|
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.gridUnCheck.RowsDefaultCellStyle = dataGridViewCellStyle6; |
|
|
|
this.gridUnCheck.RowTemplate.Height = 23; |
|
|
|
this.gridUnCheck.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.gridUnCheck.Size = new System.Drawing.Size(699, 200); |
|
|
|
this.gridUnCheck.Size = new System.Drawing.Size(755, 200); |
|
|
|
this.gridUnCheck.TabIndex = 3; |
|
|
|
//
|
|
|
|
// uncheck序号
|
|
|
|
@ -436,11 +385,12 @@ |
|
|
|
//
|
|
|
|
// uncheck产品名称
|
|
|
|
//
|
|
|
|
this.uncheck产品名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; |
|
|
|
this.uncheck产品名称.DataPropertyName = "Goods_Name"; |
|
|
|
this.uncheck产品名称.HeaderText = "产品名称"; |
|
|
|
this.uncheck产品名称.Name = "uncheck产品名称"; |
|
|
|
this.uncheck产品名称.ReadOnly = true; |
|
|
|
this.uncheck产品名称.Width = 120; |
|
|
|
this.uncheck产品名称.Width = 97; |
|
|
|
//
|
|
|
|
// uncheck数量
|
|
|
|
//
|
|
|
|
@ -456,51 +406,12 @@ |
|
|
|
this.uncheck重量.Name = "uncheck重量"; |
|
|
|
this.uncheck重量.ReadOnly = true; |
|
|
|
//
|
|
|
|
// flpClass
|
|
|
|
//
|
|
|
|
this.flpClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.flpClass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.flpClass.Location = new System.Drawing.Point(3, 11); |
|
|
|
this.flpClass.Name = "flpClass"; |
|
|
|
this.flpClass.Size = new System.Drawing.Size(283, 76); |
|
|
|
this.flpClass.TabIndex = 1; |
|
|
|
//
|
|
|
|
// flpGoods
|
|
|
|
//
|
|
|
|
this.flpGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|
|
|
| System.Windows.Forms.AnchorStyles.Left) |
|
|
|
| System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.flpGoods.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.flpGoods.Location = new System.Drawing.Point(0, 117); |
|
|
|
this.flpGoods.Name = "flpGoods"; |
|
|
|
this.flpGoods.Size = new System.Drawing.Size(289, 491); |
|
|
|
this.flpGoods.TabIndex = 0; |
|
|
|
//
|
|
|
|
// timer1
|
|
|
|
//
|
|
|
|
this.timer1.Enabled = true; |
|
|
|
this.timer1.Interval = 3000; |
|
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick); |
|
|
|
//
|
|
|
|
// timerChectNetStatus
|
|
|
|
//
|
|
|
|
this.timerChectNetStatus.Enabled = true; |
|
|
|
this.timerChectNetStatus.Interval = 2000; |
|
|
|
this.timerChectNetStatus.Tick += new System.EventHandler(this.timerChectNetStatus_Tick); |
|
|
|
//
|
|
|
|
// timerSyncToService
|
|
|
|
//
|
|
|
|
this.timerSyncToService.Enabled = true; |
|
|
|
this.timerSyncToService.Interval = 5000; |
|
|
|
this.timerSyncToService.Tick += new System.EventHandler(this.timerSyncToService_Tick); |
|
|
|
//
|
|
|
|
// timerCheckSyncSucessed
|
|
|
|
//
|
|
|
|
this.timerCheckSyncSucessed.Enabled = true; |
|
|
|
this.timerCheckSyncSucessed.Interval = 4000; |
|
|
|
this.timerCheckSyncSucessed.Tick += new System.EventHandler(this.timerCheckSyncSucessed_Tick); |
|
|
|
//
|
|
|
|
// TrunksIousOutInStoreForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
@ -516,7 +427,6 @@ |
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TrunksIousOutInStoreForm_FormClosing); |
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.TrunksIousOutInStoreForm_FormClosed); |
|
|
|
this.Load += new System.EventHandler(this.TrunksIousOutInStoreForm_Load); |
|
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TrunksIousOutInStoreForm_KeyDown); |
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false); |
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
|
|
|
@ -526,12 +436,10 @@ |
|
|
|
this.panel2.ResumeLayout(false); |
|
|
|
this.panel2.PerformLayout(); |
|
|
|
this.splitContainer2.Panel1.ResumeLayout(false); |
|
|
|
this.splitContainer2.Panel1.PerformLayout(); |
|
|
|
this.splitContainer2.Panel2.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); |
|
|
|
this.splitContainer2.ResumeLayout(false); |
|
|
|
this.splitContainer3.Panel1.ResumeLayout(false); |
|
|
|
this.splitContainer3.Panel2.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); |
|
|
|
this.splitContainer3.ResumeLayout(false); |
|
|
|
this.groupBox2.ResumeLayout(false); |
|
|
|
@ -549,7 +457,6 @@ |
|
|
|
private System.Windows.Forms.SplitContainer splitContainer2; |
|
|
|
private System.Windows.Forms.Button btnNetStatus; |
|
|
|
private System.Windows.Forms.SplitContainer splitContainer3; |
|
|
|
private System.Windows.Forms.Label label2; |
|
|
|
private System.Windows.Forms.Button btnCreateBill; |
|
|
|
private System.Windows.Forms.Button btnSubmit; |
|
|
|
private System.Windows.Forms.Button btnWeightSet; |
|
|
|
@ -557,16 +464,10 @@ |
|
|
|
private System.Windows.Forms.GroupBox groupBox1; |
|
|
|
private System.Windows.Forms.DataGridView gridUnCheck; |
|
|
|
private BWP.WinFormControl.UDataGridView gridChecked; |
|
|
|
private System.Windows.Forms.Timer timer1; |
|
|
|
private System.Windows.Forms.CheckBox enableWeight; |
|
|
|
private System.Windows.Forms.Panel panel2; |
|
|
|
private System.Windows.Forms.Label lblChengZhong; |
|
|
|
private System.Windows.Forms.ComboBox cbxBaiTiaoStatus; |
|
|
|
private System.Windows.Forms.FlowLayoutPanel flpGoods; |
|
|
|
private System.Windows.Forms.Timer timerChectNetStatus; |
|
|
|
private System.Windows.Forms.Timer timerSyncToService; |
|
|
|
private System.Windows.Forms.Timer timerCheckSyncSucessed; |
|
|
|
private System.Windows.Forms.Button btnSycnStatus; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 序号; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 条码; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 产品名称; |
|
|
|
@ -577,6 +478,5 @@ |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck产品名称; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck数量; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck重量; |
|
|
|
private System.Windows.Forms.FlowLayoutPanel flpClass; |
|
|
|
} |
|
|
|
} |