From aa163d95ef7e56aff066a11dad66083bcd373f95 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 31 十月 2024 12:23:12 +0800
Subject: [PATCH] 到货确认审核人取当前登录用户绑定的金蝶账号
---
WarM/条码打印/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs | 177 ++++++++++++++++++++++++++++++++++++++++------------------
1 files changed, 121 insertions(+), 56 deletions(-)
diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs"
index 4ee964d..572068e 100644
--- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs"
+++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs"
@@ -64,6 +64,9 @@
this.tabControl_MainInfo = new System.Windows.Forms.TabControl();
this.tabPage_BillInfo = new System.Windows.Forms.TabPage();
this.gbUp = new System.Windows.Forms.GroupBox();
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
+ this.radioButton_IsPrint_No = new System.Windows.Forms.RadioButton();
+ this.radioButton_IsPrint_Yes = new System.Windows.Forms.RadioButton();
this.cmdSourceBillNo = new System.Windows.Forms.Button();
this.cmbHWorksNumber = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
@@ -147,11 +150,14 @@
this.printDialog1 = new System.Windows.Forms.PrintDialog();
this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
this.timer2 = new System.Windows.Forms.Timer(this.components);
+ this.timer3 = new System.Windows.Forms.Timer(this.components);
+ this.timer4 = new System.Windows.Forms.Timer(this.components);
this.Tool.SuspendLayout();
this.P1.SuspendLayout();
this.tabControl_MainInfo.SuspendLayout();
this.tabPage_BillInfo.SuspendLayout();
this.gbUp.SuspendLayout();
+ this.groupBox1.SuspendLayout();
this.tabPage_ParamsInfo.SuspendLayout();
this.groupBox_ParamsInfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit();
@@ -207,7 +213,7 @@
this.Tool.Location = new System.Drawing.Point(0, 0);
this.Tool.Name = "Tool";
this.Tool.Padding = new System.Windows.Forms.Padding(0);
- this.Tool.Size = new System.Drawing.Size(1526, 75);
+ this.Tool.Size = new System.Drawing.Size(1924, 75);
this.Tool.Stretch = true;
this.Tool.TabIndex = 17;
this.Tool.Text = "toolStrip1";
@@ -296,7 +302,7 @@
this.bc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.bc.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bc.Name = "bc";
- this.bc.Size = new System.Drawing.Size(35, 47);
+ this.bc.Size = new System.Drawing.Size(60, 60);
this.bc.Text = "鐢熸垚";
this.bc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.bc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
@@ -498,8 +504,9 @@
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tc.ImageTransparentColor = System.Drawing.Color.White;
+ this.tc.Margin = new System.Windows.Forms.Padding(100, 2, 0, 3);
this.tc.Name = "tc";
- this.tc.Size = new System.Drawing.Size(35, 47);
+ this.tc.Size = new System.Drawing.Size(60, 60);
this.tc.Text = "閫�鍑�";
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
@@ -527,7 +534,7 @@
this.P1.Location = new System.Drawing.Point(62, 75);
this.P1.Margin = new System.Windows.Forms.Padding(4);
this.P1.Name = "P1";
- this.P1.Size = new System.Drawing.Size(1406, 358);
+ this.P1.Size = new System.Drawing.Size(1804, 358);
this.P1.TabIndex = 31;
//
// tabControl_MainInfo
@@ -537,7 +544,7 @@
this.tabControl_MainInfo.Location = new System.Drawing.Point(3, 4);
this.tabControl_MainInfo.Name = "tabControl_MainInfo";
this.tabControl_MainInfo.SelectedIndex = 0;
- this.tabControl_MainInfo.Size = new System.Drawing.Size(1395, 346);
+ this.tabControl_MainInfo.Size = new System.Drawing.Size(1794, 346);
this.tabControl_MainInfo.TabIndex = 38;
//
// tabPage_BillInfo
@@ -547,13 +554,14 @@
this.tabPage_BillInfo.Location = new System.Drawing.Point(4, 28);
this.tabPage_BillInfo.Name = "tabPage_BillInfo";
this.tabPage_BillInfo.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_BillInfo.Size = new System.Drawing.Size(1387, 314);
+ this.tabPage_BillInfo.Size = new System.Drawing.Size(1786, 314);
this.tabPage_BillInfo.TabIndex = 0;
this.tabPage_BillInfo.Text = "宸ュ崟淇℃伅";
//
// gbUp
//
this.gbUp.BackColor = System.Drawing.Color.Transparent;
+ this.gbUp.Controls.Add(this.groupBox1);
this.gbUp.Controls.Add(this.cmdSourceBillNo);
this.gbUp.Controls.Add(this.cmbHWorksNumber);
this.gbUp.Controls.Add(this.label4);
@@ -586,18 +594,49 @@
this.gbUp.Margin = new System.Windows.Forms.Padding(4);
this.gbUp.Name = "gbUp";
this.gbUp.Padding = new System.Windows.Forms.Padding(4);
- this.gbUp.Size = new System.Drawing.Size(1379, 310);
+ this.gbUp.Size = new System.Drawing.Size(1775, 310);
this.gbUp.TabIndex = 33;
this.gbUp.TabStop = false;
+ //
+ // groupBox1
+ //
+ this.groupBox1.Controls.Add(this.radioButton_IsPrint_No);
+ this.groupBox1.Controls.Add(this.radioButton_IsPrint_Yes);
+ this.groupBox1.Location = new System.Drawing.Point(24, 162);
+ this.groupBox1.Name = "groupBox1";
+ this.groupBox1.Size = new System.Drawing.Size(200, 100);
+ this.groupBox1.TabIndex = 45;
+ this.groupBox1.TabStop = false;
+ //
+ // radioButton_IsPrint_No
+ //
+ this.radioButton_IsPrint_No.AutoSize = true;
+ this.radioButton_IsPrint_No.Location = new System.Drawing.Point(6, 68);
+ this.radioButton_IsPrint_No.Name = "radioButton_IsPrint_No";
+ this.radioButton_IsPrint_No.Size = new System.Drawing.Size(87, 22);
+ this.radioButton_IsPrint_No.TabIndex = 1;
+ this.radioButton_IsPrint_No.Text = "涓嶆墦鍗�";
+ this.radioButton_IsPrint_No.UseVisualStyleBackColor = true;
+ //
+ // radioButton_IsPrint_Yes
+ //
+ this.radioButton_IsPrint_Yes.AutoSize = true;
+ this.radioButton_IsPrint_Yes.Checked = true;
+ this.radioButton_IsPrint_Yes.Location = new System.Drawing.Point(7, 13);
+ this.radioButton_IsPrint_Yes.Name = "radioButton_IsPrint_Yes";
+ this.radioButton_IsPrint_Yes.Size = new System.Drawing.Size(69, 22);
+ this.radioButton_IsPrint_Yes.TabIndex = 0;
+ this.radioButton_IsPrint_Yes.TabStop = true;
+ this.radioButton_IsPrint_Yes.Text = "鎵撳嵃";
+ this.radioButton_IsPrint_Yes.UseVisualStyleBackColor = true;
//
// cmdSourceBillNo
//
this.cmdSourceBillNo.Image = ((System.Drawing.Image)(resources.GetObject("cmdSourceBillNo.Image")));
- this.cmdSourceBillNo.ImageAlign = System.Drawing.ContentAlignment.TopRight;
- this.cmdSourceBillNo.Location = new System.Drawing.Point(1214, 11);
+ this.cmdSourceBillNo.Location = new System.Drawing.Point(1645, 0);
this.cmdSourceBillNo.Margin = new System.Windows.Forms.Padding(4);
this.cmdSourceBillNo.Name = "cmdSourceBillNo";
- this.cmdSourceBillNo.Size = new System.Drawing.Size(33, 33);
+ this.cmdSourceBillNo.Size = new System.Drawing.Size(122, 70);
this.cmdSourceBillNo.TabIndex = 99;
this.cmdSourceBillNo.UseVisualStyleBackColor = true;
this.cmdSourceBillNo.Click += new System.EventHandler(this.cmdSourceBillNo_Click_1);
@@ -606,7 +645,7 @@
//
this.cmbHWorksNumber.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbHWorksNumber.FormattingEnabled = true;
- this.cmbHWorksNumber.Location = new System.Drawing.Point(973, 250);
+ this.cmbHWorksNumber.Location = new System.Drawing.Point(122, 230);
this.cmbHWorksNumber.Margin = new System.Windows.Forms.Padding(4);
this.cmbHWorksNumber.Name = "cmbHWorksNumber";
this.cmbHWorksNumber.Size = new System.Drawing.Size(280, 26);
@@ -617,7 +656,7 @@
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.Black;
- this.label4.Location = new System.Drawing.Point(872, 256);
+ this.label4.Location = new System.Drawing.Point(21, 236);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(80, 18);
@@ -638,7 +677,8 @@
// radioButton_HIsUsingBatchNo
//
this.radioButton_HIsUsingBatchNo.AutoSize = true;
- this.radioButton_HIsUsingBatchNo.Location = new System.Drawing.Point(874, 190);
+ this.radioButton_HIsUsingBatchNo.Enabled = false;
+ this.radioButton_HIsUsingBatchNo.Location = new System.Drawing.Point(600, 175);
this.radioButton_HIsUsingBatchNo.Name = "radioButton_HIsUsingBatchNo";
this.radioButton_HIsUsingBatchNo.Size = new System.Drawing.Size(141, 22);
this.radioButton_HIsUsingBatchNo.TabIndex = 98;
@@ -657,9 +697,9 @@
//
// button_stopListen
//
- this.button_stopListen.Location = new System.Drawing.Point(404, 250);
+ this.button_stopListen.Location = new System.Drawing.Point(958, 203);
this.button_stopListen.Name = "button_stopListen";
- this.button_stopListen.Size = new System.Drawing.Size(151, 35);
+ this.button_stopListen.Size = new System.Drawing.Size(192, 101);
this.button_stopListen.TabIndex = 97;
this.button_stopListen.Text = "鍋滄鐩戝惉";
this.button_stopListen.UseVisualStyleBackColor = true;
@@ -677,7 +717,7 @@
// dtpHDate
//
this.dtpHDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
- this.dtpHDate.Location = new System.Drawing.Point(967, 74);
+ this.dtpHDate.Location = new System.Drawing.Point(697, 124);
this.dtpHDate.Name = "dtpHDate";
this.dtpHDate.Size = new System.Drawing.Size(280, 28);
this.dtpHDate.TabIndex = 96;
@@ -685,7 +725,7 @@
// label_HMaterNumber
//
this.label_HMaterNumber.AutoSize = true;
- this.label_HMaterNumber.Location = new System.Drawing.Point(19, 140);
+ this.label_HMaterNumber.Location = new System.Drawing.Point(1178, 80);
this.label_HMaterNumber.Name = "label_HMaterNumber";
this.label_HMaterNumber.Size = new System.Drawing.Size(80, 18);
this.label_HMaterNumber.TabIndex = 86;
@@ -694,7 +734,7 @@
// label2
//
this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(867, 80);
+ this.label2.Location = new System.Drawing.Point(597, 130);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 18);
this.label2.TabIndex = 95;
@@ -704,16 +744,18 @@
//
this.textBox_HMaterNumber.BackColor = System.Drawing.SystemColors.ScrollBar;
this.textBox_HMaterNumber.Enabled = false;
- this.textBox_HMaterNumber.Location = new System.Drawing.Point(121, 137);
+ this.textBox_HMaterNumber.Font = new System.Drawing.Font("瀹嬩綋", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.textBox_HMaterNumber.Location = new System.Drawing.Point(1280, 77);
+ this.textBox_HMaterNumber.Multiline = true;
this.textBox_HMaterNumber.Name = "textBox_HMaterNumber";
- this.textBox_HMaterNumber.Size = new System.Drawing.Size(280, 28);
+ this.textBox_HMaterNumber.Size = new System.Drawing.Size(468, 48);
this.textBox_HMaterNumber.TabIndex = 87;
//
// button_startListen
//
- this.button_startListen.Location = new System.Drawing.Point(214, 250);
+ this.button_startListen.Location = new System.Drawing.Point(521, 203);
this.button_startListen.Name = "button_startListen";
- this.button_startListen.Size = new System.Drawing.Size(133, 35);
+ this.button_startListen.Size = new System.Drawing.Size(160, 100);
this.button_startListen.TabIndex = 96;
this.button_startListen.Text = "寮�濮嬬洃鍚�";
this.button_startListen.UseVisualStyleBackColor = true;
@@ -722,7 +764,7 @@
// label_HMaterName
//
this.label_HMaterName.AutoSize = true;
- this.label_HMaterName.Location = new System.Drawing.Point(445, 140);
+ this.label_HMaterName.Location = new System.Drawing.Point(1175, 136);
this.label_HMaterName.Name = "label_HMaterName";
this.label_HMaterName.Size = new System.Drawing.Size(80, 18);
this.label_HMaterName.TabIndex = 88;
@@ -732,7 +774,7 @@
//
this.cmbHBarCodeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbHBarCodeType.FormattingEnabled = true;
- this.cmbHBarCodeType.Location = new System.Drawing.Point(550, 80);
+ this.cmbHBarCodeType.Location = new System.Drawing.Point(697, 80);
this.cmbHBarCodeType.Margin = new System.Windows.Forms.Padding(4);
this.cmbHBarCodeType.Name = "cmbHBarCodeType";
this.cmbHBarCodeType.Size = new System.Drawing.Size(280, 26);
@@ -742,15 +784,17 @@
//
this.textBox_HMaterName.BackColor = System.Drawing.SystemColors.ScrollBar;
this.textBox_HMaterName.Enabled = false;
- this.textBox_HMaterName.Location = new System.Drawing.Point(550, 135);
+ this.textBox_HMaterName.Font = new System.Drawing.Font("瀹嬩綋", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.textBox_HMaterName.Location = new System.Drawing.Point(1280, 131);
+ this.textBox_HMaterName.Multiline = true;
this.textBox_HMaterName.Name = "textBox_HMaterName";
- this.textBox_HMaterName.Size = new System.Drawing.Size(280, 28);
+ this.textBox_HMaterName.Size = new System.Drawing.Size(468, 57);
this.textBox_HMaterName.TabIndex = 89;
//
// label_HMaterModel
//
this.label_HMaterModel.AutoSize = true;
- this.label_HMaterModel.Location = new System.Drawing.Point(871, 140);
+ this.label_HMaterModel.Location = new System.Drawing.Point(1178, 197);
this.label_HMaterModel.Name = "label_HMaterModel";
this.label_HMaterModel.Size = new System.Drawing.Size(80, 18);
this.label_HMaterModel.TabIndex = 90;
@@ -760,7 +804,7 @@
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Black;
- this.label1.Location = new System.Drawing.Point(450, 86);
+ this.label1.Location = new System.Drawing.Point(597, 86);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 18);
@@ -771,9 +815,11 @@
//
this.textBox_HMaterModel.BackColor = System.Drawing.SystemColors.ScrollBar;
this.textBox_HMaterModel.Enabled = false;
- this.textBox_HMaterModel.Location = new System.Drawing.Point(973, 137);
+ this.textBox_HMaterModel.Font = new System.Drawing.Font("瀹嬩綋", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.textBox_HMaterModel.Location = new System.Drawing.Point(1280, 194);
+ this.textBox_HMaterModel.Multiline = true;
this.textBox_HMaterModel.Name = "textBox_HMaterModel";
- this.textBox_HMaterModel.Size = new System.Drawing.Size(280, 28);
+ this.textBox_HMaterModel.Size = new System.Drawing.Size(468, 60);
this.textBox_HMaterModel.TabIndex = 91;
//
// label3
@@ -790,7 +836,7 @@
// label_HPlanQty
//
this.label_HPlanQty.AutoSize = true;
- this.label_HPlanQty.Location = new System.Drawing.Point(19, 192);
+ this.label_HPlanQty.Location = new System.Drawing.Point(20, 131);
this.label_HPlanQty.Name = "label_HPlanQty";
this.label_HPlanQty.Size = new System.Drawing.Size(80, 18);
this.label_HPlanQty.TabIndex = 92;
@@ -801,7 +847,7 @@
//
this.textBox_HQty.BackColor = System.Drawing.SystemColors.ScrollBar;
this.textBox_HQty.Enabled = false;
- this.textBox_HQty.Location = new System.Drawing.Point(550, 189);
+ this.textBox_HQty.Location = new System.Drawing.Point(126, 175);
this.textBox_HQty.Name = "textBox_HQty";
this.textBox_HQty.Size = new System.Drawing.Size(280, 28);
this.textBox_HQty.TabIndex = 95;
@@ -812,7 +858,7 @@
//
this.textBox_HPlanQty.BackColor = System.Drawing.SystemColors.ScrollBar;
this.textBox_HPlanQty.Enabled = false;
- this.textBox_HPlanQty.Location = new System.Drawing.Point(121, 189);
+ this.textBox_HPlanQty.Location = new System.Drawing.Point(122, 128);
this.textBox_HPlanQty.Name = "textBox_HPlanQty";
this.textBox_HPlanQty.Size = new System.Drawing.Size(280, 28);
this.textBox_HPlanQty.TabIndex = 93;
@@ -822,7 +868,7 @@
//
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.Color.Black;
- this.label10.Location = new System.Drawing.Point(450, 25);
+ this.label10.Location = new System.Drawing.Point(597, 25);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(80, 18);
@@ -831,11 +877,13 @@
//
// txtHSourceBillNo
//
+ this.txtHSourceBillNo.Font = new System.Drawing.Font("瀹嬩綋", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtHSourceBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.txtHSourceBillNo.Location = new System.Drawing.Point(967, 15);
+ this.txtHSourceBillNo.Location = new System.Drawing.Point(1280, 6);
this.txtHSourceBillNo.Margin = new System.Windows.Forms.Padding(4);
+ this.txtHSourceBillNo.Multiline = true;
this.txtHSourceBillNo.Name = "txtHSourceBillNo";
- this.txtHSourceBillNo.Size = new System.Drawing.Size(247, 28);
+ this.txtHSourceBillNo.Size = new System.Drawing.Size(364, 64);
this.txtHSourceBillNo.TabIndex = 41;
this.txtHSourceBillNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtHSourceBillNo_KeyPress);
//
@@ -844,7 +892,7 @@
this.cmbSourceBillType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSourceBillType.FormattingEnabled = true;
this.cmbSourceBillType.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.cmbSourceBillType.Location = new System.Drawing.Point(550, 19);
+ this.cmbSourceBillType.Location = new System.Drawing.Point(697, 19);
this.cmbSourceBillType.Margin = new System.Windows.Forms.Padding(4);
this.cmbSourceBillType.Name = "cmbSourceBillType";
this.cmbSourceBillType.Size = new System.Drawing.Size(280, 26);
@@ -854,7 +902,7 @@
//
this.label14.AutoSize = true;
this.label14.ForeColor = System.Drawing.Color.Black;
- this.label14.Location = new System.Drawing.Point(866, 21);
+ this.label14.Location = new System.Drawing.Point(1179, 12);
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(80, 18);
@@ -864,7 +912,7 @@
// label_HQty
//
this.label_HQty.AutoSize = true;
- this.label_HQty.Location = new System.Drawing.Point(445, 194);
+ this.label_HQty.Location = new System.Drawing.Point(21, 180);
this.label_HQty.Name = "label_HQty";
this.label_HQty.Size = new System.Drawing.Size(80, 18);
this.label_HQty.TabIndex = 94;
@@ -878,7 +926,7 @@
this.tabPage_ParamsInfo.Location = new System.Drawing.Point(4, 28);
this.tabPage_ParamsInfo.Name = "tabPage_ParamsInfo";
this.tabPage_ParamsInfo.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_ParamsInfo.Size = new System.Drawing.Size(1387, 314);
+ this.tabPage_ParamsInfo.Size = new System.Drawing.Size(1786, 314);
this.tabPage_ParamsInfo.TabIndex = 1;
this.tabPage_ParamsInfo.Text = "閰嶇疆淇℃伅";
//
@@ -906,7 +954,7 @@
//
this.button_resetParams.Location = new System.Drawing.Point(590, 173);
this.button_resetParams.Name = "button_resetParams";
- this.button_resetParams.Size = new System.Drawing.Size(89, 40);
+ this.button_resetParams.Size = new System.Drawing.Size(153, 75);
this.button_resetParams.TabIndex = 105;
this.button_resetParams.Text = "閲� 缃�";
this.button_resetParams.UseVisualStyleBackColor = true;
@@ -914,9 +962,9 @@
//
// button_saveParams
//
- this.button_saveParams.Location = new System.Drawing.Point(377, 173);
+ this.button_saveParams.Location = new System.Drawing.Point(311, 173);
this.button_saveParams.Name = "button_saveParams";
- this.button_saveParams.Size = new System.Drawing.Size(89, 40);
+ this.button_saveParams.Size = new System.Drawing.Size(155, 75);
this.button_saveParams.TabIndex = 104;
this.button_saveParams.Text = "淇� 瀛�";
this.button_saveParams.UseVisualStyleBackColor = true;
@@ -1053,7 +1101,7 @@
this.panel2.Location = new System.Drawing.Point(62, 758);
this.panel2.Margin = new System.Windows.Forms.Padding(4);
this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1406, 140);
+ this.panel2.Size = new System.Drawing.Size(1804, 140);
this.panel2.TabIndex = 32;
//
// txtHDeleteDate
@@ -1293,7 +1341,7 @@
// panel3
//
this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel3.Location = new System.Drawing.Point(1468, 75);
+ this.panel3.Location = new System.Drawing.Point(1866, 75);
this.panel3.Margin = new System.Windows.Forms.Padding(4);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(58, 823);
@@ -1313,7 +1361,7 @@
this.grdSum.RowHeadersWidth = 51;
this.grdSum.RowTemplate.Height = 23;
this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.grdSum.Size = new System.Drawing.Size(1406, 28);
+ this.grdSum.Size = new System.Drawing.Size(1804, 28);
this.grdSum.TabIndex = 45;
//
// grdPrint
@@ -1334,7 +1382,7 @@
this.tabPage3.Location = new System.Drawing.Point(4, 5);
this.tabPage3.Margin = new System.Windows.Forms.Padding(4);
this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(1398, 288);
+ this.tabPage3.Size = new System.Drawing.Size(1796, 288);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "妗f鍒楄〃";
this.tabPage3.UseVisualStyleBackColor = true;
@@ -1354,7 +1402,7 @@
this.grdList.ReadOnly = true;
this.grdList.RowHeadersWidth = 30;
this.grdList.RowTemplate.Height = 23;
- this.grdList.Size = new System.Drawing.Size(1398, 288);
+ this.grdList.Size = new System.Drawing.Size(1796, 288);
this.grdList.TabIndex = 46;
//
// tabPage2
@@ -1364,7 +1412,7 @@
this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
- this.tabPage2.Size = new System.Drawing.Size(1398, 288);
+ this.tabPage2.Size = new System.Drawing.Size(1796, 288);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "鏉$爜淇℃伅";
this.tabPage2.UseVisualStyleBackColor = true;
@@ -1384,7 +1432,7 @@
this.grdSub.ReadOnly = true;
this.grdSub.RowHeadersWidth = 30;
this.grdSub.RowTemplate.Height = 23;
- this.grdSub.Size = new System.Drawing.Size(1390, 280);
+ this.grdSub.Size = new System.Drawing.Size(1788, 280);
this.grdSub.TabIndex = 45;
//
// tabPage1
@@ -1394,7 +1442,7 @@
this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
- this.tabPage1.Size = new System.Drawing.Size(1398, 288);
+ this.tabPage1.Size = new System.Drawing.Size(1796, 288);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "鐗╂枡淇℃伅";
this.tabPage1.UseVisualStyleBackColor = true;
@@ -1414,7 +1462,7 @@
this.grdMain.ReadOnly = true;
this.grdMain.RowHeadersWidth = 30;
this.grdMain.RowTemplate.Height = 23;
- this.grdMain.Size = new System.Drawing.Size(1390, 280);
+ this.grdMain.Size = new System.Drawing.Size(1788, 280);
this.grdMain.TabIndex = 44;
//
// tabControl1
@@ -1429,7 +1477,7 @@
this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1406, 297);
+ this.tabControl1.Size = new System.Drawing.Size(1804, 297);
this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.tabControl1.TabIndex = 47;
this.tabControl1.TabStop = false;
@@ -1440,7 +1488,7 @@
this.tabPage4.Location = new System.Drawing.Point(4, 5);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage4.Size = new System.Drawing.Size(1398, 288);
+ this.tabPage4.Size = new System.Drawing.Size(1796, 288);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "宸ュ崟鏉$爜";
this.tabPage4.UseVisualStyleBackColor = true;
@@ -1460,7 +1508,7 @@
this.grdBillBarCodeList.ReadOnly = true;
this.grdBillBarCodeList.RowHeadersWidth = 30;
this.grdBillBarCodeList.RowTemplate.Height = 23;
- this.grdBillBarCodeList.Size = new System.Drawing.Size(1392, 282);
+ this.grdBillBarCodeList.Size = new System.Drawing.Size(1790, 282);
this.grdBillBarCodeList.TabIndex = 47;
//
// pageSetupDialog1
@@ -1488,12 +1536,22 @@
this.timer2.Enabled = true;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
+ // timer3
+ //
+ this.timer3.Interval = 5000;
+ this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
+ //
+ // timer4
+ //
+ this.timer4.Enabled = true;
+ this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
+ //
// Gy_BarCodeBill_automaticallyByPLC_New
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Lavender;
- this.ClientSize = new System.Drawing.Size(1526, 898);
+ this.ClientSize = new System.Drawing.Size(1924, 898);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.grdSum);
this.Controls.Add(this.panel2);
@@ -1520,6 +1578,8 @@
this.tabPage_BillInfo.ResumeLayout(false);
this.gbUp.ResumeLayout(false);
this.gbUp.PerformLayout();
+ this.groupBox1.ResumeLayout(false);
+ this.groupBox1.PerformLayout();
this.tabPage_ParamsInfo.ResumeLayout(false);
this.groupBox_ParamsInfo.ResumeLayout(false);
this.groupBox_ParamsInfo.PerformLayout();
@@ -1660,5 +1720,10 @@
private System.Windows.Forms.PrintDialog printDialog1;
private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
private System.Windows.Forms.Timer timer2;
+ private System.Windows.Forms.Timer timer3;
+ private System.Windows.Forms.GroupBox groupBox1;
+ private System.Windows.Forms.RadioButton radioButton_IsPrint_No;
+ private System.Windows.Forms.RadioButton radioButton_IsPrint_Yes;
+ private System.Windows.Forms.Timer timer4;
}
}
\ No newline at end of file
--
Gitblit v1.9.1