11
啊鑫
2024-11-09 4d44c3e74f5872c85ce2eb4453978c7e9176a338
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.Designer.cs
@@ -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();
@@ -107,7 +109,7 @@
            // 
            this.tabMxPage1.Controls.Add(this.gcMx1);
            this.tabMxPage1.Name = "tabMxPage1";
            this.tabMxPage1.Size = new System.Drawing.Size(1124, 449);
            this.tabMxPage1.Size = new System.Drawing.Size(1124, 478);
            this.tabMxPage1.Text = "明细1";
            // 
            // gcMx1
@@ -118,7 +120,7 @@
            this.gcMx1.Name = "gcMx1";
            this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemButtonEdit1});
            this.gcMx1.Size = new System.Drawing.Size(1124, 449);
            this.gcMx1.Size = new System.Drawing.Size(1124, 478);
            this.gcMx1.TabIndex = 0;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx1});
@@ -170,7 +172,7 @@
            // 
            this.lb_lookupTypeName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_lookupTypeName.Appearance.Options.UseFont = true;
            this.lb_lookupTypeName.Location = new System.Drawing.Point(414, 23);
            this.lb_lookupTypeName.Location = new System.Drawing.Point(414, 21);
            this.lb_lookupTypeName.Name = "lb_lookupTypeName";
            this.lb_lookupTypeName.Size = new System.Drawing.Size(141, 21);
            this.lb_lookupTypeName.TabIndex = 213;
@@ -178,7 +180,8 @@
            // 
            // txt_lookupTypeName
            // 
            this.txt_lookupTypeName.Location = new System.Drawing.Point(561, 20);
            this.txt_lookupTypeName.Enabled = false;
            this.txt_lookupTypeName.Location = new System.Drawing.Point(561, 18);
            this.txt_lookupTypeName.Name = "txt_lookupTypeName";
            this.txt_lookupTypeName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_lookupTypeName.Properties.Appearance.Options.UseFont = true;
@@ -203,7 +206,7 @@
            // 
            this.lb_lookupTypeCode.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_lookupTypeCode.Appearance.Options.UseFont = true;
            this.lb_lookupTypeCode.Location = new System.Drawing.Point(26, 23);
            this.lb_lookupTypeCode.Location = new System.Drawing.Point(26, 21);
            this.lb_lookupTypeCode.Name = "lb_lookupTypeCode";
            this.lb_lookupTypeCode.Size = new System.Drawing.Size(141, 21);
            this.lb_lookupTypeCode.TabIndex = 211;
@@ -211,7 +214,8 @@
            // 
            // txt_lookupTypeCode
            // 
            this.txt_lookupTypeCode.Location = new System.Drawing.Point(173, 20);
            this.txt_lookupTypeCode.Enabled = false;
            this.txt_lookupTypeCode.Location = new System.Drawing.Point(173, 18);
            this.txt_lookupTypeCode.Name = "txt_lookupTypeCode";
            this.txt_lookupTypeCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_lookupTypeCode.Properties.Appearance.Options.UseFont = true;
@@ -234,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;
@@ -265,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;
@@ -273,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
@@ -326,10 +354,10 @@
            // tabMx
            // 
            this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabMx.Location = new System.Drawing.Point(0, 89);
            this.tabMx.Location = new System.Drawing.Point(0, 60);
            this.tabMx.Name = "tabMx";
            this.tabMx.SelectedTabPage = this.tabMxPage1;
            this.tabMx.Size = new System.Drawing.Size(1126, 481);
            this.tabMx.Size = new System.Drawing.Size(1126, 510);
            this.tabMx.TabIndex = 2;
            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabMxPage1});
@@ -347,7 +375,7 @@
            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1126, 89);
            this.panel1.Size = new System.Drawing.Size(1126, 60);
            this.panel1.TabIndex = 1;
            // 
            // labelControl11
@@ -420,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.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
    }
}