From 26d62be6347add2f1392865d46777d626d1f5c2e Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 30 六月 2025 17:07:50 +0800
Subject: [PATCH] bug
---
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTblShow.Designer.cs | 53 +++++++++++++++++++++++++++--------------------------
1 files changed, 27 insertions(+), 26 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTblShow.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTblShow.Designer.cs
index 2b98355..c869ba5 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTblShow.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTblShow.Designer.cs
@@ -32,15 +32,15 @@
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_MesItemTblShow));
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
+ this.txt_chkOut = new DevExpress.XtraEditors.CheckEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
- this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.btnOk = new DevExpress.XtraEditors.SimpleButton();
+ this.btnIn = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_chkOut.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
@@ -48,7 +48,7 @@
//
// layoutControl1
//
- this.layoutControl1.Controls.Add(this.checkEdit1);
+ this.layoutControl1.Controls.Add(this.txt_chkOut);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
@@ -57,6 +57,15 @@
this.layoutControl1.Size = new System.Drawing.Size(298, 260);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
+ //
+ // txt_chkOut
+ //
+ this.txt_chkOut.Location = new System.Drawing.Point(12, 12);
+ this.txt_chkOut.Name = "txt_chkOut";
+ this.txt_chkOut.Properties.Caption = "鏄惁鑷姩鐢熸垚琛ユ枡鍗�";
+ this.txt_chkOut.Size = new System.Drawing.Size(274, 24);
+ this.txt_chkOut.StyleController = this.layoutControl1;
+ this.txt_chkOut.TabIndex = 4;
//
// Root
//
@@ -77,18 +86,9 @@
this.Root.Size = new System.Drawing.Size(298, 260);
this.Root.TextVisible = false;
//
- // checkEdit1
- //
- this.checkEdit1.Location = new System.Drawing.Point(12, 12);
- this.checkEdit1.Name = "checkEdit1";
- this.checkEdit1.Properties.Caption = "鏄惁鑷姩鐢熸垚琛ユ枡鍗�";
- this.checkEdit1.Size = new System.Drawing.Size(274, 24);
- this.checkEdit1.StyleController = this.layoutControl1;
- this.checkEdit1.TabIndex = 4;
- //
// layoutControlItem1
//
- this.layoutControlItem1.Control = this.checkEdit1;
+ this.layoutControlItem1.Control = this.txt_chkOut;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(278, 240);
@@ -97,22 +97,23 @@
//
// panelControl1
//
- this.panelControl1.Controls.Add(this.btnOk);
+ this.panelControl1.Controls.Add(this.btnIn);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 211);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(298, 49);
this.panelControl1.TabIndex = 1;
//
- // btnOk
+ // btnIn
//
- this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
- this.btnOk.Appearance.Options.UseBackColor = true;
- this.btnOk.Location = new System.Drawing.Point(192, 15);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(94, 29);
- this.btnOk.TabIndex = 0;
- this.btnOk.Text = "纭畾";
+ this.btnIn.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
+ this.btnIn.Appearance.Options.UseBackColor = true;
+ this.btnIn.Location = new System.Drawing.Point(192, 15);
+ this.btnIn.Name = "btnIn";
+ this.btnIn.Size = new System.Drawing.Size(94, 29);
+ this.btnIn.TabIndex = 0;
+ this.btnIn.Text = "纭畾";
+
//
// Frm_MesItemTblShow
//
@@ -129,8 +130,8 @@
this.Text = "鏄惁鐢熸垚琛ユ枡鍗�";
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.txt_chkOut.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
@@ -142,9 +143,9 @@
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
- private DevExpress.XtraEditors.CheckEdit checkEdit1;
+ private DevExpress.XtraEditors.CheckEdit txt_chkOut;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraEditors.SimpleButton btnOk;
+ private DevExpress.XtraEditors.SimpleButton btnIn;
}
}
\ No newline at end of file
--
Gitblit v1.9.3