Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/12 13:45:43 (12 years ago)
Author:
spimming
Message:

#1807:

  • scenario description added
  • page size fixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard/3.3/ResultPage.Designer.cs

    r7944 r8033  
    2828      this.label2 = new System.Windows.Forms.Label();
    2929      this.rbHive = new System.Windows.Forms.RadioButton();
     30      this.label3 = new System.Windows.Forms.Label();
    3031      this.SuspendLayout();
     32      //
     33      // wizardBanner
     34      //
     35      this.wizardBanner.Size = new System.Drawing.Size(640, 81);
     36      this.wizardBanner.Subtitle = "Choose next step and click Finish to exit the wizard.";
     37      this.wizardBanner.Title = "Experiment Created";
    3138      //
    3239      // rbHL
     
    3441      this.rbHL.AutoSize = true;
    3542      this.rbHL.Checked = true;
    36       this.rbHL.Location = new System.Drawing.Point(179, 87);
     43      this.rbHL.Location = new System.Drawing.Point(198, 143);
    3744      this.rbHL.Name = "rbHL";
    3845      this.rbHL.Size = new System.Drawing.Size(14, 13);
     
    4451      //
    4552      this.label1.AutoSize = true;
    46       this.label1.Location = new System.Drawing.Point(0, 87);
     53      this.label1.Location = new System.Drawing.Point(7, 143);
    4754      this.label1.Name = "label1";
    4855      this.label1.Size = new System.Drawing.Size(173, 13);
     
    5360      //
    5461      this.label2.AutoSize = true;
    55       this.label2.Location = new System.Drawing.Point(0, 113);
     62      this.label2.Location = new System.Drawing.Point(7, 184);
    5663      this.label2.Name = "label2";
    5764      this.label2.Size = new System.Drawing.Size(146, 13);
     
    6269      //
    6370      this.rbHive.AutoSize = true;
    64       this.rbHive.Location = new System.Drawing.Point(179, 113);
     71      this.rbHive.Location = new System.Drawing.Point(198, 184);
    6572      this.rbHive.Name = "rbHive";
    6673      this.rbHive.Size = new System.Drawing.Size(14, 13);
     
    6875      this.rbHive.UseVisualStyleBackColor = true;
    6976      //
     77      // label3
     78      //
     79      this.label3.AutoSize = true;
     80      this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     81      this.label3.Location = new System.Drawing.Point(6, 88);
     82      this.label3.Name = "label3";
     83      this.label3.Size = new System.Drawing.Size(308, 20);
     84      this.label3.TabIndex = 5;
     85      this.label3.Text = "Your experiment was created successfully.";
     86      //
    7087      // ResultPage
    7188      //
    7289      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     90      this.Controls.Add(this.rbHL);
     91      this.Controls.Add(this.rbHive);
     92      this.Controls.Add(this.label3);
    7393      this.Controls.Add(this.label2);
    74       this.Controls.Add(this.rbHive);
    7594      this.Controls.Add(this.label1);
    76       this.Controls.Add(this.rbHL);
    7795      this.Name = "ResultPage";
     96      this.Size = new System.Drawing.Size(640, 480);
    7897      this.SetActive += new System.ComponentModel.CancelEventHandler(this.ResultPage_SetActive);
    7998      this.WizardCommit += new System.ComponentModel.CancelEventHandler(this.ResultPage_WizardCommit);
    8099      this.WizardBack += new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.WizardPageEventHandler(this.ResultPage_WizardBack);
     100      this.Controls.SetChildIndex(this.label1, 0);
     101      this.Controls.SetChildIndex(this.label2, 0);
     102      this.Controls.SetChildIndex(this.label3, 0);
     103      this.Controls.SetChildIndex(this.rbHive, 0);
    81104      this.Controls.SetChildIndex(this.rbHL, 0);
    82       this.Controls.SetChildIndex(this.label1, 0);
    83       this.Controls.SetChildIndex(this.rbHive, 0);
    84       this.Controls.SetChildIndex(this.label2, 0);
    85105      this.Controls.SetChildIndex(this.wizardBanner, 0);
    86106      this.ResumeLayout(false);
     
    95115    private System.Windows.Forms.Label label2;
    96116    private System.Windows.Forms.RadioButton rbHive;
     117    private System.Windows.Forms.Label label3;
    97118  }
    98119}
Note: See TracChangeset for help on using the changeset viewer.