lu
2025-03-31 37d32d9263f757072a6ff348ae5e99824fab4ef9
DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs
@@ -162,7 +162,7 @@
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Name = "gcMain1";
@@ -175,7 +175,7 @@
            // 
            // gridView1
            // 
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_pageView,
@@ -194,7 +194,7 @@
            // 
            // gv_pageView
            // 
            this.gv_pageView.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_pageView.AppearanceCell.Options.UseFont = true;
            this.gv_pageView.Caption = "页面名";
            this.gv_pageView.FieldName = "pageView";
@@ -208,7 +208,7 @@
            // 
            // gv_path
            // 
            this.gv_path.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_path.AppearanceCell.Options.UseFont = true;
            this.gv_path.Caption = "页面路径";
            this.gv_path.FieldName = "path";
@@ -222,7 +222,7 @@
            // 
            // gv_icoimg
            // 
            this.gv_icoimg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_icoimg.AppearanceCell.Options.UseFont = true;
            this.gv_icoimg.Caption = "页面图标";
            this.gv_icoimg.FieldName = "icoImg2";
@@ -236,7 +236,7 @@
            // 
            // gv_pageGroup
            // 
            this.gv_pageGroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_pageGroup.AppearanceCell.Options.UseFont = true;
            this.gv_pageGroup.Caption = "分组";
            this.gv_pageGroup.FieldName = "pageGroup";
@@ -250,7 +250,7 @@
            // 
            // gv_pageIdx
            // 
            this.gv_pageIdx.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_pageIdx.AppearanceCell.Options.UseFont = true;
            this.gv_pageIdx.Caption = "排序";
            this.gv_pageIdx.FieldName = "pageIdx";
@@ -264,7 +264,7 @@
            // 
            // gv_pageStatus
            // 
            this.gv_pageStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_pageStatus.AppearanceCell.Options.UseFont = true;
            this.gv_pageStatus.Caption = "状态";
            this.gv_pageStatus.FieldName = "pageStatus";
@@ -381,7 +381,7 @@
            // 
            this.txt_pageView.Location = new System.Drawing.Point(99, 12);
            this.txt_pageView.Name = "txt_pageView";
            this.txt_pageView.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_pageView.Properties.Appearance.Options.UseFont = true;
            this.txt_pageView.Size = new System.Drawing.Size(185, 28);
            this.txt_pageView.StyleController = this.layoutMx1;
@@ -391,7 +391,7 @@
            // 
            this.txt_path.Location = new System.Drawing.Point(375, 12);
            this.txt_path.Name = "txt_path";
            this.txt_path.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_path.Properties.Appearance.Options.UseFont = true;
            this.txt_path.Size = new System.Drawing.Size(185, 28);
            this.txt_path.StyleController = this.layoutMx1;
@@ -401,7 +401,7 @@
            // 
            this.txt_pageGroup.Location = new System.Drawing.Point(99, 45);
            this.txt_pageGroup.Name = "txt_pageGroup";
            this.txt_pageGroup.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_pageGroup.Properties.Appearance.Options.UseFont = true;
            this.txt_pageGroup.Size = new System.Drawing.Size(185, 28);
            this.txt_pageGroup.StyleController = this.layoutMx1;