namespace DW5S.App.UserControl { partial class CtrlSample { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.gridSample = new DevExpress.XtraGrid.GridControl(); this.gridViewSample = new DevExpress.XtraGrid.Views.Grid.GridView(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); ((System.ComponentModel.ISupportInitialize)(this.gridSample)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewSample)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); this.SuspendLayout(); // // gridSample // this.gridSample.Location = new System.Drawing.Point(12, 12); this.gridSample.MainView = this.gridViewSample; this.gridSample.Name = "gridSample"; this.gridSample.Size = new System.Drawing.Size(781, 469); this.gridSample.TabIndex = 0; this.gridSample.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewSample}); // // gridViewSample // this.gridViewSample.GridControl = this.gridSample; this.gridViewSample.Name = "gridViewSample"; this.gridViewSample.DoubleClick += new System.EventHandler(this.gridViewSignal_DoubleClick); // // layoutControl1 // this.layoutControl1.Controls.Add(this.gridSample); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(815, 493); this.layoutControl1.TabIndex = 1; this.layoutControl1.Text = "layoutControl1"; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.splitterItem1}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(815, 493); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.gridSample; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(785, 473); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // splitterItem1 // this.splitterItem1.AllowHotTrack = true; this.splitterItem1.Location = new System.Drawing.Point(785, 0); this.splitterItem1.Name = "splitterItem1"; this.splitterItem1.Size = new System.Drawing.Size(10, 473); // // CtrlSample // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Name = "CtrlSample"; this.Size = new System.Drawing.Size(815, 493); this.Load += new System.EventHandler(this.CtrlSample_Load); ((System.ComponentModel.ISupportInitialize)(this.gridSample)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewSample)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridSample; private DevExpress.XtraGrid.Views.Grid.GridView gridViewSample; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.SplitterItem splitterItem1; } }