Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.0/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs @ 15549

Last change on this file since 15549 was 3764, checked in by mkommend, 14 years ago

adapted view captions (ticket #893)

File size: 11.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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.Operators.Programmable {
23  partial class ProgrammableOperatorView {
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 Component 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      System.Windows.Forms.TabPage tabPage2;
48      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
49      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
50      this.assembliesTreeView = new System.Windows.Forms.TreeView();
51      this.namespacesTreeView = new System.Windows.Forms.TreeView();
52      this.showCodeButton = new System.Windows.Forms.Button();
53      this.compileButton = new System.Windows.Forms.Button();
54      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
55      this.tabControl1 = new System.Windows.Forms.TabControl();
56      this.tabPage1 = new System.Windows.Forms.TabPage();
57      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
58      tabPage2 = new System.Windows.Forms.TabPage();
59      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
60      tabPage2.SuspendLayout();
61      this.splitContainer1.Panel1.SuspendLayout();
62      this.splitContainer1.Panel2.SuspendLayout();
63      this.splitContainer1.SuspendLayout();
64      this.splitContainer2.Panel1.SuspendLayout();
65      this.splitContainer2.Panel2.SuspendLayout();
66      this.splitContainer2.SuspendLayout();
67      this.tabControl1.SuspendLayout();
68      this.tabPage1.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // nameTextBox
72      //
73      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
74      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
75      this.nameTextBox.Size = new System.Drawing.Size(913, 20);
76      //
77      // descriptionTextBox
78      //
79      this.descriptionTextBox.Size = new System.Drawing.Size(913, 20);
80      //
81      // tabPage2
82      //
83      tabPage2.Controls.Add(this.splitContainer1);
84      tabPage2.Location = new System.Drawing.Point(4, 22);
85      tabPage2.Name = "tabPage2";
86      tabPage2.Padding = new System.Windows.Forms.Padding(3);
87      tabPage2.Size = new System.Drawing.Size(977, 619);
88      tabPage2.TabIndex = 1;
89      tabPage2.Text = "Code";
90      tabPage2.UseVisualStyleBackColor = true;
91      //
92      // splitContainer1
93      //
94      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
95      this.splitContainer1.Location = new System.Drawing.Point(3, 3);
96      this.splitContainer1.Name = "splitContainer1";
97      //
98      // splitContainer1.Panel1
99      //
100      this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
101      this.splitContainer1.Panel1.Controls.Add(this.showCodeButton);
102      this.splitContainer1.Panel1.Controls.Add(this.compileButton);
103      //
104      // splitContainer1.Panel2
105      //
106      this.splitContainer1.Panel2.Controls.Add(this.codeEditor);
107      this.splitContainer1.Size = new System.Drawing.Size(971, 613);
108      this.splitContainer1.SplitterDistance = 254;
109      this.splitContainer1.TabIndex = 0;
110      //
111      // splitContainer2
112      //
113      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
114                  | System.Windows.Forms.AnchorStyles.Left)
115                  | System.Windows.Forms.AnchorStyles.Right)));
116      this.splitContainer2.Location = new System.Drawing.Point(3, 3);
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.assembliesTreeView);
123      //
124      // splitContainer2.Panel2
125      //
126      this.splitContainer2.Panel2.Controls.Add(this.namespacesTreeView);
127      this.splitContainer2.Size = new System.Drawing.Size(248, 578);
128      this.splitContainer2.SplitterDistance = 289;
129      this.splitContainer2.TabIndex = 2;
130      //
131      // assembliesTreeView
132      //
133      this.assembliesTreeView.CheckBoxes = true;
134      this.assembliesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
135      this.assembliesTreeView.Location = new System.Drawing.Point(0, 0);
136      this.assembliesTreeView.Name = "assembliesTreeView";
137      this.assembliesTreeView.Size = new System.Drawing.Size(248, 289);
138      this.assembliesTreeView.TabIndex = 0;
139      this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck);
140      //
141      // namespacesTreeView
142      //
143      this.namespacesTreeView.CheckBoxes = true;
144      this.namespacesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
145      this.namespacesTreeView.Location = new System.Drawing.Point(0, 0);
146      this.namespacesTreeView.Name = "namespacesTreeView";
147      this.namespacesTreeView.PathSeparator = ".";
148      this.namespacesTreeView.Size = new System.Drawing.Size(248, 285);
149      this.namespacesTreeView.TabIndex = 0;
150      this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
151      //
152      // showCodeButton
153      //
154      this.showCodeButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
155                  | System.Windows.Forms.AnchorStyles.Right)));
156      this.showCodeButton.Location = new System.Drawing.Point(65, 587);
157      this.showCodeButton.Name = "showCodeButton";
158      this.showCodeButton.Size = new System.Drawing.Size(186, 23);
159      this.showCodeButton.TabIndex = 0;
160      this.showCodeButton.Text = "&Show Generated Code ...";
161      this.showCodeButton.UseVisualStyleBackColor = false;
162      this.showCodeButton.Click += new System.EventHandler(this.showCodeButton_Click);
163      //
164      // compileButton
165      //
166      this.compileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
167      this.compileButton.Location = new System.Drawing.Point(3, 587);
168      this.compileButton.Name = "compileButton";
169      this.compileButton.Size = new System.Drawing.Size(56, 23);
170      this.compileButton.TabIndex = 1;
171      this.compileButton.Text = "&Compile";
172      this.compileButton.UseVisualStyleBackColor = true;
173      this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
174      //
175      // codeEditor
176      //
177      this.codeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
178      this.codeEditor.Location = new System.Drawing.Point(0, 0);
179      this.codeEditor.Name = "codeEditor";
180      this.codeEditor.Prefix = "";
181      this.codeEditor.Size = new System.Drawing.Size(713, 613);
182      this.codeEditor.Suffix = "";
183      this.codeEditor.TabIndex = 0;
184      this.codeEditor.UserCode = "";
185      this.codeEditor.Validated += new System.EventHandler(this.codeEditor_Validated);
186      //
187      // tabControl1
188      //
189      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
190                  | System.Windows.Forms.AnchorStyles.Left)
191                  | System.Windows.Forms.AnchorStyles.Right)));
192      this.tabControl1.Controls.Add(this.tabPage1);
193      this.tabControl1.Controls.Add(tabPage2);
194      this.tabControl1.Location = new System.Drawing.Point(0, 52);
195      this.tabControl1.Name = "tabControl1";
196      this.tabControl1.SelectedIndex = 0;
197      this.tabControl1.Size = new System.Drawing.Size(985, 645);
198      this.tabControl1.TabIndex = 7;
199      //
200      // tabPage1
201      //
202      this.tabPage1.Controls.Add(this.parameterCollectionView);
203      this.tabPage1.Location = new System.Drawing.Point(4, 22);
204      this.tabPage1.Name = "tabPage1";
205      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
206      this.tabPage1.Size = new System.Drawing.Size(977, 619);
207      this.tabPage1.TabIndex = 0;
208      this.tabPage1.Text = "Parameters";
209      this.tabPage1.UseVisualStyleBackColor = true;
210      //
211      // parameterCollectionView1
212      //
213      this.parameterCollectionView.Content = null;
214      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
215      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
216      this.parameterCollectionView.Name = "parameterCollectionView1";
217      this.parameterCollectionView.Size = new System.Drawing.Size(971, 613);
218      this.parameterCollectionView.TabIndex = 0;
219      //
220      // ProgrammableOperatorView
221      //
222      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
223      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
224      this.Controls.Add(this.tabControl1);
225      this.Name = "ProgrammableOperatorView";
226      this.Size = new System.Drawing.Size(985, 697);
227      this.Controls.SetChildIndex(this.tabControl1, 0);
228      this.Controls.SetChildIndex(this.nameTextBox, 0);
229      this.Controls.SetChildIndex(this.nameLabel, 0);
230      this.Controls.SetChildIndex(this.descriptionLabel, 0);
231      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
232      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
233      tabPage2.ResumeLayout(false);
234      this.splitContainer1.Panel1.ResumeLayout(false);
235      this.splitContainer1.Panel2.ResumeLayout(false);
236      this.splitContainer1.ResumeLayout(false);
237      this.splitContainer2.Panel1.ResumeLayout(false);
238      this.splitContainer2.Panel2.ResumeLayout(false);
239      this.splitContainer2.ResumeLayout(false);
240      this.tabControl1.ResumeLayout(false);
241      this.tabPage1.ResumeLayout(false);
242      this.ResumeLayout(false);
243      this.PerformLayout();
244
245    }
246
247    #endregion
248
249    private System.Windows.Forms.TabControl tabControl1;
250    private System.Windows.Forms.TabPage tabPage1;
251    private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
252    private System.Windows.Forms.SplitContainer splitContainer1;
253    private HeuristicLab.CodeEditor.CodeEditor codeEditor;
254    private System.Windows.Forms.Button compileButton;
255    private System.Windows.Forms.Button showCodeButton;
256    private System.Windows.Forms.SplitContainer splitContainer2;
257    private System.Windows.Forms.TreeView assembliesTreeView;
258    private System.Windows.Forms.TreeView namespacesTreeView;   
259  }
260}
Note: See TracBrowser for help on using the repository browser.