123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- namespace Tofly.SearchUI.Win
- {
- partial class RasterDataGrid
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
-
-
-
-
- private void InitializeComponent()
- {
- this.gridControl1 = new DevExpress.XtraGrid.GridControl();
- this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
- this.SuspendLayout();
-
-
-
- this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gridControl1.Location = new System.Drawing.Point(0, 0);
- this.gridControl1.MainView = this.gridView1;
- this.gridControl1.Name = "gridControl1";
- this.gridControl1.Size = new System.Drawing.Size(202, 196);
- this.gridControl1.TabIndex = 0;
- this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gridView1});
-
-
-
- this.gridView1.GridControl = this.gridControl1;
- this.gridView1.Name = "gridView1";
- this.gridView1.OptionsView.ShowGroupPanel = false;
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.gridControl1);
- this.Name = "RasterDataGrid";
- this.Size = new System.Drawing.Size(202, 196);
- ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraGrid.GridControl gridControl1;
- private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
- }
- }
|