| | |
| | | // 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"; |
| | |
| | | // |
| | | // 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, |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |