lu
2025-06-07 9516ce1ad9e8be1b9d33f7961c91a5683cc83f07
DevApp/Gs.DevApp/DevFrm/Sys/SysHelp.Designer.cs
@@ -28,6 +28,7 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SysHelp));
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
@@ -62,6 +63,8 @@
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            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();
@@ -76,6 +79,7 @@
            // 
            this.toolBarMenu1.chkParameter = null;
            this.toolBarMenu1.currentAction = null;
            this.toolBarMenu1.defaultActions = null;
            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
@@ -108,7 +112,6 @@
            // gcMain
            // 
            this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain.Location = new System.Drawing.Point(0, 0);
            this.gcMain.MainView = this.gridView1;
            this.gcMain.Name = "gcMain";
@@ -125,7 +128,6 @@
            // 
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.ColumnPanelRowHeight = 50;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
@@ -137,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;
@@ -162,7 +165,6 @@
            // 
            // gv_1
            // 
            this.gv_1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_1.AppearanceCell.Options.UseFont = true;
            this.gv_1.Caption = "模块名称";
            this.gv_1.FieldName = "name";
@@ -201,7 +203,6 @@
            // 
            // gv_3
            // 
            this.gv_3.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_3.AppearanceCell.Options.UseFont = true;
            this.gv_3.Caption = "文档路径";
            this.gv_3.FieldName = "urlPath";
@@ -300,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 +349,7 @@
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit3;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
        private DevExpress.Utils.ToolTipController tips;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
    }
}