Free cookie consent management tool by TermsFeed Policy Generator

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

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

adapted view captions (ticket #893)

File size: 11.9 KB
RevLine 
[2]1#region License Information
2/* HeuristicLab
[2911]3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[2]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() {
[2897]47      System.Windows.Forms.TabPage tabPage2;
48      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
49      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
[2799]50      this.assembliesTreeView = new System.Windows.Forms.TreeView();
[2897]51      this.namespacesTreeView = new System.Windows.Forms.TreeView();
[2799]52      this.showCodeButton = new System.Windows.Forms.Button();
[2897]53      this.compileButton = new System.Windows.Forms.Button();
[2799]54      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
[2897]55      this.tabControl1 = new System.Windows.Forms.TabControl();
56      this.tabPage1 = new System.Windows.Forms.TabPage();
[3014]57      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
[2897]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();
[2]69      this.SuspendLayout();
70      //
[2897]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      //
[2917]79      this.descriptionTextBox.Size = new System.Drawing.Size(913, 20);
[2897]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);
[3008]87      tabPage2.Size = new System.Drawing.Size(977, 619);
[2897]88      tabPage2.TabIndex = 1;
89      tabPage2.Text = "Code";
90      tabPage2.UseVisualStyleBackColor = true;
91      //
[2799]92      // splitContainer1
93      //
[2897]94      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
95      this.splitContainer1.Location = new System.Drawing.Point(3, 3);
96      this.splitContainer1.Name = "splitContainer1";
[2799]97      //
98      // splitContainer1.Panel1
99      //
[2897]100      this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
101      this.splitContainer1.Panel1.Controls.Add(this.showCodeButton);
102      this.splitContainer1.Panel1.Controls.Add(this.compileButton);
[2799]103      //
104      // splitContainer1.Panel2
105      //
[2897]106      this.splitContainer1.Panel2.Controls.Add(this.codeEditor);
[3008]107      this.splitContainer1.Size = new System.Drawing.Size(971, 613);
[2897]108      this.splitContainer1.SplitterDistance = 254;
109      this.splitContainer1.TabIndex = 0;
[2799]110      //
111      // splitContainer2
112      //
[2897]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;
[2799]119      //
120      // splitContainer2.Panel1
121      //
[2897]122      this.splitContainer2.Panel1.Controls.Add(this.assembliesTreeView);
[2799]123      //
124      // splitContainer2.Panel2
125      //
[2897]126      this.splitContainer2.Panel2.Controls.Add(this.namespacesTreeView);
[3008]127      this.splitContainer2.Size = new System.Drawing.Size(248, 578);
128      this.splitContainer2.SplitterDistance = 289;
[2897]129      this.splitContainer2.TabIndex = 2;
[2799]130      //
131      // assembliesTreeView
132      //
133      this.assembliesTreeView.CheckBoxes = true;
134      this.assembliesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
[2897]135      this.assembliesTreeView.Location = new System.Drawing.Point(0, 0);
[2799]136      this.assembliesTreeView.Name = "assembliesTreeView";
[3008]137      this.assembliesTreeView.Size = new System.Drawing.Size(248, 289);
[2897]138      this.assembliesTreeView.TabIndex = 0;
[2799]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;
[2897]145      this.namespacesTreeView.Location = new System.Drawing.Point(0, 0);
[2799]146      this.namespacesTreeView.Name = "namespacesTreeView";
147      this.namespacesTreeView.PathSeparator = ".";
[3008]148      this.namespacesTreeView.Size = new System.Drawing.Size(248, 285);
[2897]149      this.namespacesTreeView.TabIndex = 0;
[2799]150      this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
151      //
[2897]152      // showCodeButton
[2799]153      //
[2897]154      this.showCodeButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
[2799]155                  | System.Windows.Forms.AnchorStyles.Right)));
[3008]156      this.showCodeButton.Location = new System.Drawing.Point(65, 587);
[2799]157      this.showCodeButton.Name = "showCodeButton";
[2897]158      this.showCodeButton.Size = new System.Drawing.Size(186, 23);
159      this.showCodeButton.TabIndex = 0;
[3008]160      this.showCodeButton.Text = "&Show Generated Code ...";
[2897]161      this.showCodeButton.UseVisualStyleBackColor = false;
[2799]162      this.showCodeButton.Click += new System.EventHandler(this.showCodeButton_Click);
163      //
164      // compileButton
165      //
[2897]166      this.compileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
[3008]167      this.compileButton.Location = new System.Drawing.Point(3, 587);
[2799]168      this.compileButton.Name = "compileButton";
[2897]169      this.compileButton.Size = new System.Drawing.Size(56, 23);
170      this.compileButton.TabIndex = 1;
[2799]171      this.compileButton.Text = "&Compile";
172      this.compileButton.UseVisualStyleBackColor = true;
173      this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
174      //
[2897]175      // codeEditor
[2]176      //
[2897]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 = "";
[3008]181      this.codeEditor.Size = new System.Drawing.Size(713, 613);
[2897]182      this.codeEditor.Suffix = "";
183      this.codeEditor.TabIndex = 0;
184      this.codeEditor.UserCode = "";
185      this.codeEditor.Validated += new System.EventHandler(this.codeEditor_Validated);
[2]186      //
[2897]187      // tabControl1
[2]188      //
[2897]189      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
[2]190                  | System.Windows.Forms.AnchorStyles.Left)
191                  | System.Windows.Forms.AnchorStyles.Right)));
[2897]192      this.tabControl1.Controls.Add(this.tabPage1);
193      this.tabControl1.Controls.Add(tabPage2);
[2917]194      this.tabControl1.Location = new System.Drawing.Point(0, 52);
[2897]195      this.tabControl1.Name = "tabControl1";
196      this.tabControl1.SelectedIndex = 0;
[2917]197      this.tabControl1.Size = new System.Drawing.Size(985, 645);
[2897]198      this.tabControl1.TabIndex = 7;
[2]199      //
[2897]200      // tabPage1
[2]201      //
[3014]202      this.tabPage1.Controls.Add(this.parameterCollectionView);
[2897]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);
[2917]206      this.tabPage1.Size = new System.Drawing.Size(977, 619);
[2897]207      this.tabPage1.TabIndex = 0;
208      this.tabPage1.Text = "Parameters";
209      this.tabPage1.UseVisualStyleBackColor = true;
[2]210      //
[2897]211      // parameterCollectionView1
[2]212      //
[3014]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;
[2]219      //
220      // ProgrammableOperatorView
221      //
222      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
223      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[2897]224      this.Controls.Add(this.tabControl1);
[2]225      this.Name = "ProgrammableOperatorView";
[2897]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);
[2]242      this.ResumeLayout(false);
[2897]243      this.PerformLayout();
[2]244
245    }
246
247    #endregion
248
[2897]249    private System.Windows.Forms.TabControl tabControl1;
250    private System.Windows.Forms.TabPage tabPage1;
[3014]251    private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
[2897]252    private System.Windows.Forms.SplitContainer splitContainer1;
[2799]253    private HeuristicLab.CodeEditor.CodeEditor codeEditor;
254    private System.Windows.Forms.Button compileButton;
255    private System.Windows.Forms.Button showCodeButton;
[2897]256    private System.Windows.Forms.SplitContainer splitContainer2;
257    private System.Windows.Forms.TreeView assembliesTreeView;
258    private System.Windows.Forms.TreeView namespacesTreeView;   
[2]259  }
260}
Note: See TracBrowser for help on using the repository browser.