From 320aab58c08e5a8a923a4dcbd100a09a950fff2d Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期一, 29 四月 2024 14:18:23 +0800 Subject: [PATCH] 条码自动生成_PLC、托盘条码自动生成: 按钮调大 退出按钮和操作按钮的间隔调大 --- WarM/条码打印/Gy_PackBarCodeBill_automaticallyByPLC.Designer.cs | 23 ++++++++++++----------- WarM/条码打印/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs | 25 +++++++++++++------------ 2 files changed, 25 insertions(+), 23 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..0831a25 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" @@ -296,7 +296,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 +498,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; @@ -593,11 +594,10 @@ // 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(1214, -4); 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(60, 60); this.cmdSourceBillNo.TabIndex = 99; this.cmdSourceBillNo.UseVisualStyleBackColor = true; this.cmdSourceBillNo.Click += new System.EventHandler(this.cmdSourceBillNo_Click_1); @@ -638,6 +638,7 @@ // radioButton_HIsUsingBatchNo // this.radioButton_HIsUsingBatchNo.AutoSize = true; + this.radioButton_HIsUsingBatchNo.Enabled = false; this.radioButton_HIsUsingBatchNo.Location = new System.Drawing.Point(874, 190); this.radioButton_HIsUsingBatchNo.Name = "radioButton_HIsUsingBatchNo"; this.radioButton_HIsUsingBatchNo.Size = new System.Drawing.Size(141, 22); @@ -657,9 +658,9 @@ // // button_stopListen // - this.button_stopListen.Location = new System.Drawing.Point(404, 250); + this.button_stopListen.Location = new System.Drawing.Point(404, 223); 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, 62); this.button_stopListen.TabIndex = 97; this.button_stopListen.Text = "鍋滄鐩戝惉"; this.button_stopListen.UseVisualStyleBackColor = true; @@ -711,9 +712,9 @@ // // button_startListen // - this.button_startListen.Location = new System.Drawing.Point(214, 250); + this.button_startListen.Location = new System.Drawing.Point(187, 223); 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, 62); this.button_startListen.TabIndex = 96; this.button_startListen.Text = "寮�濮嬬洃鍚�"; this.button_startListen.UseVisualStyleBackColor = true; @@ -906,7 +907,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 +915,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; diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.Designer.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.Designer.cs" index c435527..ea49d71 100644 --- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.Designer.cs" +++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.Designer.cs" @@ -193,9 +193,9 @@ // // button_produceByHand // - this.button_produceByHand.Location = new System.Drawing.Point(591, 250); + this.button_produceByHand.Location = new System.Drawing.Point(591, 215); this.button_produceByHand.Name = "button_produceByHand"; - this.button_produceByHand.Size = new System.Drawing.Size(151, 35); + this.button_produceByHand.Size = new System.Drawing.Size(186, 70); this.button_produceByHand.TabIndex = 118; this.button_produceByHand.Text = "鏈弧鎵樼敓鎴�"; this.button_produceByHand.UseVisualStyleBackColor = true; @@ -276,9 +276,9 @@ // // button_stopListen // - this.button_stopListen.Location = new System.Drawing.Point(404, 250); + this.button_stopListen.Location = new System.Drawing.Point(379, 215); this.button_stopListen.Name = "button_stopListen"; - this.button_stopListen.Size = new System.Drawing.Size(151, 35); + this.button_stopListen.Size = new System.Drawing.Size(176, 70); this.button_stopListen.TabIndex = 97; this.button_stopListen.Text = "鍋滄缁勬墭"; this.button_stopListen.UseVisualStyleBackColor = true; @@ -312,9 +312,9 @@ // // button_startListen // - this.button_startListen.Location = new System.Drawing.Point(214, 250); + this.button_startListen.Location = new System.Drawing.Point(147, 215); this.button_startListen.Name = "button_startListen"; - this.button_startListen.Size = new System.Drawing.Size(133, 35); + this.button_startListen.Size = new System.Drawing.Size(200, 70); this.button_startListen.TabIndex = 96; this.button_startListen.Text = "鑷姩缁勬墭"; this.button_startListen.UseVisualStyleBackColor = true; @@ -387,16 +387,16 @@ // 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(134, 81); this.button_resetParams.TabIndex = 105; this.button_resetParams.Text = "閲� 缃�"; this.button_resetParams.UseVisualStyleBackColor = true; // // 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, 81); this.button_saveParams.TabIndex = 104; this.button_saveParams.Text = "淇� 瀛�"; this.button_saveParams.UseVisualStyleBackColor = true; @@ -638,7 +638,7 @@ this.toolStripButton_Delete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton_Delete.ImageTransparentColor = System.Drawing.Color.White; this.toolStripButton_Delete.Name = "toolStripButton_Delete"; - this.toolStripButton_Delete.Size = new System.Drawing.Size(35, 47); + this.toolStripButton_Delete.Size = new System.Drawing.Size(60, 60); this.toolStripButton_Delete.Text = "鍒犻櫎"; this.toolStripButton_Delete.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.toolStripButton_Delete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; @@ -651,8 +651,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; -- Gitblit v1.9.1