lu
2025-05-10 7d7f289200a8c73e7ba1ab0a4cc6f39e8c60b852
DevApp/Gs.DevApp/DevFrm/Sys/SysHelp.Designer.cs
@@ -64,6 +64,7 @@
            this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.treeListColumn7 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -138,7 +139,8 @@
            this.gridColumn4,
            this.gridColumn3,
            this.gridColumn1,
            this.gridColumn2});
            this.gridColumn2,
            this.gridColumn6});
            this.gridView1.GridControl = this.gcMain;
            this.gridView1.GroupCount = 1;
            this.gridView1.IndicatorWidth = 50;
@@ -299,6 +301,14 @@
            this.treeListColumn7.Visible = true;
            this.treeListColumn7.VisibleIndex = 0;
            // 
            // gridColumn6
            //
            this.gridColumn6.Caption = "主键GUID";
            this.gridColumn6.FieldName = "guid";
            this.gridColumn6.MinWidth = 25;
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Width = 94;
            //
            // SysHelp
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -340,5 +350,6 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
        private DevExpress.Utils.ToolTipController tips;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
    }
}