| | |
| | | // toolBarMenu1 |
| | | // |
| | | this.toolBarMenu1.chkParameter = null; |
| | | this.toolBarMenu1.currentAction = null; |
| | | this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.toolBarMenu1.guidKey = null; |
| | | this.toolBarMenu1.isSetBtn = false; |
| | |
| | | this.xtraTabPage1.Controls.Add(this.gcMain); |
| | | this.xtraTabPage1.Name = "xtraTabPage1"; |
| | | this.xtraTabPage1.Size = new System.Drawing.Size(1189, 528); |
| | | this.xtraTabPage1.Text = "数据查询"; |
| | | this.xtraTabPage1.Text = "数据列表"; |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | 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[] { |
| | |
| | | // |
| | | this.gv_guid.Caption = "模块"; |
| | | this.gv_guid.FieldName = "upName"; |
| | | this.gv_guid.MinWidth = 25; |
| | | this.gv_guid.MinWidth = 120; |
| | | this.gv_guid.Name = "gv_guid"; |
| | | this.gv_guid.OptionsColumn.AllowEdit = false; |
| | | this.gv_guid.Tag = "query_a.upName"; |
| | | this.gv_guid.Visible = true; |
| | | this.gv_guid.VisibleIndex = 0; |
| | | this.gv_guid.Width = 94; |
| | | // |
| | | // 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"; |
| | | this.gv_1.MinWidth = 50; |
| | | this.gv_1.MinWidth = 200; |
| | | this.gv_1.Name = "gv_1"; |
| | | this.gv_1.OptionsColumn.AllowEdit = false; |
| | | this.gv_1.Tag = "query_a.FSTATUS"; |
| | | this.gv_1.Visible = true; |
| | | this.gv_1.VisibleIndex = 0; |
| | | this.gv_1.Width = 94; |
| | | this.gv_1.Width = 200; |
| | | // |
| | | // gv_2 |
| | | // |
| | |
| | | this.gv_2.MinWidth = 80; |
| | | this.gv_2.Name = "gv_2"; |
| | | this.gv_2.OptionsColumn.AllowEdit = false; |
| | | this.gv_2.Tag = "query_a.FSTATUS"; |
| | | this.gv_2.Visible = true; |
| | | this.gv_2.VisibleIndex = 1; |
| | | this.gv_2.Width = 80; |
| | |
| | | // |
| | | this.gridColumn5.Caption = "文档名称"; |
| | | this.gridColumn5.FieldName = "fileTitle"; |
| | | this.gridColumn5.MinWidth = 25; |
| | | this.gridColumn5.MinWidth = 120; |
| | | this.gridColumn5.Name = "gridColumn5"; |
| | | this.gridColumn5.OptionsColumn.AllowEdit = false; |
| | | this.gridColumn5.Tag = "query_a.fileTitle"; |
| | | this.gridColumn5.Visible = true; |
| | | this.gridColumn5.VisibleIndex = 2; |
| | | this.gridColumn5.Width = 94; |
| | | this.gridColumn5.Width = 120; |
| | | // |
| | | // 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"; |
| | |
| | | this.gridColumn4.MinWidth = 25; |
| | | this.gridColumn4.Name = "gridColumn4"; |
| | | this.gridColumn4.OptionsColumn.AllowEdit = false; |
| | | this.gridColumn4.Tag = "query_a.fileTitle"; |
| | | this.gridColumn4.Visible = true; |
| | | this.gridColumn4.VisibleIndex = 4; |
| | | this.gridColumn4.Width = 94; |
| | |
| | | this.Controls.Add(this.xtraTabControl1); |
| | | this.Controls.Add(this.toolBarMenu1); |
| | | this.Name = "SysHelp"; |
| | | this.Text = "SysHelp"; |
| | | this.Text = "帮助文档"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); |
| | | this.xtraTabControl1.ResumeLayout(false); |
| | | this.xtraTabPage1.ResumeLayout(false); |