lu
2024-11-20 23e55c258ae5ef93a8d684be60271d1af9e730c9
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,9 @@
            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();
            this.pageBar1 = new UserControls.Data.UcPageBar();
@@ -59,9 +62,6 @@
            this.panel1 = new System.Windows.Forms.Panel();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.lbGuid = new System.Windows.Forms.Label();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tabMxPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
@@ -83,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";
@@ -96,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";
@@ -128,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;
@@ -139,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
            // 
@@ -159,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
            // 
@@ -192,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";
@@ -226,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";
@@ -278,6 +278,36 @@
            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
            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 = "审核时间";
            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
            // 
@@ -365,36 +395,6 @@
            this.lbGuid.Size = new System.Drawing.Size(0, 21);
            this.lbGuid.TabIndex = 1;
            // 
            // gridColumn1
            //
            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;
            //
            // 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;
            //
            // gridColumn5
            //
            this.gridColumn5.Caption = "审核状态";
            this.gridColumn5.FieldName = "checkSatus";
            this.gridColumn5.MinWidth = 25;
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 2;
            this.gridColumn5.Width = 94;
            //
            // Frm_MesSysLookups
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -448,7 +448,7 @@
private DevExpress.XtraEditors.TextEdit txt_lookupTypeCode;
 private DevExpress.XtraGrid.Columns.GridColumn gv_lookupTypeCode;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
        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;