From 13e0b579eb4ad6151e2f27b822837be81d3f6143 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 13 十一月 2024 08:10:48 +0800
Subject: [PATCH] 1
---
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.Designer.cs | 86 ++++++++++++++++++++++++++++--------------
1 files changed, 57 insertions(+), 29 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.Designer.cs
index 3c3b66c..91aa06a 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.Designer.cs
@@ -39,9 +39,9 @@
this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
this.gcMx1 = new DevExpress.XtraGrid.GridControl();
this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
- this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.lb_lookupTypeName = new DevExpress.XtraEditors.LabelControl();
this.txt_lookupTypeName = new DevExpress.XtraEditors.TextEdit();
this.gv_lookupTypeName = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -51,6 +51,8 @@
this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
this.gcMain = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+ this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -81,7 +83,7 @@
//
this.gvMx1lookupName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gvMx1lookupName.AppearanceCell.Options.UseFont = true;
- this.gvMx1lookupName.Caption = "绯荤粺蹇爜鏄剧ず鍊� ";
+ this.gvMx1lookupName.Caption = "绯荤粺蹇爜鏄剧ず鍊�";
this.gvMx1lookupName.FieldName = "lookupName";
this.gvMx1lookupName.MinWidth = 50;
this.gvMx1lookupName.Name = "gvMx1lookupName";
@@ -94,7 +96,7 @@
//
this.gvMx1lookupValue.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gvMx1lookupValue.AppearanceCell.Options.UseFont = true;
- this.gvMx1lookupValue.Caption = "绯荤粺蹇爜鍊� ";
+ this.gvMx1lookupValue.Caption = "绯荤粺蹇爜鍊�";
this.gvMx1lookupValue.FieldName = "lookupValue";
this.gvMx1lookupValue.MinWidth = 50;
this.gvMx1lookupValue.Name = "gvMx1lookupValue";
@@ -126,10 +128,10 @@
// gvMx1
//
this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
+ this.gridColumn2,
this.gvMx1lookupValue,
this.gvMx1lookupName,
- this.gridColumn3,
- this.gridColumn2});
+ this.gvMxDel});
this.gvMx1.GridControl = this.gcMx1;
this.gvMx1.Name = "gvMx1";
this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
@@ -137,15 +139,23 @@
this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
this.gvMx1.OptionsView.ShowGroupPanel = false;
//
- // gridColumn3
+ // gridColumn2
//
- this.gridColumn3.Caption = "鍒犻櫎";
- this.gridColumn3.ColumnEdit = this.repositoryItemButtonEdit1;
- this.gridColumn3.MinWidth = 25;
- this.gridColumn3.Name = "gridColumn3";
- this.gridColumn3.Visible = true;
- this.gridColumn3.VisibleIndex = 2;
- this.gridColumn3.Width = 80;
+ this.gridColumn2.Caption = "gridColumn2";
+ this.gridColumn2.FieldName = "guid";
+ this.gridColumn2.MinWidth = 25;
+ this.gridColumn2.Name = "gridColumn2";
+ this.gridColumn2.Width = 94;
+ //
+ // gvMxDel
+ //
+ this.gvMxDel.Caption = "鍒犻櫎";
+ this.gvMxDel.ColumnEdit = this.repositoryItemButtonEdit1;
+ this.gvMxDel.MinWidth = 25;
+ this.gvMxDel.Name = "gvMxDel";
+ this.gvMxDel.Visible = true;
+ this.gvMxDel.VisibleIndex = 2;
+ this.gvMxDel.Width = 80;
//
// repositoryItemButtonEdit1
//
@@ -157,14 +167,6 @@
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
- //
- // gridColumn2
- //
- this.gridColumn2.Caption = "gridColumn2";
- this.gridColumn2.FieldName = "guid";
- this.gridColumn2.MinWidth = 25;
- this.gridColumn2.Name = "gridColumn2";
- this.gridColumn2.Width = 94;
//
// lb_lookupTypeName
//
@@ -190,7 +192,7 @@
//
this.gv_lookupTypeName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_lookupTypeName.AppearanceCell.Options.UseFont = true;
- this.gv_lookupTypeName.Caption = "绯荤粺蹇爜绫诲瀷鍚嶇О ";
+ this.gv_lookupTypeName.Caption = "绯荤粺蹇爜绫诲瀷鍚嶇О";
this.gv_lookupTypeName.FieldName = "lookupTypeName";
this.gv_lookupTypeName.MinWidth = 50;
this.gv_lookupTypeName.Name = "gv_lookupTypeName";
@@ -224,7 +226,7 @@
//
this.gv_lookupTypeCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_lookupTypeCode.AppearanceCell.Options.UseFont = true;
- this.gv_lookupTypeCode.Caption = "绯荤粺蹇爜绫诲瀷缂栫爜 ";
+ this.gv_lookupTypeCode.Caption = "绯荤粺蹇爜绫诲瀷缂栫爜";
this.gv_lookupTypeCode.FieldName = "lookupTypeCode";
this.gv_lookupTypeCode.MinWidth = 50;
this.gv_lookupTypeCode.Name = "gv_lookupTypeCode";
@@ -236,7 +238,7 @@
//
// toolBarMenu1
//
- this.toolBarMenu1.chkParameter = null;
+ this.toolBarMenu1.chkParameter = "MES_SYS_LOOKUP_TYPES,check_date,check_status,check_by";
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
this.toolBarMenu1.guidKey = null;
this.toolBarMenu1.isSetBtn = false;
@@ -267,6 +269,8 @@
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gv_lookupTypeCode,
this.gv_lookupTypeName,
+ this.gridColumn5,
+ this.gridColumn4,
this.gridColumn1});
this.gridView1.GridControl = this.gcMain;
this.gridView1.IndicatorWidth = 50;
@@ -275,12 +279,34 @@
this.gridView1.OptionsView.ShowAutoFilterRow = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
+ // gridColumn5
+ //
+ this.gridColumn5.Caption = "瀹℃牳鐘舵��";
+ this.gridColumn5.FieldName = "checkStatus";
+ this.gridColumn5.MinWidth = 25;
+ this.gridColumn5.Name = "gridColumn5";
+ this.gridColumn5.Visible = true;
+ this.gridColumn5.VisibleIndex = 2;
+ this.gridColumn5.Width = 94;
+ //
+ // gridColumn4
+ //
+ this.gridColumn4.Caption = "瀹℃牳浜�";
+ this.gridColumn4.FieldName = "checkBy";
+ this.gridColumn4.MinWidth = 25;
+ this.gridColumn4.Name = "gridColumn4";
+ this.gridColumn4.Visible = true;
+ this.gridColumn4.VisibleIndex = 3;
+ this.gridColumn4.Width = 94;
+ //
// gridColumn1
//
- this.gridColumn1.Caption = "gridColumn1";
- this.gridColumn1.FieldName = "guid";
+ this.gridColumn1.Caption = "瀹℃牳鏃堕棿";
+ this.gridColumn1.FieldName = "checkDate";
this.gridColumn1.MinWidth = 25;
this.gridColumn1.Name = "gridColumn1";
+ this.gridColumn1.Visible = true;
+ this.gridColumn1.VisibleIndex = 4;
this.gridColumn1.Width = 94;
//
// xtraTabControl1
@@ -422,8 +448,10 @@
private DevExpress.XtraEditors.TextEdit txt_lookupTypeCode;
private DevExpress.XtraGrid.Columns.GridColumn gv_lookupTypeCode;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
- private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
- private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
+ private DevExpress.XtraGrid.Columns.GridColumn gvMxDel;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
}
}
\ No newline at end of file
--
Gitblit v1.9.3