namespace DW5S.App.UserControl { partial class CtrlFixedStation { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.gridFixedStation = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); ((System.ComponentModel.ISupportInitialize)(this.gridFixedStation)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // gridFixedStation // this.gridFixedStation.Dock = System.Windows.Forms.DockStyle.Fill; this.gridFixedStation.Location = new System.Drawing.Point(0, 0); this.gridFixedStation.MainView = this.gridView1; this.gridFixedStation.Name = "gridFixedStation"; this.gridFixedStation.Size = new System.Drawing.Size(647, 422); this.gridFixedStation.TabIndex = 0; this.gridFixedStation.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.GridControl = this.gridFixedStation; this.gridView1.Name = "gridView1"; this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick); // // CtrlFixedStation // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.gridFixedStation); this.Name = "CtrlFixedStation"; this.Size = new System.Drawing.Size(647, 422); this.Load += new System.EventHandler(this.CtrlSat_Load); ((System.ComponentModel.ISupportInitialize)(this.gridFixedStation)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridFixedStation; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; } }