Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard/3.3/SelectAnalysisPage.Designer.cs @ 8033

Last change on this file since 8033 was 8033, checked in by spimming, 12 years ago

#1807:

  • scenario description added
  • page size fixed
File size: 7.2 KB
Line 
1namespace HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard {
2  partial class SelectAnalysisPage {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Windows Form Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.label4 = new System.Windows.Forms.Label();
27      this.label1 = new System.Windows.Forms.Label();
28      this.rbSmall = new System.Windows.Forms.RadioButton();
29      this.rbMedium = new System.Windows.Forms.RadioButton();
30      this.rbLarge = new System.Windows.Forms.RadioButton();
31      this.label2 = new System.Windows.Forms.Label();
32      this.txtSmallAnalysis = new System.Windows.Forms.TextBox();
33      this.txtMediumAnalysis = new System.Windows.Forms.TextBox();
34      this.txtLargeAnalysis = new System.Windows.Forms.TextBox();
35      this.SuspendLayout();
36      //
37      // wizardBanner
38      //
39      this.wizardBanner.Size = new System.Drawing.Size(640, 81);
40      this.wizardBanner.Subtitle = "Choose one of the predefiend data analysis scenarios or create a custom scenario." +
41    "";
42      this.wizardBanner.Title = "Select Analysis";
43      //
44      // label4
45      //
46      this.label4.AutoSize = true;
47      this.label4.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
48      this.label4.Location = new System.Drawing.Point(71, 397);
49      this.label4.Name = "label4";
50      this.label4.Size = new System.Drawing.Size(32, 13);
51      this.label4.TabIndex = 1;
52      this.label4.Text = "Small";
53      //
54      // label1
55      //
56      this.label1.AutoSize = true;
57      this.label1.Location = new System.Drawing.Point(289, 397);
58      this.label1.Name = "label1";
59      this.label1.Size = new System.Drawing.Size(44, 13);
60      this.label1.TabIndex = 2;
61      this.label1.Text = "Medium";
62      //
63      // rbSmall
64      //
65      this.rbSmall.AutoSize = true;
66      this.rbSmall.Enabled = false;
67      this.rbSmall.Location = new System.Drawing.Point(109, 397);
68      this.rbSmall.Name = "rbSmall";
69      this.rbSmall.Size = new System.Drawing.Size(14, 13);
70      this.rbSmall.TabIndex = 3;
71      this.rbSmall.UseVisualStyleBackColor = true;
72      //
73      // rbMedium
74      //
75      this.rbMedium.AutoSize = true;
76      this.rbMedium.Checked = true;
77      this.rbMedium.Location = new System.Drawing.Point(340, 397);
78      this.rbMedium.Name = "rbMedium";
79      this.rbMedium.Size = new System.Drawing.Size(14, 13);
80      this.rbMedium.TabIndex = 4;
81      this.rbMedium.TabStop = true;
82      this.rbMedium.UseVisualStyleBackColor = true;
83      //
84      // rbLarge
85      //
86      this.rbLarge.AutoSize = true;
87      this.rbLarge.Enabled = false;
88      this.rbLarge.Location = new System.Drawing.Point(540, 397);
89      this.rbLarge.Name = "rbLarge";
90      this.rbLarge.Size = new System.Drawing.Size(14, 13);
91      this.rbLarge.TabIndex = 5;
92      this.rbLarge.UseVisualStyleBackColor = true;
93      //
94      // label2
95      //
96      this.label2.AutoSize = true;
97      this.label2.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
98      this.label2.Location = new System.Drawing.Point(500, 397);
99      this.label2.Name = "label2";
100      this.label2.Size = new System.Drawing.Size(34, 13);
101      this.label2.TabIndex = 7;
102      this.label2.Text = "Large";
103      //
104      // txtSmallAnalysis
105      //
106      this.txtSmallAnalysis.BackColor = System.Drawing.Color.White;
107      this.txtSmallAnalysis.Location = new System.Drawing.Point(7, 87);
108      this.txtSmallAnalysis.Multiline = true;
109      this.txtSmallAnalysis.Name = "txtSmallAnalysis";
110      this.txtSmallAnalysis.ReadOnly = true;
111      this.txtSmallAnalysis.Size = new System.Drawing.Size(205, 307);
112      this.txtSmallAnalysis.TabIndex = 9;
113      //
114      // txtMediumAnalysis
115      //
116      this.txtMediumAnalysis.BackColor = System.Drawing.Color.White;
117      this.txtMediumAnalysis.Location = new System.Drawing.Point(218, 87);
118      this.txtMediumAnalysis.Multiline = true;
119      this.txtMediumAnalysis.Name = "txtMediumAnalysis";
120      this.txtMediumAnalysis.ReadOnly = true;
121      this.txtMediumAnalysis.Size = new System.Drawing.Size(205, 307);
122      this.txtMediumAnalysis.TabIndex = 10;
123      //
124      // txtLargeAnalysis
125      //
126      this.txtLargeAnalysis.BackColor = System.Drawing.Color.White;
127      this.txtLargeAnalysis.Location = new System.Drawing.Point(429, 87);
128      this.txtLargeAnalysis.Multiline = true;
129      this.txtLargeAnalysis.Name = "txtLargeAnalysis";
130      this.txtLargeAnalysis.ReadOnly = true;
131      this.txtLargeAnalysis.Size = new System.Drawing.Size(205, 307);
132      this.txtLargeAnalysis.TabIndex = 11;
133      //
134      // SelectAnalysisPage
135      //
136      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
137      this.Controls.Add(this.txtLargeAnalysis);
138      this.Controls.Add(this.txtMediumAnalysis);
139      this.Controls.Add(this.txtSmallAnalysis);
140      this.Controls.Add(this.label2);
141      this.Controls.Add(this.rbLarge);
142      this.Controls.Add(this.rbMedium);
143      this.Controls.Add(this.rbSmall);
144      this.Controls.Add(this.label1);
145      this.Controls.Add(this.label4);
146      this.Name = "SelectAnalysisPage";
147      this.Size = new System.Drawing.Size(640, 480);
148      this.SetActive += new System.ComponentModel.CancelEventHandler(this.SelectAnalysisPage_SetActive);
149      this.WizardNext += new HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.WizardPageEventHandler(this.SelectAnalysisPage_WizardNext);
150      this.Controls.SetChildIndex(this.label4, 0);
151      this.Controls.SetChildIndex(this.wizardBanner, 0);
152      this.Controls.SetChildIndex(this.label1, 0);
153      this.Controls.SetChildIndex(this.rbSmall, 0);
154      this.Controls.SetChildIndex(this.rbMedium, 0);
155      this.Controls.SetChildIndex(this.rbLarge, 0);
156      this.Controls.SetChildIndex(this.label2, 0);
157      this.Controls.SetChildIndex(this.txtSmallAnalysis, 0);
158      this.Controls.SetChildIndex(this.txtMediumAnalysis, 0);
159      this.Controls.SetChildIndex(this.txtLargeAnalysis, 0);
160      this.ResumeLayout(false);
161      this.PerformLayout();
162
163    }
164
165    #endregion
166
167    private System.Windows.Forms.Label label4;
168    private System.Windows.Forms.Label label1;
169    private System.Windows.Forms.RadioButton rbSmall;
170    private System.Windows.Forms.RadioButton rbMedium;
171    private System.Windows.Forms.RadioButton rbLarge;
172    private System.Windows.Forms.Label label2;
173    private System.Windows.Forms.TextBox txtSmallAnalysis;
174    private System.Windows.Forms.TextBox txtMediumAnalysis;
175    private System.Windows.Forms.TextBox txtLargeAnalysis;
176  }
177}
Note: See TracBrowser for help on using the repository browser.