namespace SystemX.Product.TRA.UIControl { partial class UcTRAStepTrend { /// /// 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.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.toggleSwitchAutoRange = new DevExpress.XtraEditors.ToggleSwitch(); this.simpleButtonAllData = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonOKDataOnly = new DevExpress.XtraEditors.SimpleButton(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.vGridControlStepSummary = new DevExpress.XtraVerticalGrid.VGridControl(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.vGridControlInfo = new DevExpress.XtraVerticalGrid.VGridControl(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.gridControlMain = new DevExpress.XtraGrid.GridControl(); this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView(); this.chartControlMain = new DevExpress.XtraCharts.ChartControl(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.toggleSwitchAutoRange.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.vGridControlStepSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.vGridControlInfo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit(); this.splitContainerControl1.Panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit(); this.splitContainerControl1.Panel2.SuspendLayout(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControlMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.labelControl1); this.layoutControl1.Controls.Add(this.toggleSwitchAutoRange); this.layoutControl1.Controls.Add(this.simpleButtonAllData); this.layoutControl1.Controls.Add(this.simpleButtonOKDataOnly); this.layoutControl1.Controls.Add(this.groupControl2); this.layoutControl1.Controls.Add(this.groupControl1); this.layoutControl1.Controls.Add(this.splitContainerControl1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(1684, 952); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(17, 868); this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(110, 22); this.labelControl1.StyleController = this.layoutControl1; this.labelControl1.TabIndex = 9; this.labelControl1.Text = "Auto Range : "; // // toggleSwitchAutoRange // this.toggleSwitchAutoRange.Location = new System.Drawing.Point(133, 868); this.toggleSwitchAutoRange.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.toggleSwitchAutoRange.Name = "toggleSwitchAutoRange"; this.toggleSwitchAutoRange.Properties.OffText = "Off"; this.toggleSwitchAutoRange.Properties.OnText = "On"; this.toggleSwitchAutoRange.Size = new System.Drawing.Size(279, 27); this.toggleSwitchAutoRange.StyleController = this.layoutControl1; this.toggleSwitchAutoRange.TabIndex = 2; // // simpleButtonAllData // this.simpleButtonAllData.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question; this.simpleButtonAllData.Appearance.Options.UseBackColor = true; this.simpleButtonAllData.Location = new System.Drawing.Point(211, 901); this.simpleButtonAllData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.simpleButtonAllData.Name = "simpleButtonAllData"; this.simpleButtonAllData.Size = new System.Drawing.Size(201, 33); this.simpleButtonAllData.StyleController = this.layoutControl1; this.simpleButtonAllData.TabIndex = 8; this.simpleButtonAllData.Text = "All Data"; this.simpleButtonAllData.Click += new System.EventHandler(this.simpleButtonAllData_Click); // // simpleButtonOKDataOnly // this.simpleButtonOKDataOnly.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; this.simpleButtonOKDataOnly.Appearance.Options.UseBackColor = true; this.simpleButtonOKDataOnly.Location = new System.Drawing.Point(17, 901); this.simpleButtonOKDataOnly.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.simpleButtonOKDataOnly.Name = "simpleButtonOKDataOnly"; this.simpleButtonOKDataOnly.Size = new System.Drawing.Size(188, 33); this.simpleButtonOKDataOnly.StyleController = this.layoutControl1; this.simpleButtonOKDataOnly.TabIndex = 6; this.simpleButtonOKDataOnly.Text = "Only OK Data"; this.simpleButtonOKDataOnly.Click += new System.EventHandler(this.simpleButtonOKDataOnly_Click); // // groupControl2 // this.groupControl2.Controls.Add(this.vGridControlStepSummary); this.groupControl2.Location = new System.Drawing.Point(17, 471); this.groupControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(395, 391); this.groupControl2.TabIndex = 7; this.groupControl2.Text = "Measured Data Analysis"; // // vGridControlStepSummary // this.vGridControlStepSummary.BandsInterval = 3; this.vGridControlStepSummary.Cursor = System.Windows.Forms.Cursors.Default; this.vGridControlStepSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.vGridControlStepSummary.Location = new System.Drawing.Point(2, 34); this.vGridControlStepSummary.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.vGridControlStepSummary.Name = "vGridControlStepSummary"; this.vGridControlStepSummary.OptionsView.FixedLineWidth = 3; this.vGridControlStepSummary.OptionsView.MinRowAutoHeight = 15; this.vGridControlStepSummary.RecordWidth = 143; this.vGridControlStepSummary.RowHeaderWidth = 143; this.vGridControlStepSummary.Size = new System.Drawing.Size(391, 355); this.vGridControlStepSummary.TabIndex = 1; // // groupControl1 // this.groupControl1.Controls.Add(this.vGridControlInfo); this.groupControl1.Location = new System.Drawing.Point(17, 18); this.groupControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(395, 447); this.groupControl1.TabIndex = 6; this.groupControl1.Text = "Test Step Info."; // // vGridControlInfo // this.vGridControlInfo.BandsInterval = 3; this.vGridControlInfo.Cursor = System.Windows.Forms.Cursors.Default; this.vGridControlInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.vGridControlInfo.Location = new System.Drawing.Point(2, 34); this.vGridControlInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.vGridControlInfo.Name = "vGridControlInfo"; this.vGridControlInfo.OptionsView.FixedLineWidth = 3; this.vGridControlInfo.OptionsView.MinRowAutoHeight = 15; this.vGridControlInfo.RecordWidth = 143; this.vGridControlInfo.RowHeaderWidth = 143; this.vGridControlInfo.Size = new System.Drawing.Size(391, 411); this.vGridControlInfo.TabIndex = 1; // // splitContainerControl1 // this.splitContainerControl1.Location = new System.Drawing.Point(418, 18); this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.splitContainerControl1.Name = "splitContainerControl1"; // // splitContainerControl1.Panel1 // this.splitContainerControl1.Panel1.Controls.Add(this.gridControlMain); this.splitContainerControl1.Panel1.Text = "Panel1"; // // splitContainerControl1.Panel2 // this.splitContainerControl1.Panel2.Controls.Add(this.chartControlMain); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1249, 916); this.splitContainerControl1.SplitterPosition = 674; this.splitContainerControl1.TabIndex = 6; // // gridControlMain // this.gridControlMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlMain.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gridControlMain.Location = new System.Drawing.Point(0, 0); this.gridControlMain.MainView = this.gridViewMain; this.gridControlMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gridControlMain.Name = "gridControlMain"; this.gridControlMain.Size = new System.Drawing.Size(674, 916); this.gridControlMain.TabIndex = 5; 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.DetailHeight = 525; 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.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridViewMain_RowCellClick); // // chartControlMain // this.chartControlMain.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControlMain.Location = new System.Drawing.Point(0, 0); this.chartControlMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chartControlMain.Name = "chartControlMain"; this.chartControlMain.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartControlMain.Size = new System.Drawing.Size(560, 916); this.chartControlMain.TabIndex = 0; this.chartControlMain.DoubleClick += new System.EventHandler(this.chartControlMain_DoubleClick); // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem3, this.layoutControlItem1, this.layoutControlItem4, this.layoutControlItem5, this.layoutControlItem2, this.layoutControlItem7, this.layoutControlItem6}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(1684, 952); this.Root.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.splitContainerControl1; this.layoutControlItem3.Location = new System.Drawing.Point(401, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(1255, 922); this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.groupControl1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.MaxSize = new System.Drawing.Size(401, 0); this.layoutControlItem1.MinSize = new System.Drawing.Size(401, 7); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(401, 453); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.Control = this.simpleButtonOKDataOnly; this.layoutControlItem4.Location = new System.Drawing.Point(0, 883); this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 39); this.layoutControlItem4.MinSize = new System.Drawing.Size(127, 39); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(194, 39); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.Control = this.simpleButtonAllData; this.layoutControlItem5.Location = new System.Drawing.Point(194, 883); this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 39); this.layoutControlItem5.MinSize = new System.Drawing.Size(127, 39); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(207, 39); this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.groupControl2; this.layoutControlItem2.Location = new System.Drawing.Point(0, 453); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(401, 397); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem7 // this.layoutControlItem7.Control = this.labelControl1; this.layoutControlItem7.Location = new System.Drawing.Point(0, 850); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(116, 33); this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // layoutControlItem6 // this.layoutControlItem6.Control = this.toggleSwitchAutoRange; this.layoutControlItem6.Location = new System.Drawing.Point(116, 850); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(285, 33); this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // UcTRAStepTrend // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "UcTRAStepTrend"; this.Size = new System.Drawing.Size(1684, 952); this.Load += new System.EventHandler(this.UcTRADetailTestResult_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.toggleSwitchAutoRange.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.vGridControlStepSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.vGridControlInfo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit(); this.splitContainerControl1.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit(); this.splitContainerControl1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControlMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraGrid.GridControl gridControlMain; private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraVerticalGrid.VGridControl vGridControlInfo; private DevExpress.XtraCharts.ChartControl chartControlMain; private DevExpress.XtraEditors.SimpleButton simpleButtonAllData; private DevExpress.XtraEditors.SimpleButton simpleButtonOKDataOnly; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.ToggleSwitch toggleSwitchAutoRange; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraEditors.GroupControl groupControl2; private DevExpress.XtraVerticalGrid.VGridControl vGridControlStepSummary; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; } }