From dd85ee6c48c67441fca2a67fc024828f104e0791 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期四, 18 九月 2025 16:18:46 +0800
Subject: [PATCH] bug
---
DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs | 14 ++++++++++++++
DevApp/Gs.DevApp/App.config | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/DevApp/Gs.DevApp/App.config b/DevApp/Gs.DevApp/App.config
index 432ab84..8cf35bf 100644
--- a/DevApp/Gs.DevApp/App.config
+++ b/DevApp/Gs.DevApp/App.config
@@ -37,8 +37,8 @@
<appSettings>
<!--<add key="webapiurl" value="http://localhost:5263/" />-->
- <!--<add key="WebApiUrl" value="http://192.168.1.145:8081/" />-->
- <add key="WebApiUrl" value="http://192.168.1.145:81/" />
+ <add key="WebApiUrl" value="http://192.168.1.145:8081/" />
+ <!--<add key="WebApiUrl" value="http://192.168.1.145:81/" />-->
<add key="LogPath" value="logs" />
<add key="ProductName" value="G-MES V2.0" />
<add key="PageSize" value="50" />
diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
index e4aa3e5..f96de65 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
@@ -408,7 +408,9 @@
// btnGood
//
this.btnGood.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
+ this.btnGood.Appearance.Font = new System.Drawing.Font("Tahoma", 20F);
this.btnGood.Appearance.Options.UseBackColor = true;
+ this.btnGood.Appearance.Options.UseFont = true;
this.btnGood.Location = new System.Drawing.Point(416, 116);
this.btnGood.Name = "btnGood";
this.btnGood.Size = new System.Drawing.Size(198, 96);
@@ -419,7 +421,9 @@
// btnBad
//
this.btnBad.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
+ this.btnBad.Appearance.Font = new System.Drawing.Font("Tahoma", 20F);
this.btnBad.Appearance.Options.UseBackColor = true;
+ this.btnBad.Appearance.Options.UseFont = true;
this.btnBad.Location = new System.Drawing.Point(618, 116);
this.btnBad.Name = "btnBad";
this.btnBad.Size = new System.Drawing.Size(198, 96);
@@ -691,7 +695,9 @@
// simpleButton7
//
this.simpleButton7.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
+ this.simpleButton7.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
this.simpleButton7.Appearance.Options.UseBackColor = true;
+ this.simpleButton7.Appearance.Options.UseFont = true;
this.simpleButton7.Location = new System.Drawing.Point(122, 154);
this.simpleButton7.Name = "simpleButton7";
this.simpleButton7.Size = new System.Drawing.Size(86, 56);
@@ -701,7 +707,9 @@
// simpleButton6
//
this.simpleButton6.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
+ this.simpleButton6.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
this.simpleButton6.Appearance.Options.UseBackColor = true;
+ this.simpleButton6.Appearance.Options.UseFont = true;
this.simpleButton6.Location = new System.Drawing.Point(425, 154);
this.simpleButton6.Name = "simpleButton6";
this.simpleButton6.Size = new System.Drawing.Size(86, 56);
@@ -711,7 +719,9 @@
// simpleButton5
//
this.simpleButton5.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
+ this.simpleButton5.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
this.simpleButton5.Appearance.Options.UseBackColor = true;
+ this.simpleButton5.Appearance.Options.UseFont = true;
this.simpleButton5.Location = new System.Drawing.Point(223, 154);
this.simpleButton5.Name = "simpleButton5";
this.simpleButton5.Size = new System.Drawing.Size(86, 56);
@@ -721,7 +731,9 @@
// simpleButton4
//
this.simpleButton4.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
+ this.simpleButton4.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
this.simpleButton4.Appearance.Options.UseBackColor = true;
+ this.simpleButton4.Appearance.Options.UseFont = true;
this.simpleButton4.Location = new System.Drawing.Point(324, 154);
this.simpleButton4.Name = "simpleButton4";
this.simpleButton4.Size = new System.Drawing.Size(86, 56);
@@ -731,7 +743,9 @@
// simpleButton3
//
this.simpleButton3.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
+ this.simpleButton3.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
this.simpleButton3.Appearance.Options.UseBackColor = true;
+ this.simpleButton3.Appearance.Options.UseFont = true;
this.simpleButton3.Location = new System.Drawing.Point(21, 154);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(86, 56);
--
Gitblit v1.9.3