Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Trunk/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.3/VariableSymbolView.Designer.cs @ 6865

Last change on this file since 6865 was 5832, checked in by swagner, 13 years ago

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

File size: 9.9 KB
Line 
1namespace HeuristicLab.Problems.ExternalEvaluation.GP.Views {
2  partial class VariableSymbolView {
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 Component 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.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
27      this.variableNamesTabPage = new System.Windows.Forms.TabPage();
28      this.parametersTabPage = new System.Windows.Forms.TabPage();
29      this.groupBox2 = new System.Windows.Forms.GroupBox();
30      this.weightManipulatorNuTextBox = new System.Windows.Forms.TextBox();
31      this.label3 = new System.Windows.Forms.Label();
32      this.weightManipulatorSigmaTextBox = new System.Windows.Forms.TextBox();
33      this.label4 = new System.Windows.Forms.Label();
34      this.groupBox1 = new System.Windows.Forms.GroupBox();
35      this.weightNuTextBox = new System.Windows.Forms.TextBox();
36      this.label1 = new System.Windows.Forms.Label();
37      this.label2 = new System.Windows.Forms.Label();
38      this.weightSigmaTextBox = new System.Windows.Forms.TextBox();
39      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
40      this.tabControl.SuspendLayout();
41      this.parametersTabPage.SuspendLayout();
42      this.groupBox2.SuspendLayout();
43      this.groupBox1.SuspendLayout();
44      this.SuspendLayout();
45      //
46      // nameTextBox
47      //
48      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
49      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
50      this.nameTextBox.Size = new System.Drawing.Size(466, 20);
51      //
52      // infoLabel
53      //
54      this.infoLabel.Location = new System.Drawing.Point(530, 3);
55      //
56      // tabControl
57      //
58      this.tabControl.AllowDrop = true;
59      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
60                  | System.Windows.Forms.AnchorStyles.Left)
61                  | System.Windows.Forms.AnchorStyles.Right)));
62      this.tabControl.Controls.Add(this.variableNamesTabPage);
63      this.tabControl.Controls.Add(this.parametersTabPage);
64      this.tabControl.Location = new System.Drawing.Point(0, 26);
65      this.tabControl.Name = "tabControl";
66      this.tabControl.SelectedIndex = 0;
67      this.tabControl.Size = new System.Drawing.Size(549, 393);
68      this.tabControl.TabIndex = 3;
69      //
70      // variableNamesTabPage
71      //
72      this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22);
73      this.variableNamesTabPage.Name = "variableNamesTabPage";
74      this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3);
75      this.variableNamesTabPage.Size = new System.Drawing.Size(541, 367);
76      this.variableNamesTabPage.TabIndex = 0;
77      this.variableNamesTabPage.Text = "Variable Names";
78      this.variableNamesTabPage.UseVisualStyleBackColor = true;
79      //
80      // parametersTabPage
81      //
82      this.parametersTabPage.Controls.Add(this.groupBox2);
83      this.parametersTabPage.Controls.Add(this.groupBox1);
84      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
85      this.parametersTabPage.Name = "parametersTabPage";
86      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
87      this.parametersTabPage.Size = new System.Drawing.Size(541, 367);
88      this.parametersTabPage.TabIndex = 1;
89      this.parametersTabPage.Text = "Parameters";
90      this.parametersTabPage.UseVisualStyleBackColor = true;
91      //
92      // groupBox2
93      //
94      this.groupBox2.Controls.Add(this.weightManipulatorNuTextBox);
95      this.groupBox2.Controls.Add(this.label3);
96      this.groupBox2.Controls.Add(this.weightManipulatorSigmaTextBox);
97      this.groupBox2.Controls.Add(this.label4);
98      this.groupBox2.Location = new System.Drawing.Point(6, 100);
99      this.groupBox2.Name = "groupBox2";
100      this.groupBox2.Size = new System.Drawing.Size(200, 94);
101      this.groupBox2.TabIndex = 1;
102      this.groupBox2.TabStop = false;
103      this.groupBox2.Text = "Weight Manipulator";
104      //
105      // weightManipulatorNuTextBox
106      //
107      this.weightManipulatorNuTextBox.Location = new System.Drawing.Point(61, 31);
108      this.weightManipulatorNuTextBox.Name = "weightManipulatorNuTextBox";
109      this.weightManipulatorNuTextBox.Size = new System.Drawing.Size(100, 20);
110      this.weightManipulatorNuTextBox.TabIndex = 1;
111      this.weightManipulatorNuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
112      //
113      // label3
114      //
115      this.label3.AutoSize = true;
116      this.label3.Location = new System.Drawing.Point(27, 34);
117      this.label3.Name = "label3";
118      this.label3.Size = new System.Drawing.Size(16, 13);
119      this.label3.TabIndex = 0;
120      this.label3.Text = "µ:";
121      //
122      // weightManipulatorSigmaTextBox
123      //
124      this.weightManipulatorSigmaTextBox.Location = new System.Drawing.Point(61, 57);
125      this.weightManipulatorSigmaTextBox.Name = "weightManipulatorSigmaTextBox";
126      this.weightManipulatorSigmaTextBox.Size = new System.Drawing.Size(100, 20);
127      this.weightManipulatorSigmaTextBox.TabIndex = 3;
128      this.weightManipulatorSigmaTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
129      //
130      // label4
131      //
132      this.label4.AutoSize = true;
133      this.label4.Location = new System.Drawing.Point(27, 60);
134      this.label4.Name = "label4";
135      this.label4.Size = new System.Drawing.Size(17, 13);
136      this.label4.TabIndex = 2;
137      this.label4.Text = "σ:";
138      //
139      // groupBox1
140      //
141      this.groupBox1.Controls.Add(this.weightNuTextBox);
142      this.groupBox1.Controls.Add(this.label1);
143      this.groupBox1.Controls.Add(this.label2);
144      this.groupBox1.Controls.Add(this.weightSigmaTextBox);
145      this.groupBox1.Location = new System.Drawing.Point(6, 11);
146      this.groupBox1.Name = "groupBox1";
147      this.groupBox1.Size = new System.Drawing.Size(200, 83);
148      this.groupBox1.TabIndex = 0;
149      this.groupBox1.TabStop = false;
150      this.groupBox1.Text = "Weight";
151      //
152      // weightNuTextBox
153      //
154      this.weightNuTextBox.Location = new System.Drawing.Point(61, 19);
155      this.weightNuTextBox.Name = "weightNuTextBox";
156      this.weightNuTextBox.Size = new System.Drawing.Size(100, 20);
157      this.weightNuTextBox.TabIndex = 1;
158      this.weightNuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
159      //
160      // label1
161      //
162      this.label1.AutoSize = true;
163      this.label1.Location = new System.Drawing.Point(27, 22);
164      this.label1.Name = "label1";
165      this.label1.Size = new System.Drawing.Size(16, 13);
166      this.label1.TabIndex = 0;
167      this.label1.Text = "µ:";
168      //
169      // label2
170      //
171      this.label2.AutoSize = true;
172      this.label2.Location = new System.Drawing.Point(27, 48);
173      this.label2.Name = "label2";
174      this.label2.Size = new System.Drawing.Size(17, 13);
175      this.label2.TabIndex = 2;
176      this.label2.Text = "σ:";
177      //
178      // weightSigmaTextBox
179      //
180      this.weightSigmaTextBox.Location = new System.Drawing.Point(61, 45);
181      this.weightSigmaTextBox.Name = "weightSigmaTextBox";
182      this.weightSigmaTextBox.Size = new System.Drawing.Size(100, 20);
183      this.weightSigmaTextBox.TabIndex = 3;
184      this.weightSigmaTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
185      //
186      // VariableSymbolView
187      //
188      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
189      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
190      this.Controls.Add(this.tabControl);
191      this.Name = "VariableSymbolView";
192      this.Size = new System.Drawing.Size(549, 419);
193      this.Controls.SetChildIndex(this.infoLabel, 0);
194      this.Controls.SetChildIndex(this.tabControl, 0);
195      this.Controls.SetChildIndex(this.nameLabel, 0);
196      this.Controls.SetChildIndex(this.nameTextBox, 0);
197      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
198      this.tabControl.ResumeLayout(false);
199      this.parametersTabPage.ResumeLayout(false);
200      this.groupBox2.ResumeLayout(false);
201      this.groupBox2.PerformLayout();
202      this.groupBox1.ResumeLayout(false);
203      this.groupBox1.PerformLayout();
204      this.ResumeLayout(false);
205      this.PerformLayout();
206
207    }
208
209    #endregion
210
211    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
212    private System.Windows.Forms.TabPage variableNamesTabPage;
213    private System.Windows.Forms.TabPage parametersTabPage;
214    private System.Windows.Forms.GroupBox groupBox2;
215    private System.Windows.Forms.TextBox weightManipulatorNuTextBox;
216    private System.Windows.Forms.Label label3;
217    private System.Windows.Forms.TextBox weightManipulatorSigmaTextBox;
218    private System.Windows.Forms.Label label4;
219    private System.Windows.Forms.GroupBox groupBox1;
220    private System.Windows.Forms.TextBox weightNuTextBox;
221    private System.Windows.Forms.Label label1;
222    private System.Windows.Forms.Label label2;
223    private System.Windows.Forms.TextBox weightSigmaTextBox;
224  }
225}
Note: See TracBrowser for help on using the repository browser.