|
|
@ -51,23 +51,24 @@ |
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer(); |
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer(); |
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
this.gridChecked = new BWP.WinFormControl.UDataGridView(); |
|
|
this.gridChecked = new BWP.WinFormControl.UDataGridView(); |
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
|
|
this.gridUnCheck = new System.Windows.Forms.DataGridView(); |
|
|
|
|
|
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); |
|
|
|
|
|
this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.条码 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.条码 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.产品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.产品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.数量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.数量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.重量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.重量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
|
|
this.gridUnCheck = new System.Windows.Forms.DataGridView(); |
|
|
this.uncheck序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.uncheck序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.uncheck条码 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.uncheck条码 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.uncheck产品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.uncheck产品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.uncheck数量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
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(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
|
|
this.splitContainer1.Panel1.SuspendLayout(); |
|
|
this.splitContainer1.Panel1.SuspendLayout(); |
|
|
this.splitContainer1.Panel2.SuspendLayout(); |
|
|
this.splitContainer1.Panel2.SuspendLayout(); |
|
|
@ -116,8 +117,6 @@ |
|
|
this.panel1.Controls.Add(this.enableWeight); |
|
|
this.panel1.Controls.Add(this.enableWeight); |
|
|
this.panel1.Controls.Add(this.panel2); |
|
|
this.panel1.Controls.Add(this.panel2); |
|
|
this.panel1.Controls.Add(this.btnWeightSet); |
|
|
this.panel1.Controls.Add(this.btnWeightSet); |
|
|
this.panel1.Controls.Add(this.btnSycnStatus); |
|
|
|
|
|
this.panel1.Controls.Add(this.btnNetStatus); |
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(11, 3); |
|
|
this.panel1.Location = new System.Drawing.Point(11, 3); |
|
|
this.panel1.Name = "panel1"; |
|
|
this.panel1.Name = "panel1"; |
|
|
this.panel1.Size = new System.Drawing.Size(1251, 100); |
|
|
this.panel1.Size = new System.Drawing.Size(1251, 100); |
|
|
@ -171,9 +170,9 @@ |
|
|
//
|
|
|
//
|
|
|
this.btnSycnStatus.Enabled = false; |
|
|
this.btnSycnStatus.Enabled = false; |
|
|
this.btnSycnStatus.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
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(655, 28); |
|
|
|
|
|
|
|
|
this.btnSycnStatus.Location = new System.Drawing.Point(61, 83); |
|
|
this.btnSycnStatus.Name = "btnSycnStatus"; |
|
|
this.btnSycnStatus.Name = "btnSycnStatus"; |
|
|
this.btnSycnStatus.Size = new System.Drawing.Size(114, 46); |
|
|
|
|
|
|
|
|
this.btnSycnStatus.Size = new System.Drawing.Size(120, 46); |
|
|
this.btnSycnStatus.TabIndex = 0; |
|
|
this.btnSycnStatus.TabIndex = 0; |
|
|
this.btnSycnStatus.Text = "同步完成"; |
|
|
this.btnSycnStatus.Text = "同步完成"; |
|
|
this.btnSycnStatus.UseVisualStyleBackColor = true; |
|
|
this.btnSycnStatus.UseVisualStyleBackColor = true; |
|
|
@ -182,7 +181,7 @@ |
|
|
//
|
|
|
//
|
|
|
this.btnNetStatus.Enabled = false; |
|
|
this.btnNetStatus.Enabled = false; |
|
|
this.btnNetStatus.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
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(450, 28); |
|
|
|
|
|
|
|
|
this.btnNetStatus.Location = new System.Drawing.Point(61, 14); |
|
|
this.btnNetStatus.Name = "btnNetStatus"; |
|
|
this.btnNetStatus.Name = "btnNetStatus"; |
|
|
this.btnNetStatus.Size = new System.Drawing.Size(120, 46); |
|
|
this.btnNetStatus.Size = new System.Drawing.Size(120, 46); |
|
|
this.btnNetStatus.TabIndex = 0; |
|
|
this.btnNetStatus.TabIndex = 0; |
|
|
@ -201,7 +200,9 @@ |
|
|
this.splitContainer2.Panel1.Controls.Add(this.cbxBaiTiaoStatus); |
|
|
this.splitContainer2.Panel1.Controls.Add(this.cbxBaiTiaoStatus); |
|
|
this.splitContainer2.Panel1.Controls.Add(this.label2); |
|
|
this.splitContainer2.Panel1.Controls.Add(this.label2); |
|
|
this.splitContainer2.Panel1.Controls.Add(this.btnCreateBill); |
|
|
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.btnSubmit); |
|
|
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.btnNetStatus); |
|
|
//
|
|
|
//
|
|
|
// splitContainer2.Panel2
|
|
|
// splitContainer2.Panel2
|
|
|
//
|
|
|
//
|
|
|
@ -221,7 +222,7 @@ |
|
|
"分割领用", |
|
|
"分割领用", |
|
|
"入销售库", |
|
|
"入销售库", |
|
|
"销售出库"}); |
|
|
"销售出库"}); |
|
|
this.cbxBaiTiaoStatus.Location = new System.Drawing.Point(45, 144); |
|
|
|
|
|
|
|
|
this.cbxBaiTiaoStatus.Location = new System.Drawing.Point(41, 197); |
|
|
this.cbxBaiTiaoStatus.Name = "cbxBaiTiaoStatus"; |
|
|
this.cbxBaiTiaoStatus.Name = "cbxBaiTiaoStatus"; |
|
|
this.cbxBaiTiaoStatus.Size = new System.Drawing.Size(167, 35); |
|
|
this.cbxBaiTiaoStatus.Size = new System.Drawing.Size(167, 35); |
|
|
this.cbxBaiTiaoStatus.TabIndex = 34; |
|
|
this.cbxBaiTiaoStatus.TabIndex = 34; |
|
|
@ -230,7 +231,7 @@ |
|
|
//
|
|
|
//
|
|
|
this.label2.AutoSize = true; |
|
|
this.label2.AutoSize = true; |
|
|
this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
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(45, 117); |
|
|
|
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(41, 170); |
|
|
this.label2.Name = "label2"; |
|
|
this.label2.Name = "label2"; |
|
|
this.label2.Size = new System.Drawing.Size(106, 24); |
|
|
this.label2.Size = new System.Drawing.Size(106, 24); |
|
|
this.label2.TabIndex = 1; |
|
|
this.label2.TabIndex = 1; |
|
|
@ -239,7 +240,7 @@ |
|
|
// btnCreateBill
|
|
|
// btnCreateBill
|
|
|
//
|
|
|
//
|
|
|
this.btnCreateBill.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.btnCreateBill.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.btnCreateBill.Location = new System.Drawing.Point(45, 368); |
|
|
|
|
|
|
|
|
this.btnCreateBill.Location = new System.Drawing.Point(41, 275); |
|
|
this.btnCreateBill.Name = "btnCreateBill"; |
|
|
this.btnCreateBill.Name = "btnCreateBill"; |
|
|
this.btnCreateBill.Size = new System.Drawing.Size(156, 46); |
|
|
this.btnCreateBill.Size = new System.Drawing.Size(156, 46); |
|
|
this.btnCreateBill.TabIndex = 0; |
|
|
this.btnCreateBill.TabIndex = 0; |
|
|
@ -250,7 +251,7 @@ |
|
|
// btnSubmit
|
|
|
// btnSubmit
|
|
|
//
|
|
|
//
|
|
|
this.btnSubmit.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.btnSubmit.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.btnSubmit.Location = new System.Drawing.Point(45, 259); |
|
|
|
|
|
|
|
|
this.btnSubmit.Location = new System.Drawing.Point(45, 451); |
|
|
this.btnSubmit.Name = "btnSubmit"; |
|
|
this.btnSubmit.Name = "btnSubmit"; |
|
|
this.btnSubmit.Size = new System.Drawing.Size(156, 46); |
|
|
this.btnSubmit.Size = new System.Drawing.Size(156, 46); |
|
|
this.btnSubmit.TabIndex = 0; |
|
|
this.btnSubmit.TabIndex = 0; |
|
|
@ -272,6 +273,7 @@ |
|
|
//
|
|
|
//
|
|
|
// splitContainer3.Panel2
|
|
|
// splitContainer3.Panel2
|
|
|
//
|
|
|
//
|
|
|
|
|
|
this.splitContainer3.Panel2.Controls.Add(this.flpClass); |
|
|
this.splitContainer3.Panel2.Controls.Add(this.flpGoods); |
|
|
this.splitContainer3.Panel2.Controls.Add(this.flpGoods); |
|
|
this.splitContainer3.Size = new System.Drawing.Size(1015, 610); |
|
|
this.splitContainer3.Size = new System.Drawing.Size(1015, 610); |
|
|
this.splitContainer3.SplitterDistance = 726; |
|
|
this.splitContainer3.SplitterDistance = 726; |
|
|
@ -329,6 +331,43 @@ |
|
|
this.gridChecked.Size = new System.Drawing.Size(693, 320); |
|
|
this.gridChecked.Size = new System.Drawing.Size(693, 320); |
|
|
this.gridChecked.TabIndex = 4; |
|
|
this.gridChecked.TabIndex = 4; |
|
|
//
|
|
|
//
|
|
|
|
|
|
// 序号
|
|
|
|
|
|
//
|
|
|
|
|
|
this.序号.DataPropertyName = "ID"; |
|
|
|
|
|
this.序号.HeaderText = "序号"; |
|
|
|
|
|
this.序号.Name = "序号"; |
|
|
|
|
|
this.序号.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// 条码
|
|
|
|
|
|
//
|
|
|
|
|
|
this.条码.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
|
|
|
this.条码.DataPropertyName = "BarCode"; |
|
|
|
|
|
this.条码.HeaderText = "条码"; |
|
|
|
|
|
this.条码.Name = "条码"; |
|
|
|
|
|
this.条码.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// 产品名称
|
|
|
|
|
|
//
|
|
|
|
|
|
this.产品名称.DataPropertyName = "Goods_Name"; |
|
|
|
|
|
this.产品名称.HeaderText = "产品名称"; |
|
|
|
|
|
this.产品名称.Name = "产品名称"; |
|
|
|
|
|
this.产品名称.ReadOnly = true; |
|
|
|
|
|
this.产品名称.Width = 120; |
|
|
|
|
|
//
|
|
|
|
|
|
// 数量
|
|
|
|
|
|
//
|
|
|
|
|
|
this.数量.DataPropertyName = "Number"; |
|
|
|
|
|
this.数量.HeaderText = "数量"; |
|
|
|
|
|
this.数量.Name = "数量"; |
|
|
|
|
|
this.数量.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// 重量
|
|
|
|
|
|
//
|
|
|
|
|
|
this.重量.DataPropertyName = "Weight"; |
|
|
|
|
|
this.重量.HeaderText = "重量"; |
|
|
|
|
|
this.重量.Name = "重量"; |
|
|
|
|
|
this.重量.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
// groupBox1
|
|
|
// groupBox1
|
|
|
//
|
|
|
//
|
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
|
@ -379,74 +418,6 @@ |
|
|
this.gridUnCheck.Size = new System.Drawing.Size(699, 200); |
|
|
this.gridUnCheck.Size = new System.Drawing.Size(699, 200); |
|
|
this.gridUnCheck.TabIndex = 3; |
|
|
this.gridUnCheck.TabIndex = 3; |
|
|
//
|
|
|
//
|
|
|
// flpGoods
|
|
|
|
|
|
//
|
|
|
|
|
|
this.flpGoods.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
|
this.flpGoods.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
|
this.flpGoods.Name = "flpGoods"; |
|
|
|
|
|
this.flpGoods.Size = new System.Drawing.Size(286, 608); |
|
|
|
|
|
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.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); |
|
|
|
|
|
//
|
|
|
|
|
|
// 序号
|
|
|
|
|
|
//
|
|
|
|
|
|
this.序号.DataPropertyName = "ID"; |
|
|
|
|
|
this.序号.HeaderText = "序号"; |
|
|
|
|
|
this.序号.Name = "序号"; |
|
|
|
|
|
this.序号.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// 条码
|
|
|
|
|
|
//
|
|
|
|
|
|
this.条码.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
|
|
|
this.条码.DataPropertyName = "BarCode"; |
|
|
|
|
|
this.条码.HeaderText = "条码"; |
|
|
|
|
|
this.条码.Name = "条码"; |
|
|
|
|
|
this.条码.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// 产品名称
|
|
|
|
|
|
//
|
|
|
|
|
|
this.产品名称.DataPropertyName = "Goods_Name"; |
|
|
|
|
|
this.产品名称.HeaderText = "产品名称"; |
|
|
|
|
|
this.产品名称.Name = "产品名称"; |
|
|
|
|
|
this.产品名称.ReadOnly = true; |
|
|
|
|
|
this.产品名称.Width = 120; |
|
|
|
|
|
//
|
|
|
|
|
|
// 数量
|
|
|
|
|
|
//
|
|
|
|
|
|
this.数量.DataPropertyName = "Number"; |
|
|
|
|
|
this.数量.HeaderText = "数量"; |
|
|
|
|
|
this.数量.Name = "数量"; |
|
|
|
|
|
this.数量.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// 重量
|
|
|
|
|
|
//
|
|
|
|
|
|
this.重量.DataPropertyName = "Weight"; |
|
|
|
|
|
this.重量.HeaderText = "重量"; |
|
|
|
|
|
this.重量.Name = "重量"; |
|
|
|
|
|
this.重量.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// uncheck序号
|
|
|
// uncheck序号
|
|
|
//
|
|
|
//
|
|
|
this.uncheck序号.DataPropertyName = "ID"; |
|
|
this.uncheck序号.DataPropertyName = "ID"; |
|
|
@ -485,6 +456,51 @@ |
|
|
this.uncheck重量.Name = "uncheck重量"; |
|
|
this.uncheck重量.Name = "uncheck重量"; |
|
|
this.uncheck重量.ReadOnly = true; |
|
|
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
|
|
|
// TrunksIousOutInStoreForm
|
|
|
//
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
@ -561,5 +577,6 @@ |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck产品名称; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck产品名称; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck数量; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck数量; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck重量; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck重量; |
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flpClass; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |