bug
lu
2 天以前 2057778ce796422f1dab4ec011ca66eb1faf66cf
DevApp/Gs.DevApp/UserControl/SelectCgMx.Designer.cs
@@ -63,12 +63,14 @@
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gv_operationTime = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_operationTable = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_userName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_Btn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.rptSrm = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.label1 = new System.Windows.Forms.Label();
            this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
@@ -413,8 +415,10 @@
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_operationTime,
            this.gv_operationTable,
            this.gridColumn8,
            this.gv_userName,
            this.gv_Btn});
            this.gv_Btn,
            this.gridColumn11});
            this.gridView2.GridControl = this.gridControl2;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsFind.ShowSearchNavButtons = false;
@@ -447,6 +451,16 @@
            this.gv_operationTable.VisibleIndex = 1;
            this.gv_operationTable.Width = 100;
            // 
            // gridColumn8
            //
            this.gridColumn8.Caption = "单据类型";
            this.gridColumn8.FieldName = "documentTypeTxt";
            this.gridColumn8.MinWidth = 25;
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 3;
            this.gridColumn8.Width = 94;
            //
            // gv_userName
            // 
            this.gv_userName.AppearanceCell.Options.UseFont = true;
@@ -467,7 +481,7 @@
            this.gv_Btn.MinWidth = 25;
            this.gv_Btn.Name = "gv_Btn";
            this.gv_Btn.Visible = true;
            this.gv_Btn.VisibleIndex = 3;
            this.gv_Btn.VisibleIndex = 5;
            this.gv_Btn.Width = 94;
            // 
            // rptSrm
@@ -510,6 +524,16 @@
            new DevExpress.XtraEditors.Controls.RadioGroupItem(((short)(1)), "委外")});
            this.radioGroup1.Size = new System.Drawing.Size(197, 34);
            this.radioGroup1.TabIndex = 0;
            //
            // gridColumn11
            //
            this.gridColumn11.Caption = "建立时间";
            this.gridColumn11.FieldName = "createDate";
            this.gridColumn11.MinWidth = 25;
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Visible = true;
            this.gridColumn11.VisibleIndex = 4;
            this.gridColumn11.Width = 94;
            // 
            // SelectCgMx
            // 
@@ -580,5 +604,7 @@
        private DevExpress.XtraGrid.Columns.GridColumn gv_userName;
        private DevExpress.XtraGrid.Columns.GridColumn gv_Btn;
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit rptSrm;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
    }
}