namespace SystemX.Product.TRA.UIControl { partial class UcTRASummaryTestResult { /// /// 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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.vGridControlInfo = new DevExpress.XtraVerticalGrid.VGridControl(); this.gridControlMain = new DevExpress.XtraGrid.GridControl(); this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.vGridControlInfo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.groupControl1); this.layoutControl1.Controls.Add(this.gridControlMain); 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(1179, 635); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // groupControl1 // this.groupControl1.Controls.Add(this.vGridControlInfo); this.groupControl1.Location = new System.Drawing.Point(12, 12); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(321, 611); this.groupControl1.TabIndex = 5; this.groupControl1.Text = "Test Data Information"; // // vGridControlInfo // this.vGridControlInfo.Cursor = System.Windows.Forms.Cursors.Default; this.vGridControlInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.vGridControlInfo.Location = new System.Drawing.Point(2, 23); this.vGridControlInfo.Name = "vGridControlInfo"; this.vGridControlInfo.Size = new System.Drawing.Size(317, 586); this.vGridControlInfo.TabIndex = 0; // // gridControlMain // this.gridControlMain.Location = new System.Drawing.Point(337, 12); this.gridControlMain.MainView = this.gridViewMain; this.gridControlMain.Name = "gridControlMain"; this.gridControlMain.Size = new System.Drawing.Size(830, 611); this.gridControlMain.TabIndex = 4; this.gridControlMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewMain}); // // gridViewMain // this.gridViewMain.Appearance.Row.BackColor = System.Drawing.Color.Transparent; this.gridViewMain.Appearance.Row.Options.UseBackColor = true; this.gridViewMain.GridControl = this.gridControlMain; this.gridViewMain.Name = "gridViewMain"; this.gridViewMain.OptionsBehavior.Editable = false; this.gridViewMain.OptionsBehavior.ReadOnly = true; this.gridViewMain.OptionsView.HeaderFilterButtonShowMode = DevExpress.XtraEditors.Controls.FilterButtonShowMode.SmartTag; this.gridViewMain.OptionsView.ShowAutoFilterRow = true; this.gridViewMain.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways; this.gridViewMain.OptionsView.ShowGroupPanel = false; this.gridViewMain.DoubleClick += new System.EventHandler(this.gridViewMain_DoubleClick); // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(1179, 635); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.gridControlMain; this.layoutControlItem1.Location = new System.Drawing.Point(325, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(834, 615); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.groupControl1; this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); this.layoutControlItem2.MaxSize = new System.Drawing.Size(325, 0); this.layoutControlItem2.MinSize = new System.Drawing.Size(325, 5); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(325, 615); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // UcTRASummaryTestResult // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Name = "UcTRASummaryTestResult"; this.Size = new System.Drawing.Size(1179, 635); this.Load += new System.EventHandler(this.UcTRADetailTestResult_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.vGridControlInfo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraGrid.GridControl gridControlMain; private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraVerticalGrid.VGridControl vGridControlInfo; } }