Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core/3.3/ChooseOperatorDialog.Designer.cs @ 1921

Last change on this file since 1921 was 1529, checked in by gkronber, 15 years ago

Moved source files of plugins AdvancedOptimizationFrontEnd ... Grid into version-specific sub-folders. #576

File size: 17.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Core {
23  partial class ChooseOperatorDialog {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.okButton = new System.Windows.Forms.Button();
49      this.cancelButton = new System.Windows.Forms.Button();
50      this.builtinOperatorsGroupBox = new System.Windows.Forms.GroupBox();
51      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
52      this.builtinOperatorsTreeView = new System.Windows.Forms.TreeView();
53      this.builtinOperatorsDescriptionTextBox = new System.Windows.Forms.TextBox();
54      this.tabControl = new System.Windows.Forms.TabControl();
55      this.operatorLibrariesTabPage = new System.Windows.Forms.TabPage();
56      this.operatorLibraryTextBox = new System.Windows.Forms.TextBox();
57      this.operatorLibraryLabel = new System.Windows.Forms.Label();
58      this.operatorLibraryOperatorsGroupBox = new System.Windows.Forms.GroupBox();
59      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
60      this.operatorLibraryOperatorsTreeView = new System.Windows.Forms.TreeView();
61      this.operatorLibraryOperatorsDescriptionTextBox = new System.Windows.Forms.TextBox();
62      this.loadButton = new System.Windows.Forms.Button();
63      this.builtinTabPage = new System.Windows.Forms.TabPage();
64      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
65      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
66      this.builtinOperatorsGroupBox.SuspendLayout();
67      this.splitContainer2.Panel1.SuspendLayout();
68      this.splitContainer2.Panel2.SuspendLayout();
69      this.splitContainer2.SuspendLayout();
70      this.tabControl.SuspendLayout();
71      this.operatorLibrariesTabPage.SuspendLayout();
72      this.operatorLibraryOperatorsGroupBox.SuspendLayout();
73      this.splitContainer1.Panel1.SuspendLayout();
74      this.splitContainer1.Panel2.SuspendLayout();
75      this.splitContainer1.SuspendLayout();
76      this.builtinTabPage.SuspendLayout();
77      this.SuspendLayout();
78      //
79      // okButton
80      //
81      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
82      this.okButton.Enabled = false;
83      this.okButton.Location = new System.Drawing.Point(305, 368);
84      this.okButton.Name = "okButton";
85      this.okButton.Size = new System.Drawing.Size(75, 23);
86      this.okButton.TabIndex = 1;
87      this.okButton.Text = "&OK";
88      this.okButton.UseVisualStyleBackColor = true;
89      this.okButton.Click += new System.EventHandler(this.okButton_Click);
90      //
91      // cancelButton
92      //
93      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
94      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
95      this.cancelButton.Location = new System.Drawing.Point(386, 368);
96      this.cancelButton.Name = "cancelButton";
97      this.cancelButton.Size = new System.Drawing.Size(75, 23);
98      this.cancelButton.TabIndex = 2;
99      this.cancelButton.Text = "&Cancel";
100      this.cancelButton.UseVisualStyleBackColor = true;
101      //
102      // builtinOperatorsGroupBox
103      //
104      this.builtinOperatorsGroupBox.Controls.Add(this.splitContainer2);
105      this.builtinOperatorsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
106      this.builtinOperatorsGroupBox.Location = new System.Drawing.Point(3, 3);
107      this.builtinOperatorsGroupBox.Name = "builtinOperatorsGroupBox";
108      this.builtinOperatorsGroupBox.Size = new System.Drawing.Size(435, 318);
109      this.builtinOperatorsGroupBox.TabIndex = 0;
110      this.builtinOperatorsGroupBox.TabStop = false;
111      this.builtinOperatorsGroupBox.Text = "&Available Operators";
112      //
113      // splitContainer2
114      //
115      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
116      this.splitContainer2.Location = new System.Drawing.Point(3, 16);
117      this.splitContainer2.Name = "splitContainer2";
118      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
119      //
120      // splitContainer2.Panel1
121      //
122      this.splitContainer2.Panel1.Controls.Add(this.builtinOperatorsTreeView);
123      //
124      // splitContainer2.Panel2
125      //
126      this.splitContainer2.Panel2.Controls.Add(this.builtinOperatorsDescriptionTextBox);
127      this.splitContainer2.Size = new System.Drawing.Size(429, 299);
128      this.splitContainer2.SplitterDistance = 220;
129      this.splitContainer2.TabIndex = 2;
130      //
131      // builtinOperatorsTreeView
132      //
133      this.builtinOperatorsTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
134      this.builtinOperatorsTreeView.HideSelection = false;
135      this.builtinOperatorsTreeView.Location = new System.Drawing.Point(0, 0);
136      this.builtinOperatorsTreeView.Name = "builtinOperatorsTreeView";
137      this.builtinOperatorsTreeView.Size = new System.Drawing.Size(429, 220);
138      this.builtinOperatorsTreeView.TabIndex = 0;
139      this.builtinOperatorsTreeView.DoubleClick += new System.EventHandler(this.treeView_DoubleClick);
140      this.builtinOperatorsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.builtinOperatorsTreeView_AfterSelect);
141      //
142      // builtinOperatorsDescriptionTextBox
143      //
144      this.builtinOperatorsDescriptionTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
145      this.builtinOperatorsDescriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
146      this.builtinOperatorsDescriptionTextBox.Location = new System.Drawing.Point(0, 0);
147      this.builtinOperatorsDescriptionTextBox.Multiline = true;
148      this.builtinOperatorsDescriptionTextBox.Name = "builtinOperatorsDescriptionTextBox";
149      this.builtinOperatorsDescriptionTextBox.ReadOnly = true;
150      this.builtinOperatorsDescriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
151      this.builtinOperatorsDescriptionTextBox.Size = new System.Drawing.Size(429, 75);
152      this.builtinOperatorsDescriptionTextBox.TabIndex = 0;
153      //
154      // tabControl
155      //
156      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
157                  | System.Windows.Forms.AnchorStyles.Left)
158                  | System.Windows.Forms.AnchorStyles.Right)));
159      this.tabControl.Controls.Add(this.operatorLibrariesTabPage);
160      this.tabControl.Controls.Add(this.builtinTabPage);
161      this.tabControl.Location = new System.Drawing.Point(12, 12);
162      this.tabControl.Name = "tabControl";
163      this.tabControl.SelectedIndex = 0;
164      this.tabControl.Size = new System.Drawing.Size(449, 350);
165      this.tabControl.TabIndex = 0;
166      //
167      // operatorLibrariesTabPage
168      //
169      this.operatorLibrariesTabPage.Controls.Add(this.operatorLibraryTextBox);
170      this.operatorLibrariesTabPage.Controls.Add(this.operatorLibraryLabel);
171      this.operatorLibrariesTabPage.Controls.Add(this.operatorLibraryOperatorsGroupBox);
172      this.operatorLibrariesTabPage.Controls.Add(this.loadButton);
173      this.operatorLibrariesTabPage.Location = new System.Drawing.Point(4, 22);
174      this.operatorLibrariesTabPage.Name = "operatorLibrariesTabPage";
175      this.operatorLibrariesTabPage.Padding = new System.Windows.Forms.Padding(3);
176      this.operatorLibrariesTabPage.Size = new System.Drawing.Size(441, 324);
177      this.operatorLibrariesTabPage.TabIndex = 0;
178      this.operatorLibrariesTabPage.Text = "Operator Libraries";
179      this.operatorLibrariesTabPage.UseVisualStyleBackColor = true;
180      //
181      // operatorLibraryTextBox
182      //
183      this.operatorLibraryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
184                  | System.Windows.Forms.AnchorStyles.Right)));
185      this.operatorLibraryTextBox.Location = new System.Drawing.Point(97, 8);
186      this.operatorLibraryTextBox.Name = "operatorLibraryTextBox";
187      this.operatorLibraryTextBox.ReadOnly = true;
188      this.operatorLibraryTextBox.Size = new System.Drawing.Size(257, 20);
189      this.operatorLibraryTextBox.TabIndex = 2;
190      //
191      // operatorLibraryLabel
192      //
193      this.operatorLibraryLabel.AutoSize = true;
194      this.operatorLibraryLabel.Location = new System.Drawing.Point(6, 11);
195      this.operatorLibraryLabel.Name = "operatorLibraryLabel";
196      this.operatorLibraryLabel.Size = new System.Drawing.Size(85, 13);
197      this.operatorLibraryLabel.TabIndex = 1;
198      this.operatorLibraryLabel.Text = "&Operator Library:";
199      //
200      // operatorLibraryOperatorsGroupBox
201      //
202      this.operatorLibraryOperatorsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
203                  | System.Windows.Forms.AnchorStyles.Left)
204                  | System.Windows.Forms.AnchorStyles.Right)));
205      this.operatorLibraryOperatorsGroupBox.Controls.Add(this.splitContainer1);
206      this.operatorLibraryOperatorsGroupBox.Enabled = false;
207      this.operatorLibraryOperatorsGroupBox.Location = new System.Drawing.Point(6, 35);
208      this.operatorLibraryOperatorsGroupBox.Name = "operatorLibraryOperatorsGroupBox";
209      this.operatorLibraryOperatorsGroupBox.Size = new System.Drawing.Size(429, 283);
210      this.operatorLibraryOperatorsGroupBox.TabIndex = 3;
211      this.operatorLibraryOperatorsGroupBox.TabStop = false;
212      this.operatorLibraryOperatorsGroupBox.Text = "&Available Operators";
213      //
214      // splitContainer1
215      //
216      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
217      this.splitContainer1.Location = new System.Drawing.Point(3, 16);
218      this.splitContainer1.Name = "splitContainer1";
219      this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
220      //
221      // splitContainer1.Panel1
222      //
223      this.splitContainer1.Panel1.Controls.Add(this.operatorLibraryOperatorsTreeView);
224      //
225      // splitContainer1.Panel2
226      //
227      this.splitContainer1.Panel2.Controls.Add(this.operatorLibraryOperatorsDescriptionTextBox);
228      this.splitContainer1.Size = new System.Drawing.Size(423, 264);
229      this.splitContainer1.SplitterDistance = 187;
230      this.splitContainer1.TabIndex = 1;
231      //
232      // operatorLibraryOperatorsTreeView
233      //
234      this.operatorLibraryOperatorsTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
235      this.operatorLibraryOperatorsTreeView.HideSelection = false;
236      this.operatorLibraryOperatorsTreeView.Location = new System.Drawing.Point(0, 0);
237      this.operatorLibraryOperatorsTreeView.Name = "operatorLibraryOperatorsTreeView";
238      this.operatorLibraryOperatorsTreeView.ShowNodeToolTips = true;
239      this.operatorLibraryOperatorsTreeView.Size = new System.Drawing.Size(423, 187);
240      this.operatorLibraryOperatorsTreeView.TabIndex = 0;
241      this.operatorLibraryOperatorsTreeView.DoubleClick += new System.EventHandler(this.treeView_DoubleClick);
242      this.operatorLibraryOperatorsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.operatorsTreeView_AfterSelect);
243      //
244      // operatorLibraryOperatorsDescriptionTextBox
245      //
246      this.operatorLibraryOperatorsDescriptionTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
247      this.operatorLibraryOperatorsDescriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
248      this.operatorLibraryOperatorsDescriptionTextBox.Location = new System.Drawing.Point(0, 0);
249      this.operatorLibraryOperatorsDescriptionTextBox.Multiline = true;
250      this.operatorLibraryOperatorsDescriptionTextBox.Name = "operatorLibraryOperatorsDescriptionTextBox";
251      this.operatorLibraryOperatorsDescriptionTextBox.ReadOnly = true;
252      this.operatorLibraryOperatorsDescriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
253      this.operatorLibraryOperatorsDescriptionTextBox.Size = new System.Drawing.Size(423, 73);
254      this.operatorLibraryOperatorsDescriptionTextBox.TabIndex = 0;
255      //
256      // loadButton
257      //
258      this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
259      this.loadButton.Location = new System.Drawing.Point(360, 6);
260      this.loadButton.Name = "loadButton";
261      this.loadButton.Size = new System.Drawing.Size(75, 23);
262      this.loadButton.TabIndex = 0;
263      this.loadButton.Text = "&Load...";
264      this.loadButton.UseVisualStyleBackColor = true;
265      this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
266      //
267      // builtinTabPage
268      //
269      this.builtinTabPage.Controls.Add(this.builtinOperatorsGroupBox);
270      this.builtinTabPage.Location = new System.Drawing.Point(4, 22);
271      this.builtinTabPage.Name = "builtinTabPage";
272      this.builtinTabPage.Padding = new System.Windows.Forms.Padding(3);
273      this.builtinTabPage.Size = new System.Drawing.Size(441, 324);
274      this.builtinTabPage.TabIndex = 1;
275      this.builtinTabPage.Text = "Built-In";
276      this.builtinTabPage.UseVisualStyleBackColor = true;
277      //
278      // openFileDialog
279      //
280      this.openFileDialog.DefaultExt = "hl";
281      this.openFileDialog.FileName = "library";
282      this.openFileDialog.Filter = "HeuristicLab files|*.hl|All files|*.*";
283      this.openFileDialog.Title = "Open file ...";
284      //
285      // ChooseOperatorDialog
286      //
287      this.AcceptButton = this.okButton;
288      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
289      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
290      this.CancelButton = this.cancelButton;
291      this.ClientSize = new System.Drawing.Size(473, 403);
292      this.Controls.Add(this.tabControl);
293      this.Controls.Add(this.cancelButton);
294      this.Controls.Add(this.okButton);
295      this.MaximizeBox = false;
296      this.MinimizeBox = false;
297      this.Name = "ChooseOperatorDialog";
298      this.ShowIcon = false;
299      this.ShowInTaskbar = false;
300      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
301      this.Text = "Choose Operator";
302      this.Shown += new System.EventHandler(this.ChooseOperatorDialog_Shown);
303      this.builtinOperatorsGroupBox.ResumeLayout(false);
304      this.splitContainer2.Panel1.ResumeLayout(false);
305      this.splitContainer2.Panel2.ResumeLayout(false);
306      this.splitContainer2.Panel2.PerformLayout();
307      this.splitContainer2.ResumeLayout(false);
308      this.tabControl.ResumeLayout(false);
309      this.operatorLibrariesTabPage.ResumeLayout(false);
310      this.operatorLibrariesTabPage.PerformLayout();
311      this.operatorLibraryOperatorsGroupBox.ResumeLayout(false);
312      this.splitContainer1.Panel1.ResumeLayout(false);
313      this.splitContainer1.Panel2.ResumeLayout(false);
314      this.splitContainer1.Panel2.PerformLayout();
315      this.splitContainer1.ResumeLayout(false);
316      this.builtinTabPage.ResumeLayout(false);
317      this.ResumeLayout(false);
318
319    }
320
321    #endregion
322
323    private System.Windows.Forms.Button okButton;
324    private System.Windows.Forms.Button cancelButton;
325    private System.Windows.Forms.GroupBox builtinOperatorsGroupBox;
326    private System.Windows.Forms.TabControl tabControl;
327    private System.Windows.Forms.TabPage operatorLibrariesTabPage;
328    private System.Windows.Forms.TabPage builtinTabPage;
329    private System.Windows.Forms.TextBox operatorLibraryTextBox;
330    private System.Windows.Forms.Label operatorLibraryLabel;
331    private System.Windows.Forms.GroupBox operatorLibraryOperatorsGroupBox;
332    private System.Windows.Forms.TreeView operatorLibraryOperatorsTreeView;
333    private System.Windows.Forms.Button loadButton;
334    private System.Windows.Forms.OpenFileDialog openFileDialog;
335    private System.Windows.Forms.ToolTip toolTip;
336    private System.Windows.Forms.TreeView builtinOperatorsTreeView;
337    private System.Windows.Forms.SplitContainer splitContainer2;
338    private System.Windows.Forms.TextBox builtinOperatorsDescriptionTextBox;
339    private System.Windows.Forms.SplitContainer splitContainer1;
340    private System.Windows.Forms.TextBox operatorLibraryOperatorsDescriptionTextBox;
341  }
342}
Note: See TracBrowser for help on using the repository browser.