Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs @ 5042

Last change on this file since 5042 was 5042, checked in by epitzer, 13 years ago

Add breakpoint to ProgrammableOperator (#1322)

this patch also adds a shortcut (F6) to recompile, makes minor GUI improvements and gets rid of resource files

File size: 15.6 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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgrammableOperatorView));
49      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
50      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
51      this.assembliesBox = new System.Windows.Forms.GroupBox();
52      this.assembliesTreeView = new System.Windows.Forms.TreeView();
53      this.namespacesBox = new System.Windows.Forms.GroupBox();
54      this.namespacesTreeView = new System.Windows.Forms.TreeView();
55      this.showCodeButton = new System.Windows.Forms.Button();
56      this.compileButton = new System.Windows.Forms.Button();
57      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
58      this.tabControl1 = new System.Windows.Forms.TabControl();
59      this.tabPage1 = new System.Windows.Forms.TabPage();
60      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
61      this.breakpointCheckBox = new System.Windows.Forms.CheckBox();
62      this.breakpointLabel = new System.Windows.Forms.Label();
63      this.compilationLabel = new System.Windows.Forms.Label();
64      tabPage2 = new System.Windows.Forms.TabPage();
65      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
66      tabPage2.SuspendLayout();
67      this.splitContainer1.Panel1.SuspendLayout();
68      this.splitContainer1.Panel2.SuspendLayout();
69      this.splitContainer1.SuspendLayout();
70      this.splitContainer2.Panel1.SuspendLayout();
71      this.splitContainer2.Panel2.SuspendLayout();
72      this.splitContainer2.SuspendLayout();
73      this.assembliesBox.SuspendLayout();
74      this.namespacesBox.SuspendLayout();
75      this.tabControl1.SuspendLayout();
76      this.tabPage1.SuspendLayout();
77      this.SuspendLayout();
78      //
79      // nameTextBox
80      //
81      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
82      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
83      this.nameTextBox.Size = new System.Drawing.Size(913, 20);
84      //
85      // descriptionTextBox
86      //
87      this.descriptionTextBox.Size = new System.Drawing.Size(913, 20);
88      //
89      // tabPage2
90      //
91      tabPage2.Controls.Add(this.splitContainer1);
92      tabPage2.Location = new System.Drawing.Point(4, 22);
93      tabPage2.Name = "tabPage2";
94      tabPage2.Padding = new System.Windows.Forms.Padding(3);
95      tabPage2.Size = new System.Drawing.Size(977, 596);
96      tabPage2.TabIndex = 1;
97      tabPage2.Text = "Code";
98      tabPage2.UseVisualStyleBackColor = true;
99      //
100      // splitContainer1
101      //
102      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
103      this.splitContainer1.Location = new System.Drawing.Point(3, 3);
104      this.splitContainer1.Name = "splitContainer1";
105      //
106      // splitContainer1.Panel1
107      //
108      this.splitContainer1.Panel1.Controls.Add(this.compilationLabel);
109      this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
110      this.splitContainer1.Panel1.Controls.Add(this.showCodeButton);
111      this.splitContainer1.Panel1.Controls.Add(this.compileButton);
112      //
113      // splitContainer1.Panel2
114      //
115      this.splitContainer1.Panel2.Controls.Add(this.codeEditor);
116      this.splitContainer1.Size = new System.Drawing.Size(971, 590);
117      this.splitContainer1.SplitterDistance = 244;
118      this.splitContainer1.TabIndex = 0;
119      //
120      // splitContainer2
121      //
122      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
123            | System.Windows.Forms.AnchorStyles.Left)
124            | System.Windows.Forms.AnchorStyles.Right)));
125      this.splitContainer2.Location = new System.Drawing.Point(0, 33);
126      this.splitContainer2.Name = "splitContainer2";
127      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
128      //
129      // splitContainer2.Panel1
130      //
131      this.splitContainer2.Panel1.Controls.Add(this.assembliesBox);
132      //
133      // splitContainer2.Panel2
134      //
135      this.splitContainer2.Panel2.Controls.Add(this.namespacesBox);
136      this.splitContainer2.Size = new System.Drawing.Size(242, 560);
137      this.splitContainer2.SplitterDistance = 278;
138      this.splitContainer2.TabIndex = 2;
139      //
140      // assembliesBox
141      //
142      this.assembliesBox.Controls.Add(this.assembliesTreeView);
143      this.assembliesBox.Dock = System.Windows.Forms.DockStyle.Fill;
144      this.assembliesBox.Location = new System.Drawing.Point(0, 0);
145      this.assembliesBox.Name = "assembliesBox";
146      this.assembliesBox.Size = new System.Drawing.Size(242, 278);
147      this.assembliesBox.TabIndex = 1;
148      this.assembliesBox.TabStop = false;
149      this.assembliesBox.Text = "Assemblies";
150      //
151      // assembliesTreeView
152      //
153      this.assembliesTreeView.CheckBoxes = true;
154      this.assembliesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
155      this.assembliesTreeView.Location = new System.Drawing.Point(3, 16);
156      this.assembliesTreeView.Name = "assembliesTreeView";
157      this.assembliesTreeView.Size = new System.Drawing.Size(236, 259);
158      this.assembliesTreeView.TabIndex = 0;
159      this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck);
160      //
161      // namespacesBox
162      //
163      this.namespacesBox.Controls.Add(this.namespacesTreeView);
164      this.namespacesBox.Dock = System.Windows.Forms.DockStyle.Fill;
165      this.namespacesBox.Location = new System.Drawing.Point(0, 0);
166      this.namespacesBox.Name = "namespacesBox";
167      this.namespacesBox.Size = new System.Drawing.Size(242, 278);
168      this.namespacesBox.TabIndex = 1;
169      this.namespacesBox.TabStop = false;
170      this.namespacesBox.Text = "Namespaces";
171      //
172      // namespacesTreeView
173      //
174      this.namespacesTreeView.CheckBoxes = true;
175      this.namespacesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
176      this.namespacesTreeView.Location = new System.Drawing.Point(3, 16);
177      this.namespacesTreeView.Name = "namespacesTreeView";
178      this.namespacesTreeView.PathSeparator = ".";
179      this.namespacesTreeView.Size = new System.Drawing.Size(236, 259);
180      this.namespacesTreeView.TabIndex = 0;
181      this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
182      //
183      // showCodeButton
184      //
185      this.showCodeButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.PrintPreview;
186      this.showCodeButton.Location = new System.Drawing.Point(33, 3);
187      this.showCodeButton.Name = "showCodeButton";
188      this.showCodeButton.Size = new System.Drawing.Size(24, 24);
189      this.showCodeButton.TabIndex = 0;
190      this.showCodeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
191      this.toolTip.SetToolTip(this.showCodeButton, "Show generated code");
192      this.showCodeButton.UseVisualStyleBackColor = false;
193      this.showCodeButton.Click += new System.EventHandler(this.showCodeButton_Click);
194      //
195      // compileButton
196      //
197      this.compileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Script;
198      this.compileButton.Location = new System.Drawing.Point(3, 3);
199      this.compileButton.Name = "compileButton";
200      this.compileButton.Size = new System.Drawing.Size(24, 24);
201      this.compileButton.TabIndex = 1;
202      this.compileButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
203      this.toolTip.SetToolTip(this.compileButton, "Compile");
204      this.compileButton.UseVisualStyleBackColor = true;
205      this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
206      //
207      // codeEditor
208      //
209      this.codeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
210      this.codeEditor.Location = new System.Drawing.Point(0, 0);
211      this.codeEditor.Name = "codeEditor";
212      this.codeEditor.Prefix = "";
213      this.codeEditor.Size = new System.Drawing.Size(723, 590);
214      this.codeEditor.Suffix = "";
215      this.codeEditor.TabIndex = 0;
216      this.codeEditor.UserCode = "";
217      this.codeEditor.Validated += new System.EventHandler(this.codeEditor_Validated);
218      //
219      // tabControl1
220      //
221      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
222            | System.Windows.Forms.AnchorStyles.Left)
223            | System.Windows.Forms.AnchorStyles.Right)));
224      this.tabControl1.Controls.Add(this.tabPage1);
225      this.tabControl1.Controls.Add(tabPage2);
226      this.tabControl1.Location = new System.Drawing.Point(0, 75);
227      this.tabControl1.Name = "tabControl1";
228      this.tabControl1.SelectedIndex = 0;
229      this.tabControl1.Size = new System.Drawing.Size(985, 622);
230      this.tabControl1.TabIndex = 7;
231      //
232      // tabPage1
233      //
234      this.tabPage1.Controls.Add(this.parameterCollectionView);
235      this.tabPage1.Location = new System.Drawing.Point(4, 22);
236      this.tabPage1.Name = "tabPage1";
237      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
238      this.tabPage1.Size = new System.Drawing.Size(977, 596);
239      this.tabPage1.TabIndex = 0;
240      this.tabPage1.Text = "Parameters";
241      this.tabPage1.UseVisualStyleBackColor = true;
242      //
243      // parameterCollectionView
244      //
245      this.parameterCollectionView.Caption = "ParameterCollection View";
246      this.parameterCollectionView.Content = null;
247      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
248      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
249      this.parameterCollectionView.Name = "parameterCollectionView";
250      this.parameterCollectionView.ReadOnly = false;
251      this.parameterCollectionView.Size = new System.Drawing.Size(971, 590);
252      this.parameterCollectionView.TabIndex = 0;
253      //
254      // breakpointCheckBox
255      //
256      this.breakpointCheckBox.AutoSize = true;
257      this.breakpointCheckBox.Location = new System.Drawing.Point(72, 52);
258      this.breakpointCheckBox.Name = "breakpointCheckBox";
259      this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
260      this.breakpointCheckBox.TabIndex = 8;
261      this.breakpointCheckBox.UseVisualStyleBackColor = true;
262      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
263      //
264      // breakpointLabel
265      //
266      this.breakpointLabel.AutoSize = true;
267      this.breakpointLabel.Location = new System.Drawing.Point(3, 52);
268      this.breakpointLabel.Name = "breakpointLabel";
269      this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
270      this.breakpointLabel.TabIndex = 9;
271      this.breakpointLabel.Text = "Breakpoint:";
272      //
273      // compilationLabel
274      //
275      this.compilationLabel.AutoSize = true;
276      this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
277      this.compilationLabel.Location = new System.Drawing.Point(63, 9);
278      this.compilationLabel.Name = "compilationLabel";
279      this.compilationLabel.Size = new System.Drawing.Size(67, 13);
280      this.compilationLabel.TabIndex = 3;
281      this.compilationLabel.Text = "not compiled";
282      //
283      // ProgrammableOperatorView
284      //
285      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
286      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
287      this.Controls.Add(this.tabControl1);
288      this.Controls.Add(this.breakpointCheckBox);
289      this.Controls.Add(this.breakpointLabel);
290      this.Name = "ProgrammableOperatorView";
291      this.Size = new System.Drawing.Size(985, 697);
292      this.Controls.SetChildIndex(this.breakpointLabel, 0);
293      this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
294      this.Controls.SetChildIndex(this.tabControl1, 0);
295      this.Controls.SetChildIndex(this.nameTextBox, 0);
296      this.Controls.SetChildIndex(this.nameLabel, 0);
297      this.Controls.SetChildIndex(this.descriptionLabel, 0);
298      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
299      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
300      tabPage2.ResumeLayout(false);
301      this.splitContainer1.Panel1.ResumeLayout(false);
302      this.splitContainer1.Panel1.PerformLayout();
303      this.splitContainer1.Panel2.ResumeLayout(false);
304      this.splitContainer1.ResumeLayout(false);
305      this.splitContainer2.Panel1.ResumeLayout(false);
306      this.splitContainer2.Panel2.ResumeLayout(false);
307      this.splitContainer2.ResumeLayout(false);
308      this.assembliesBox.ResumeLayout(false);
309      this.namespacesBox.ResumeLayout(false);
310      this.tabControl1.ResumeLayout(false);
311      this.tabPage1.ResumeLayout(false);
312      this.ResumeLayout(false);
313      this.PerformLayout();
314
315    }
316
317    #endregion
318
319    private System.Windows.Forms.TabControl tabControl1;
320    private System.Windows.Forms.TabPage tabPage1;
321    private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
322    private System.Windows.Forms.SplitContainer splitContainer1;
323    private HeuristicLab.CodeEditor.CodeEditor codeEditor;
324    private System.Windows.Forms.Button compileButton;
325    private System.Windows.Forms.Button showCodeButton;
326    private System.Windows.Forms.SplitContainer splitContainer2;
327    private System.Windows.Forms.TreeView assembliesTreeView;
328    private System.Windows.Forms.TreeView namespacesTreeView;
329    private System.Windows.Forms.GroupBox assembliesBox;
330    private System.Windows.Forms.GroupBox namespacesBox;
331    private System.Windows.Forms.CheckBox breakpointCheckBox;
332    private System.Windows.Forms.Label compilationLabel;
333    private System.Windows.Forms.Label breakpointLabel;
334  }
335}
Note: See TracBrowser for help on using the repository browser.