From 9b4a5ebba4c647b201b125d5ec19034f1270c776 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 31 三月 2025 14:30:39 +0800
Subject: [PATCH] 投检
---
DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs | 41 ++++++++++++++++++++---------------------
1 files changed, 20 insertions(+), 21 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
index 211d3e4..9b8e92b 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
@@ -29,8 +29,8 @@
private void InitializeComponent()
{
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
+ this.label1 = new System.Windows.Forms.Label();
this.btnLogin = new DevExpress.XtraEditors.SimpleButton();
this.txt_gx = new DevExpress.XtraEditors.ComboBoxEdit();
this.txt_bc = new DevExpress.XtraEditors.ComboBoxEdit();
@@ -52,55 +52,54 @@
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(366, 249);
+ this.panelControl1.Size = new System.Drawing.Size(280, 249);
this.panelControl1.TabIndex = 0;
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(45, 99);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(38, 18);
+ this.label2.TabIndex = 2;
+ this.label2.Text = "宸ュ簭";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(45, 35);
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(50, 24);
+ this.label1.Size = new System.Drawing.Size(38, 18);
this.label1.TabIndex = 0;
this.label1.Text = "鐝";
//
- // label2
- //
- this.label2.AutoSize = true;
-
- this.label2.Location = new System.Drawing.Point(45, 99);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(50, 24);
- this.label2.TabIndex = 2;
- this.label2.Text = "宸ュ簭";
- //
// btnLogin
//
- this.btnLogin.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
+ this.btnLogin.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
this.btnLogin.Appearance.Options.UseBackColor = true;
this.btnLogin.Appearance.Options.UseFont = true;
- this.btnLogin.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.user_16x162;
- this.btnLogin.Location = new System.Drawing.Point(59, 162);
+ this.btnLogin.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.user_32x32;
+ this.btnLogin.Location = new System.Drawing.Point(45, 162);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(180, 40);
this.btnLogin.TabIndex = 4;
- this.btnLogin.Text = "纭畾";
+ this.btnLogin.Text = "纭畾杩涘叆";
//
// txt_gx
//
- this.txt_gx.Location = new System.Drawing.Point(114, 96);
+ this.txt_gx.Location = new System.Drawing.Point(100, 96);
this.txt_gx.Name = "txt_gx";
this.txt_gx.Properties.Appearance.Options.UseFont = true;
this.txt_gx.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_gx.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- this.txt_gx.Size = new System.Drawing.Size(125, 30);
+ this.txt_gx.Size = new System.Drawing.Size(125, 24);
this.txt_gx.TabIndex = 3;
//
// txt_bc
//
this.txt_bc.EditValue = "鐧界彮";
- this.txt_bc.Location = new System.Drawing.Point(114, 32);
+ this.txt_bc.Location = new System.Drawing.Point(100, 32);
this.txt_bc.Name = "txt_bc";
this.txt_bc.Properties.Appearance.Options.UseFont = true;
this.txt_bc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
@@ -109,7 +108,7 @@
"鐧界彮",
"澶滅彮"});
this.txt_bc.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- this.txt_bc.Size = new System.Drawing.Size(125, 30);
+ this.txt_bc.Size = new System.Drawing.Size(125, 24);
this.txt_bc.TabIndex = 1;
//
// Frm_WorkStart
--
Gitblit v1.9.3