namespace HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard { partial class SelectAnalysisPage { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.rbSmall = new System.Windows.Forms.RadioButton(); this.rbMedium = new System.Windows.Forms.RadioButton(); this.rbLarge = new System.Windows.Forms.RadioButton(); this.label2 = new System.Windows.Forms.Label(); this.txtSmallAnalysis = new System.Windows.Forms.TextBox(); this.txtMediumAnalysis = new System.Windows.Forms.TextBox(); this.txtLargeAnalysis = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // wizardBanner // this.wizardBanner.Size = new System.Drawing.Size(640, 81); this.wizardBanner.Subtitle = "Choose one of the predefiend data analysis scenarios or create a custom scenario." + ""; this.wizardBanner.Title = "Select Analysis"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.SystemColors.InactiveCaptionText; this.label4.Location = new System.Drawing.Point(71, 397); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(32, 13); this.label4.TabIndex = 1; this.label4.Text = "Small"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(289, 397); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(44, 13); this.label1.TabIndex = 2; this.label1.Text = "Medium"; // // rbSmall // this.rbSmall.AutoSize = true; this.rbSmall.Enabled = false; this.rbSmall.Location = new System.Drawing.Point(109, 397); this.rbSmall.Name = "rbSmall"; this.rbSmall.Size = new System.Drawing.Size(14, 13); this.rbSmall.TabIndex = 3; this.rbSmall.UseVisualStyleBackColor = true; // // rbMedium // this.rbMedium.AutoSize = true; this.rbMedium.Checked = true; this.rbMedium.Location = new System.Drawing.Point(340, 397); this.rbMedium.Name = "rbMedium"; this.rbMedium.Size = new System.Drawing.Size(14, 13); this.rbMedium.TabIndex = 4; this.rbMedium.TabStop = true; this.rbMedium.UseVisualStyleBackColor = true; // // rbLarge // this.rbLarge.AutoSize = true; this.rbLarge.Enabled = false; this.rbLarge.Location = new System.Drawing.Point(540, 397); this.rbLarge.Name = "rbLarge"; this.rbLarge.Size = new System.Drawing.Size(14, 13); this.rbLarge.TabIndex = 5; this.rbLarge.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.SystemColors.InactiveCaptionText; this.label2.Location = new System.Drawing.Point(500, 397); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 13); this.label2.TabIndex = 7; this.label2.Text = "Large"; // // txtSmallAnalysis // this.txtSmallAnalysis.BackColor = System.Drawing.Color.White; this.txtSmallAnalysis.Location = new System.Drawing.Point(7, 87); this.txtSmallAnalysis.Multiline = true; this.txtSmallAnalysis.Name = "txtSmallAnalysis"; this.txtSmallAnalysis.ReadOnly = true; this.txtSmallAnalysis.Size = new System.Drawing.Size(205, 307); this.txtSmallAnalysis.TabIndex = 9; // // txtMediumAnalysis // this.txtMediumAnalysis.BackColor = System.Drawing.Color.White; this.txtMediumAnalysis.Location = new System.Drawing.Point(218, 87); this.txtMediumAnalysis.Multiline = true; this.txtMediumAnalysis.Name = "txtMediumAnalysis"; this.txtMediumAnalysis.ReadOnly = true; this.txtMediumAnalysis.Size = new System.Drawing.Size(205, 307); this.txtMediumAnalysis.TabIndex = 10; // // txtLargeAnalysis // this.txtLargeAnalysis.BackColor = System.Drawing.Color.White; this.txtLargeAnalysis.Location = new System.Drawing.Point(429, 87); this.txtLargeAnalysis.Multiline = true; this.txtLargeAnalysis.Name = "txtLargeAnalysis"; this.txtLargeAnalysis.ReadOnly = true; this.txtLargeAnalysis.Size = new System.Drawing.Size(205, 307); this.txtLargeAnalysis.TabIndex = 11; // // SelectAnalysisPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.Controls.Add(this.txtLargeAnalysis); this.Controls.Add(this.txtMediumAnalysis); this.Controls.Add(this.txtSmallAnalysis); this.Controls.Add(this.label2); this.Controls.Add(this.rbLarge); this.Controls.Add(this.rbMedium); this.Controls.Add(this.rbSmall); this.Controls.Add(this.label1); this.Controls.Add(this.label4); this.Name = "SelectAnalysisPage"; this.Size = new System.Drawing.Size(640, 480); this.SetActive += new System.ComponentModel.CancelEventHandler(this.SelectAnalysisPage_SetActive); this.WizardNext += new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.WizardPageEventHandler(this.SelectAnalysisPage_WizardNext); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.wizardBanner, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.rbSmall, 0); this.Controls.SetChildIndex(this.rbMedium, 0); this.Controls.SetChildIndex(this.rbLarge, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtSmallAnalysis, 0); this.Controls.SetChildIndex(this.txtMediumAnalysis, 0); this.Controls.SetChildIndex(this.txtLargeAnalysis, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label1; private System.Windows.Forms.RadioButton rbSmall; private System.Windows.Forms.RadioButton rbMedium; private System.Windows.Forms.RadioButton rbLarge; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtSmallAnalysis; private System.Windows.Forms.TextBox txtMediumAnalysis; private System.Windows.Forms.TextBox txtLargeAnalysis; } }