From c1d82aa12fc8e8418e0f82cdebc03f2119d1daed Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 16 一月 2025 10:50:32 +0800
Subject: [PATCH] 审核和反审核按钮优化
---
DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs | 27 +++++----------------------
1 files changed, 5 insertions(+), 22 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs
index 51d2366..3ac00f6 100644
--- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs
@@ -60,7 +60,6 @@
this.gvMxRemark = new DevExpress.XtraGrid.Columns.GridColumn();
this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
- this.gv_wwDd = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_shState = new DevExpress.XtraEditors.LabelControl();
this.gv_shState = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_shTime = new DevExpress.XtraEditors.LabelControl();
@@ -211,7 +210,7 @@
//
this.gvMx1daa014.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gvMx1daa014.AppearanceCell.Options.UseFont = true;
- this.gvMx1daa014.Caption = "濮斿璁㈠崟鍙�";
+ this.gvMx1daa014.Caption = "鎶曟枡鍗曞彿";
this.gvMx1daa014.FieldName = "daa014";
this.gvMx1daa014.MinWidth = 100;
this.gvMx1daa014.Name = "gvMx1daa014";
@@ -442,20 +441,6 @@
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
//
- // gv_wwDd
- //
- this.gv_wwDd.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_wwDd.AppearanceCell.Options.UseFont = true;
- this.gv_wwDd.Caption = "濮斿璁㈠崟 ";
- this.gv_wwDd.FieldName = "wwDd";
- this.gv_wwDd.MinWidth = 50;
- this.gv_wwDd.Name = "gv_wwDd";
- this.gv_wwDd.OptionsColumn.AllowEdit = false;
- this.gv_wwDd.Tag = "query_a.ww_dd";
- this.gv_wwDd.Visible = true;
- this.gv_wwDd.VisibleIndex = 6;
- this.gv_wwDd.Width = 94;
- //
// lb_shState
//
this.lb_shState.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -493,13 +478,13 @@
//
// txt_shTime
//
- this.txt_shTime.Enabled = false;
this.txt_shTime.Location = new System.Drawing.Point(322, 55);
this.txt_shTime.Name = "txt_shTime";
this.txt_shTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_shTime.Properties.Appearance.Options.UseFont = true;
this.txt_shTime.Size = new System.Drawing.Size(150, 28);
this.txt_shTime.TabIndex = 219;
+ this.txt_shTime.Tag = "readonly";
//
// gv_shTime
//
@@ -527,13 +512,13 @@
//
// txt_shBy
//
- this.txt_shBy.Enabled = false;
this.txt_shBy.Location = new System.Drawing.Point(322, 16);
this.txt_shBy.Name = "txt_shBy";
this.txt_shBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_shBy.Properties.Appearance.Options.UseFont = true;
this.txt_shBy.Size = new System.Drawing.Size(150, 28);
this.txt_shBy.TabIndex = 217;
+ this.txt_shBy.Tag = "readonly";
//
// gv_shBy
//
@@ -589,13 +574,13 @@
//
// txt_hNo
//
- this.txt_hNo.Enabled = false;
this.txt_hNo.Location = new System.Drawing.Point(86, 16);
this.txt_hNo.Name = "txt_hNo";
this.txt_hNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_hNo.Properties.Appearance.Options.UseFont = true;
this.txt_hNo.Size = new System.Drawing.Size(150, 28);
this.txt_hNo.TabIndex = 211;
+ this.txt_hNo.Tag = "readonly";
//
// gv_hNo
//
@@ -651,8 +636,7 @@
this.gv_createBy,
this.gv_createTime,
this.gv_shBy,
- this.gv_shTime,
- this.gv_wwDd});
+ this.gv_shTime});
this.gridView1.GridControl = this.gcMain;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
@@ -846,7 +830,6 @@
private DevExpress.XtraTab.XtraTabPage tabMxPage1;
private DevExpress.XtraGrid.GridControl gcMx1;
private DevExpress.XtraGrid.Views.Grid.GridView gvMx1;
- private DevExpress.XtraGrid.Columns.GridColumn gv_wwDd;
private DevExpress.XtraEditors.LabelControl lb_shState;
private DevExpress.XtraGrid.Columns.GridColumn gv_shState;
--
Gitblit v1.9.3