From d4e0269da1cc87d42918cdda6afaa005b6c47a0e Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期三, 19 十一月 2025 13:40:46 +0800
Subject: [PATCH] 按大类维护
---
DevApp/Gs.DevApp/DevFrm/JJGZ/Frm_MesJjgzSchedule.Designer.cs | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/JJGZ/Frm_MesJjgzSchedule.Designer.cs b/DevApp/Gs.DevApp/DevFrm/JJGZ/Frm_MesJjgzSchedule.Designer.cs
index d4870a9..5936633 100644
--- a/DevApp/Gs.DevApp/DevFrm/JJGZ/Frm_MesJjgzSchedule.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/JJGZ/Frm_MesJjgzSchedule.Designer.cs
@@ -63,7 +63,7 @@
this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
this.lbGuid = new System.Windows.Forms.Label();
this.txt_createDate = new DevExpress.XtraEditors.TextEdit();
- this.txt_createByName = new DevExpress.XtraEditors.TextEdit();
+ this.txt_createBy = new DevExpress.XtraEditors.TextEdit();
this.txt_checkStatus = new DevExpress.XtraEditors.CheckEdit();
this.txt_Guid = new DevExpress.XtraEditors.TextEdit();
this.txt_BeginTime = new DevExpress.XtraEditors.DateEdit();
@@ -113,7 +113,7 @@
((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
this.layoutMx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_createByName.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_checkStatus.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Guid.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_BeginTime.Properties)).BeginInit();
@@ -254,12 +254,12 @@
//
this.gv_createBy.AppearanceCell.Options.UseFont = true;
this.gv_createBy.Caption = "寤虹珛鑰�";
- this.gv_createBy.FieldName = "createByName";
+ this.gv_createBy.FieldName = "createBy";
this.gv_createBy.MinWidth = 62;
this.gv_createBy.Name = "gv_createBy";
this.gv_createBy.OptionsColumn.AllowEdit = false;
this.gv_createBy.OptionsColumn.ReadOnly = true;
- this.gv_createBy.Tag = "cj.USER_NAME";
+ this.gv_createBy.Tag = "query_a.create_by";
this.gv_createBy.Visible = true;
this.gv_createBy.VisibleIndex = 1;
this.gv_createBy.Width = 100;
@@ -460,7 +460,7 @@
//
this.layoutMx1.Controls.Add(this.lbGuid);
this.layoutMx1.Controls.Add(this.txt_createDate);
- this.layoutMx1.Controls.Add(this.txt_createByName);
+ this.layoutMx1.Controls.Add(this.txt_createBy);
this.layoutMx1.Controls.Add(this.txt_checkStatus);
this.layoutMx1.Controls.Add(this.txt_Guid);
this.layoutMx1.Controls.Add(this.txt_BeginTime);
@@ -506,16 +506,16 @@
this.txt_createDate.TabIndex = 231;
this.txt_createDate.Tag = "readonly";
//
- // txt_createByName
+ // txt_createBy
//
- this.txt_createByName.Location = new System.Drawing.Point(1173, 99);
- this.txt_createByName.Margin = new System.Windows.Forms.Padding(4);
- this.txt_createByName.Name = "txt_createByName";
- this.txt_createByName.Properties.Appearance.Options.UseFont = true;
- this.txt_createByName.Size = new System.Drawing.Size(223, 28);
- this.txt_createByName.StyleController = this.layoutMx1;
- this.txt_createByName.TabIndex = 228;
- this.txt_createByName.Tag = "readonly";
+ this.txt_createBy.Location = new System.Drawing.Point(1173, 99);
+ this.txt_createBy.Margin = new System.Windows.Forms.Padding(4);
+ this.txt_createBy.Name = "txt_createBy";
+ this.txt_createBy.Properties.Appearance.Options.UseFont = true;
+ this.txt_createBy.Size = new System.Drawing.Size(223, 28);
+ this.txt_createBy.StyleController = this.layoutMx1;
+ this.txt_createBy.TabIndex = 228;
+ this.txt_createBy.Tag = "readonly";
//
// txt_checkStatus
//
@@ -779,7 +779,7 @@
//
// layoutControlItem5
//
- this.layoutControlItem5.Control = this.txt_createByName;
+ this.layoutControlItem5.Control = this.txt_createBy;
this.layoutControlItem5.Location = new System.Drawing.Point(1041, 87);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 3;
@@ -943,7 +943,7 @@
this.Controls.Add(this.toolBarMenu1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Frm_MesJjgzSchedule";
- this.Text = "鎺掔彮绠$悊";
+ this.Text = "璁′欢鍗曚环";
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
@@ -963,7 +963,7 @@
((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
this.layoutMx1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_createByName.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_checkStatus.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_Guid.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_BeginTime.Properties.CalendarTimeProperties)).EndInit();
@@ -1011,7 +1011,7 @@
private DevExpress.XtraEditors.SplitContainerControl splitMx1;
private System.Windows.Forms.Label lbGuid;
private DevExpress.XtraEditors.TextEdit txt_createDate;
- private DevExpress.XtraEditors.TextEdit txt_createByName;
+ private DevExpress.XtraEditors.TextEdit txt_createBy;
private DevExpress.XtraLayout.LayoutControl layoutMx1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
--
Gitblit v1.9.3