namespace HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard { partial class MediumAnalysisPage { /// /// 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.progressBar1 = new System.Windows.Forms.ProgressBar(); this.lblProgress = new System.Windows.Forms.Label(); this.SuspendLayout(); // // wizardBanner // this.wizardBanner.Size = new System.Drawing.Size(640, 81); this.wizardBanner.Subtitle = "Generating experiment ..."; this.wizardBanner.Title = "Medium Analysis"; // // progressBar1 // this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.progressBar1.Location = new System.Drawing.Point(30, 263); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(580, 23); this.progressBar1.TabIndex = 2; // // lblProgress // this.lblProgress.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblProgress.AutoSize = true; this.lblProgress.Location = new System.Drawing.Point(27, 230); this.lblProgress.Name = "lblProgress"; this.lblProgress.Size = new System.Drawing.Size(125, 13); this.lblProgress.TabIndex = 3; this.lblProgress.Text = "Generating experiment ..."; // // MediumAnalysisPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.Controls.Add(this.progressBar1); this.Controls.Add(this.lblProgress); this.Name = "MediumAnalysisPage"; this.Size = new System.Drawing.Size(640, 480); this.SetActive += new System.ComponentModel.CancelEventHandler(this.MediumAnalysisPage_SetActive); this.WizardCancel += new System.ComponentModel.CancelEventHandler(this.MediumAnalysisPage_WizardCancel); this.WizardBack += new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.WizardPageEventHandler(this.MediumAnalysisPage_WizardBack); this.Controls.SetChildIndex(this.lblProgress, 0); this.Controls.SetChildIndex(this.progressBar1, 0); this.Controls.SetChildIndex(this.wizardBanner, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.Label lblProgress; } }