¶Ô±ÈÐÂÎļþ |
| | |
| | | namespace Gs.DevApp.TestForm |
| | | { |
| | | partial class XtraForm2 |
| | | { |
| | | /// <summary> |
| | | /// Required designer variable. |
| | | /// </summary> |
| | | private System.ComponentModel.IContainer components = null; |
| | | |
| | | /// <summary> |
| | | /// Clean up any resources being used. |
| | | /// </summary> |
| | | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
| | | protected override void Dispose(bool disposing) |
| | | { |
| | | if (disposing && (components != null)) |
| | | { |
| | | components.Dispose(); |
| | | } |
| | | base.Dispose(disposing); |
| | | } |
| | | |
| | | #region Windows Form Designer generated code |
| | | |
| | | /// <summary> |
| | | /// Required method for Designer support - do not modify |
| | | /// the contents of this method with the code editor. |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | this.gridControl1 = new DevExpress.XtraGrid.GridControl(); |
| | | this.bandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView(); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.gridColumn2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.gridColumn3 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.gridColumn4 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.gridColumn5 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | | this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | | this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | | this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | | this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | | this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // gridControl1 |
| | | // |
| | | this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gridControl1.Location = new System.Drawing.Point(0, 0); |
| | | this.gridControl1.MainView = this.bandedGridView1; |
| | | this.gridControl1.Name = "gridControl1"; |
| | | this.gridControl1.Size = new System.Drawing.Size(967, 467); |
| | | this.gridControl1.TabIndex = 0; |
| | | this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.bandedGridView1}); |
| | | // |
| | | // bandedGridView1 |
| | | // |
| | | this.bandedGridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { |
| | | this.gridBand1, |
| | | this.gridBand4, |
| | | this.gridBand6, |
| | | this.gridBand7}); |
| | | this.bandedGridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] { |
| | | this.gridColumn1, |
| | | this.gridColumn2, |
| | | this.gridColumn3, |
| | | this.gridColumn4, |
| | | this.gridColumn5}); |
| | | this.bandedGridView1.GridControl = this.gridControl1; |
| | | this.bandedGridView1.Name = "bandedGridView1"; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | this.gridColumn1.Caption = "gridColumn1"; |
| | | this.gridColumn1.MinWidth = 25; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Width = 479; |
| | | // |
| | | // gridColumn2 |
| | | // |
| | | this.gridColumn2.Caption = "gridColumn2"; |
| | | this.gridColumn2.MinWidth = 25; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Width = 94; |
| | | // |
| | | // gridColumn3 |
| | | // |
| | | this.gridColumn3.Caption = "gridColumn3"; |
| | | this.gridColumn3.MinWidth = 25; |
| | | this.gridColumn3.Name = "gridColumn3"; |
| | | this.gridColumn3.Width = 478; |
| | | // |
| | | // gridColumn4 |
| | | // |
| | | this.gridColumn4.Caption = "gridColumn4"; |
| | | this.gridColumn4.MinWidth = 25; |
| | | this.gridColumn4.Name = "gridColumn4"; |
| | | this.gridColumn4.Width = 94; |
| | | // |
| | | // gridColumn5 |
| | | // |
| | | this.gridColumn5.Caption = "gridColumn5"; |
| | | this.gridColumn5.MinWidth = 25; |
| | | this.gridColumn5.Name = "gridColumn5"; |
| | | this.gridColumn5.Width = 94; |
| | | // |
| | | // gridBand1 |
| | | // |
| | | this.gridBand1.Caption = "gridBand1"; |
| | | this.gridBand1.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { |
| | | this.gridBand5, |
| | | this.gridBand2}); |
| | | this.gridBand1.Name = "gridBand1"; |
| | | this.gridBand1.VisibleIndex = 0; |
| | | this.gridBand1.Width = 886; |
| | | // |
| | | // gridBand5 |
| | | // |
| | | this.gridBand5.Caption = "gridBand5"; |
| | | this.gridBand5.Columns.Add(this.gridColumn3); |
| | | this.gridBand5.Name = "gridBand5"; |
| | | this.gridBand5.VisibleIndex = 0; |
| | | this.gridBand5.Width = 440; |
| | | // |
| | | // gridBand2 |
| | | // |
| | | this.gridBand2.Caption = "gridBand2"; |
| | | this.gridBand2.Columns.Add(this.gridColumn1); |
| | | this.gridBand2.Columns.Add(this.gridColumn2); |
| | | this.gridBand2.Columns.Add(this.gridColumn4); |
| | | this.gridBand2.Columns.Add(this.gridColumn5); |
| | | this.gridBand2.Name = "gridBand2"; |
| | | this.gridBand2.VisibleIndex = 1; |
| | | this.gridBand2.Width = 446; |
| | | // |
| | | // gridBand4 |
| | | // |
| | | this.gridBand4.Caption = "gridBand4"; |
| | | this.gridBand4.Name = "gridBand4"; |
| | | this.gridBand4.VisibleIndex = 1; |
| | | this.gridBand4.Width = 220; |
| | | // |
| | | // gridBand6 |
| | | // |
| | | this.gridBand6.Caption = "gridBand6"; |
| | | this.gridBand6.Name = "gridBand6"; |
| | | this.gridBand6.VisibleIndex = 2; |
| | | this.gridBand6.Width = 150; |
| | | // |
| | | // gridBand7 |
| | | // |
| | | this.gridBand7.Caption = "gridBand7"; |
| | | this.gridBand7.Name = "gridBand7"; |
| | | this.gridBand7.VisibleIndex = 3; |
| | | this.gridBand7.Width = 183; |
| | | // |
| | | // XtraForm2 |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(967, 467); |
| | | this.Controls.Add(this.gridControl1); |
| | | this.Name = "XtraForm2"; |
| | | this.Text = "XtraForm2"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit(); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | private DevExpress.XtraGrid.GridControl gridControl1; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridView bandedGridView1; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn1; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn2; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn3; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn4; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn5; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand1; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand5; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand2; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand4; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand6; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand7; |
| | | } |
| | | } |