From 0e3f467c7c8b42db158b2ed6d589bae657d034a7 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 08 二月 2025 17:28:42 +0800
Subject: [PATCH] 工单细节
---
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesWorkshopLine.Designer.cs | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesWorkshopLine.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesWorkshopLine.Designer.cs
index a5cbafb..79811b6 100644
--- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesWorkshopLine.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesWorkshopLine.Designer.cs
@@ -142,13 +142,13 @@
//
// txt_lastupdateDate
//
- this.txt_lastupdateDate.Enabled = false;
this.txt_lastupdateDate.Location = new System.Drawing.Point(405, 48);
this.txt_lastupdateDate.Name = "txt_lastupdateDate";
this.txt_lastupdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true;
- this.txt_lastupdateDate.Size = new System.Drawing.Size(150, 28);
+ this.txt_lastupdateDate.Size = new System.Drawing.Size(164, 28);
this.txt_lastupdateDate.TabIndex = 231;
+ this.txt_lastupdateDate.Tag = "readonly";
//
// gv_lastupdateDate
//
@@ -176,13 +176,13 @@
//
// txt_lastupdateBy
//
- this.txt_lastupdateBy.Enabled = false;
this.txt_lastupdateBy.Location = new System.Drawing.Point(405, 16);
this.txt_lastupdateBy.Name = "txt_lastupdateBy";
this.txt_lastupdateBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_lastupdateBy.Properties.Appearance.Options.UseFont = true;
- this.txt_lastupdateBy.Size = new System.Drawing.Size(150, 28);
+ this.txt_lastupdateBy.Size = new System.Drawing.Size(164, 28);
this.txt_lastupdateBy.TabIndex = 228;
+ this.txt_lastupdateBy.Tag = "readonly";
//
// gv_lastupdateBy
//
@@ -289,7 +289,7 @@
this.gv_name.OptionsColumn.AllowEdit = false;
this.gv_name.Tag = "query_a.name";
this.gv_name.Visible = true;
- this.gv_name.VisibleIndex = 2;
+ this.gv_name.VisibleIndex = 3;
this.gv_name.Width = 100;
//
// lb_lineNo
@@ -310,6 +310,7 @@
this.txt_lineNo.Properties.Appearance.Options.UseFont = true;
this.txt_lineNo.Size = new System.Drawing.Size(220, 28);
this.txt_lineNo.TabIndex = 216;
+ this.txt_lineNo.Tag = "";
//
// gv_lineNo
//
@@ -322,7 +323,7 @@
this.gv_lineNo.OptionsColumn.AllowEdit = false;
this.gv_lineNo.Tag = "query_a.line_no";
this.gv_lineNo.Visible = true;
- this.gv_lineNo.VisibleIndex = 1;
+ this.gv_lineNo.VisibleIndex = 2;
this.gv_lineNo.Width = 82;
//
// gv_org
@@ -385,9 +386,9 @@
this.gridView1.ColumnPanelRowHeight = 50;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gv_org,
+ this.gridColumn1,
this.gv_lineNo,
this.gv_name,
- this.gridColumn1,
this.gv_remark,
this.gv_createBy,
this.gv_createDate,
@@ -410,7 +411,7 @@
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Tag = "query_a.departName";
this.gridColumn1.Visible = true;
- this.gridColumn1.VisibleIndex = 3;
+ this.gridColumn1.VisibleIndex = 1;
this.gridColumn1.Width = 94;
//
// xtraTabControl1
@@ -497,7 +498,7 @@
"鎵嬪伐绾�",
"鑷姩绾�"});
this.txt_lineType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- this.txt_lineType.Size = new System.Drawing.Size(150, 24);
+ this.txt_lineType.Size = new System.Drawing.Size(164, 24);
this.txt_lineType.TabIndex = 245;
//
// txt_dptId
--
Gitblit v1.9.3