namespace HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard { partial class ResultPage { /// /// 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.rbHL = new System.Windows.Forms.RadioButton(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.rbHive = new System.Windows.Forms.RadioButton(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // wizardBanner // this.wizardBanner.Size = new System.Drawing.Size(640, 81); this.wizardBanner.Subtitle = "Choose next step and click Finish to exit the wizard."; this.wizardBanner.Title = "Experiment Created"; // // rbHL // this.rbHL.AutoSize = true; this.rbHL.Checked = true; this.rbHL.Location = new System.Drawing.Point(198, 143); this.rbHL.Name = "rbHL"; this.rbHL.Size = new System.Drawing.Size(14, 13); this.rbHL.TabIndex = 1; this.rbHL.TabStop = true; this.rbHL.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 143); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(173, 13); this.label1.TabIndex = 2; this.label1.Text = "Open experiment as HL Experiment"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 184); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(146, 13); this.label2.TabIndex = 3; this.label2.Text = "Open experiment as Hive Job"; // // rbHive // this.rbHive.AutoSize = true; this.rbHive.Location = new System.Drawing.Point(198, 184); this.rbHive.Name = "rbHive"; this.rbHive.Size = new System.Drawing.Size(14, 13); this.rbHive.TabIndex = 4; this.rbHive.UseVisualStyleBackColor = true; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(6, 88); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(308, 20); this.label3.TabIndex = 5; this.label3.Text = "Your experiment was created successfully."; // // ResultPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.Controls.Add(this.rbHL); this.Controls.Add(this.rbHive); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "ResultPage"; this.Size = new System.Drawing.Size(640, 480); this.SetActive += new System.ComponentModel.CancelEventHandler(this.ResultPage_SetActive); this.WizardCommit += new System.ComponentModel.CancelEventHandler(this.ResultPage_WizardCommit); this.WizardBack += new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.WizardPageEventHandler(this.ResultPage_WizardBack); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.rbHive, 0); this.Controls.SetChildIndex(this.rbHL, 0); this.Controls.SetChildIndex(this.wizardBanner, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RadioButton rbHL; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.RadioButton rbHive; private System.Windows.Forms.Label label3; } }