From 07c98b01b357c37a75353370bc95430e814543f3 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 08 一月 2025 16:24:09 +0800
Subject: [PATCH] 细节
---
DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs | 26 +++++---------------------
1 files changed, 5 insertions(+), 21 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwPc.Designer.cs
index c9f12d6..7f37d6d 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();
@@ -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";
@@ -790,6 +774,7 @@
this.Controls.Add(this.xtraTabControl1);
this.Controls.Add(this.toolBarMenu1);
this.Name = "Frm_WwPc";
+ this.Text = "鎺掍骇";
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
@@ -845,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