| | |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gv_depotCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_depotName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); |
| | | this.btnIn = new DevExpress.XtraEditors.SimpleButton(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); |
| | |
| | | this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.panelControl2.Location = new System.Drawing.Point(0, 0); |
| | | this.panelControl2.Name = "panelControl2"; |
| | | this.panelControl2.Size = new System.Drawing.Size(551, 691); |
| | | this.panelControl2.Size = new System.Drawing.Size(453, 691); |
| | | this.panelControl2.TabIndex = 4; |
| | | // |
| | | // gcMain |
| | | // |
| | | this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | |
| | | this.gcMain.Location = new System.Drawing.Point(2, 2); |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Name = "gcMain"; |
| | | this.gcMain.Size = new System.Drawing.Size(547, 644); |
| | | this.gcMain.Size = new System.Drawing.Size(449, 644); |
| | | this.gcMain.TabIndex = 6; |
| | | this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1}); |
| | |
| | | // |
| | | this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.ColumnPanelRowHeight = 60; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_depotCode, |
| | | this.gv_depotName, |
| | | this.gridColumn2}); |
| | | this.gv_depotName}); |
| | | this.gridView1.GridControl = this.gcMain; |
| | | this.gridView1.IndicatorWidth = 50; |
| | | this.gridView1.Name = "gridView1"; |
| | |
| | | // |
| | | // gv_depotCode |
| | | // |
| | | |
| | | this.gv_depotCode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depotCode.Caption = "页面名称"; |
| | | this.gv_depotCode.FieldName = "pageView"; |
| | |
| | | // |
| | | // gv_depotName |
| | | // |
| | | |
| | | this.gv_depotName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depotName.Caption = "页面分组"; |
| | | this.gv_depotName.FieldName = "pageGroup"; |
| | |
| | | this.gv_depotName.VisibleIndex = 2; |
| | | this.gv_depotName.Width = 150; |
| | | // |
| | | // gridColumn2 |
| | | // |
| | | this.gridColumn2.Caption = "禁用状态"; |
| | | this.gridColumn2.FieldName = "pageStatus"; |
| | | this.gridColumn2.MaxWidth = 50; |
| | | this.gridColumn2.MinWidth = 50; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Tag = "query_a.zuid"; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 3; |
| | | this.gridColumn2.Width = 50; |
| | | // |
| | | // panelControl1 |
| | | // |
| | | this.panelControl1.Controls.Add(this.btnIn); |
| | | this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; |
| | | this.panelControl1.Location = new System.Drawing.Point(2, 646); |
| | | this.panelControl1.Name = "panelControl1"; |
| | | this.panelControl1.Size = new System.Drawing.Size(547, 43); |
| | | this.panelControl1.Size = new System.Drawing.Size(449, 43); |
| | | this.panelControl1.TabIndex = 5; |
| | | // |
| | | // btnIn |
| | |
| | | this.btnIn.AppearancePressed.Options.UseBackColor = true; |
| | | this.btnIn.Dock = System.Windows.Forms.DockStyle.Right; |
| | | this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.selectvaluespivottable_16x16; |
| | | this.btnIn.Location = new System.Drawing.Point(451, 2); |
| | | this.btnIn.Location = new System.Drawing.Point(353, 2); |
| | | this.btnIn.Name = "btnIn"; |
| | | this.btnIn.Size = new System.Drawing.Size(94, 39); |
| | | this.btnIn.TabIndex = 4; |
| | |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(551, 691); |
| | | this.ClientSize = new System.Drawing.Size(453, 691); |
| | | this.Controls.Add(this.panelControl2); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.MaximizeBox = false; |
| | |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_depotCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_depotName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; |
| | | } |
| | | } |