From 114e86b44bcb74aadb7a2e440800dc386ff111fb Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期五, 19 十二月 2025 14:13:42 +0800
Subject: [PATCH] 返工类型
---
DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
index 0ba34a0..22d25de 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
@@ -30,13 +30,13 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_WorkStart));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
+ this.btnFg = new DevExpress.XtraEditors.SimpleButton();
this.chkWater = new DevExpress.XtraEditors.CheckEdit();
this.btnLogin = new DevExpress.XtraEditors.SimpleButton();
this.txt_gx = new DevExpress.XtraEditors.ComboBoxEdit();
this.label2 = new System.Windows.Forms.Label();
this.txt_bc = new DevExpress.XtraEditors.ComboBoxEdit();
this.label1 = new System.Windows.Forms.Label();
- this.btnFg = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chkWater.Properties)).BeginInit();
@@ -60,6 +60,19 @@
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(337, 370);
this.panelControl1.TabIndex = 0;
+ //
+ // btnFg
+ //
+ this.btnFg.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
+ this.btnFg.Appearance.Options.UseBackColor = true;
+ this.btnFg.Appearance.Options.UseFont = true;
+ this.btnFg.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFg.ImageOptions.Image")));
+ this.btnFg.Location = new System.Drawing.Point(45, 313);
+ this.btnFg.Name = "btnFg";
+ this.btnFg.Size = new System.Drawing.Size(180, 40);
+ this.btnFg.TabIndex = 6;
+ this.btnFg.Text = "杩斿伐绫诲瀷\r\n纭畾杩涘叆";
+ this.btnFg.Visible = false;
//
// chkWater
//
@@ -128,19 +141,6 @@
this.label1.Size = new System.Drawing.Size(38, 18);
this.label1.TabIndex = 0;
this.label1.Text = "鐝";
- //
- // btnFg
- //
- this.btnFg.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
- this.btnFg.Appearance.Options.UseBackColor = true;
- this.btnFg.Appearance.Options.UseFont = true;
- this.btnFg.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
- this.btnFg.Location = new System.Drawing.Point(45, 313);
- this.btnFg.Name = "btnFg";
- this.btnFg.Size = new System.Drawing.Size(180, 40);
- this.btnFg.TabIndex = 6;
- this.btnFg.Text = "杩斿伐绫诲瀷\r\n纭畾杩涘叆";
- this.btnFg.Visible = false;
//
// Frm_WorkStart
//
--
Gitblit v1.9.3