Changeset 8033 for branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard/3.3/ResultPage.Designer.cs
- Timestamp:
- 06/18/12 13:45:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard/3.3/ResultPage.Designer.cs
r7944 r8033 28 28 this.label2 = new System.Windows.Forms.Label(); 29 29 this.rbHive = new System.Windows.Forms.RadioButton(); 30 this.label3 = new System.Windows.Forms.Label(); 30 31 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"; 31 38 // 32 39 // rbHL … … 34 41 this.rbHL.AutoSize = true; 35 42 this.rbHL.Checked = true; 36 this.rbHL.Location = new System.Drawing.Point(1 79, 87);43 this.rbHL.Location = new System.Drawing.Point(198, 143); 37 44 this.rbHL.Name = "rbHL"; 38 45 this.rbHL.Size = new System.Drawing.Size(14, 13); … … 44 51 // 45 52 this.label1.AutoSize = true; 46 this.label1.Location = new System.Drawing.Point( 0, 87);53 this.label1.Location = new System.Drawing.Point(7, 143); 47 54 this.label1.Name = "label1"; 48 55 this.label1.Size = new System.Drawing.Size(173, 13); … … 53 60 // 54 61 this.label2.AutoSize = true; 55 this.label2.Location = new System.Drawing.Point( 0, 113);62 this.label2.Location = new System.Drawing.Point(7, 184); 56 63 this.label2.Name = "label2"; 57 64 this.label2.Size = new System.Drawing.Size(146, 13); … … 62 69 // 63 70 this.rbHive.AutoSize = true; 64 this.rbHive.Location = new System.Drawing.Point(1 79, 113);71 this.rbHive.Location = new System.Drawing.Point(198, 184); 65 72 this.rbHive.Name = "rbHive"; 66 73 this.rbHive.Size = new System.Drawing.Size(14, 13); … … 68 75 this.rbHive.UseVisualStyleBackColor = true; 69 76 // 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 // 70 87 // ResultPage 71 88 // 72 89 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); 73 93 this.Controls.Add(this.label2); 74 this.Controls.Add(this.rbHive);75 94 this.Controls.Add(this.label1); 76 this.Controls.Add(this.rbHL);77 95 this.Name = "ResultPage"; 96 this.Size = new System.Drawing.Size(640, 480); 78 97 this.SetActive += new System.ComponentModel.CancelEventHandler(this.ResultPage_SetActive); 79 98 this.WizardCommit += new System.ComponentModel.CancelEventHandler(this.ResultPage_WizardCommit); 80 99 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); 81 104 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);85 105 this.Controls.SetChildIndex(this.wizardBanner, 0); 86 106 this.ResumeLayout(false); … … 95 115 private System.Windows.Forms.Label label2; 96 116 private System.Windows.Forms.RadioButton rbHive; 117 private System.Windows.Forms.Label label3; 97 118 } 98 119 }
Note: See TracChangeset
for help on using the changeset viewer.