From 719a47b4aff725d4224b85e2b2079983cb31cf89 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期二, 23 十二月 2025 13:28:36 +0800
Subject: [PATCH] 增加临时查询方案
---
DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs | 74 +++++++++++++++++++++++++++----------
1 files changed, 54 insertions(+), 20 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
index 9b8e92b..22d25de 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
@@ -28,14 +28,18 @@
/// </summary>
private void InitializeComponent()
{
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_WorkStart));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
+ 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();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.chkWater.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_gx.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_bc.Properties)).BeginInit();
this.SuspendLayout();
@@ -45,6 +49,8 @@
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);
this.panelControl1.Controls.Add(this.label2);
@@ -52,26 +58,32 @@
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, 249);
+ this.panelControl1.Size = new System.Drawing.Size(337, 370);
this.panelControl1.TabIndex = 0;
//
- // label2
+ // btnFg
//
- 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 = "宸ュ簭";
+ 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;
//
- // label1
+ // chkWater
//
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(45, 35);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(38, 18);
- this.label1.TabIndex = 0;
- this.label1.Text = "鐝";
+ 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(175, 24);
+ this.chkWater.TabIndex = 5;
+ this.chkWater.Visible = false;
//
// btnLogin
//
@@ -79,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, 162);
+ 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;
@@ -87,7 +99,7 @@
//
// txt_gx
//
- this.txt_gx.Location = new System.Drawing.Point(100, 96);
+ this.txt_gx.Location = new System.Drawing.Point(100, 86);
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[] {
@@ -95,6 +107,15 @@
this.txt_gx.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txt_gx.Size = new System.Drawing.Size(125, 24);
this.txt_gx.TabIndex = 3;
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(45, 89);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(38, 18);
+ this.label2.TabIndex = 2;
+ this.label2.Text = "宸ュ簭";
//
// txt_bc
//
@@ -105,17 +126,27 @@
this.txt_bc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_bc.Properties.Items.AddRange(new object[] {
+ "-璇烽�夋嫨-",
"鐧界彮",
"澶滅彮"});
this.txt_bc.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txt_bc.Size = new System.Drawing.Size(125, 24);
this.txt_bc.TabIndex = 1;
//
+ // 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(38, 18);
+ this.label1.TabIndex = 0;
+ this.label1.Text = "鐝";
+ //
// Frm_WorkStart
//
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 = "宸ュ簭閲囬泦鍚姩椤�";
@@ -123,6 +154,7 @@
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.chkWater.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_gx.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_bc.Properties)).EndInit();
this.ResumeLayout(false);
@@ -137,5 +169,7 @@
private DevExpress.XtraEditors.ComboBoxEdit txt_gx;
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