From 2fb710372202d0ef4e64a308892169551d3b5110 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期三, 12 十一月 2025 09:52:10 +0800
Subject: [PATCH] 合并领料
---
DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs | 26 +++++++++++++++-----------
1 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
index c8e79ce..6e2b6d0 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
@@ -760,16 +760,17 @@
// lbSum4
//
this.lbSum4.AutoSize = true;
- this.lbSum4.Location = new System.Drawing.Point(45, 54);
+ this.lbSum4.Font = new System.Drawing.Font("Tahoma", 22F);
+ this.lbSum4.Location = new System.Drawing.Point(30, 41);
this.lbSum4.Name = "lbSum4";
- this.lbSum4.Size = new System.Drawing.Size(16, 18);
+ this.lbSum4.Size = new System.Drawing.Size(40, 45);
this.lbSum4.TabIndex = 1;
this.lbSum4.Text = "0";
//
// label6
//
this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(18, 10);
+ this.label6.Location = new System.Drawing.Point(16, 10);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(68, 18);
this.label6.TabIndex = 0;
@@ -789,16 +790,17 @@
// lbSum3
//
this.lbSum3.AutoSize = true;
- this.lbSum3.Location = new System.Drawing.Point(45, 54);
+ this.lbSum3.Font = new System.Drawing.Font("Tahoma", 22F);
+ this.lbSum3.Location = new System.Drawing.Point(30, 41);
this.lbSum3.Name = "lbSum3";
- this.lbSum3.Size = new System.Drawing.Size(16, 18);
+ this.lbSum3.Size = new System.Drawing.Size(40, 45);
this.lbSum3.TabIndex = 1;
this.lbSum3.Text = "0";
//
// label4
//
this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(18, 10);
+ this.label4.Location = new System.Drawing.Point(16, 10);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(68, 18);
this.label4.TabIndex = 0;
@@ -818,9 +820,10 @@
// lbSum2
//
this.lbSum2.AutoSize = true;
- this.lbSum2.Location = new System.Drawing.Point(45, 54);
+ this.lbSum2.Font = new System.Drawing.Font("Tahoma", 22F);
+ this.lbSum2.Location = new System.Drawing.Point(34, 41);
this.lbSum2.Name = "lbSum2";
- this.lbSum2.Size = new System.Drawing.Size(16, 18);
+ this.lbSum2.Size = new System.Drawing.Size(40, 45);
this.lbSum2.TabIndex = 1;
this.lbSum2.Text = "0";
//
@@ -847,16 +850,17 @@
// lbSum1
//
this.lbSum1.AutoSize = true;
- this.lbSum1.Location = new System.Drawing.Point(45, 54);
+ this.lbSum1.Font = new System.Drawing.Font("Tahoma", 22F);
+ this.lbSum1.Location = new System.Drawing.Point(31, 41);
this.lbSum1.Name = "lbSum1";
- this.lbSum1.Size = new System.Drawing.Size(16, 18);
+ this.lbSum1.Size = new System.Drawing.Size(40, 45);
this.lbSum1.TabIndex = 1;
this.lbSum1.Text = "0";
//
// label1
//
this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(18, 10);
+ this.label1.Location = new System.Drawing.Point(17, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 18);
this.label1.TabIndex = 0;
--
Gitblit v1.9.3