From 0f8f046d23efc73146a5245d3edc55285c3219b1 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期三, 24 十二月 2025 11:00:20 +0800
Subject: [PATCH] 条码交易加上汇总
---
DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs | 29 ++++++++++++++++++++++++-----
1 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
index a5102a8..22d25de 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
@@ -28,7 +28,9 @@
/// </summary>
private void InitializeComponent()
{
+ 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();
@@ -47,6 +49,7 @@
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
+ this.panelControl1.Controls.Add(this.btnFg);
this.panelControl1.Controls.Add(this.chkWater);
this.panelControl1.Controls.Add(this.btnLogin);
this.panelControl1.Controls.Add(this.txt_gx);
@@ -55,15 +58,30 @@
this.panelControl1.Controls.Add(this.label1);
this.panelControl1.Location = new System.Drawing.Point(162, 116);
this.panelControl1.Name = "panelControl1";
- this.panelControl1.Size = new System.Drawing.Size(280, 264);
+ 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
//
- this.chkWater.Location = new System.Drawing.Point(100, 140);
+ this.chkWater.Location = new System.Drawing.Point(50, 144);
this.chkWater.Name = "chkWater";
+ this.chkWater.Properties.Appearance.ForeColor = System.Drawing.Color.Red;
+ this.chkWater.Properties.Appearance.Options.UseForeColor = true;
this.chkWater.Properties.Caption = "瀵规帴姘存鏈哄櫒";
- this.chkWater.Size = new System.Drawing.Size(125, 24);
+ this.chkWater.Size = new System.Drawing.Size(175, 24);
this.chkWater.TabIndex = 5;
this.chkWater.Visible = false;
//
@@ -73,7 +91,7 @@
this.btnLogin.Appearance.Options.UseBackColor = true;
this.btnLogin.Appearance.Options.UseFont = true;
this.btnLogin.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.user_32x32;
- this.btnLogin.Location = new System.Drawing.Point(45, 194);
+ this.btnLogin.Location = new System.Drawing.Point(45, 210);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(180, 40);
this.btnLogin.TabIndex = 4;
@@ -128,7 +146,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(749, 553);
+ this.ClientSize = new System.Drawing.Size(1101, 553);
this.Controls.Add(this.panelControl1);
this.Name = "Frm_WorkStart";
this.Text = "宸ュ簭閲囬泦鍚姩椤�";
@@ -152,5 +170,6 @@
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.SimpleButton btnLogin;
private DevExpress.XtraEditors.CheckEdit chkWater;
+ private DevExpress.XtraEditors.SimpleButton btnFg;
}
}
\ No newline at end of file
--
Gitblit v1.9.3