Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Scripting.Views/3.3/CSharpScriptView.Designer.cs @ 13080

Last change on this file since 13080 was 13080, checked in by jkarder, 8 years ago

#2298: added ExecutableScript and ExecutableScriptView

File size: 6.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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
22
23namespace HeuristicLab.Scripting.Views {
24  partial class CSharpScriptView {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    /// <summary>
31    /// Clean up any resources being used.
32    /// </summary>
33    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34    protected override void Dispose(bool disposing) {
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
49      this.variableStoreView = new HeuristicLab.Scripting.Views.VariableStoreView();
50      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
51      this.infoTabControl.SuspendLayout();
52      this.outputTabPage.SuspendLayout();
53      this.errorListTabPage.SuspendLayout();
54      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
55      this.splitContainer1.Panel1.SuspendLayout();
56      this.splitContainer1.Panel2.SuspendLayout();
57      this.splitContainer1.SuspendLayout();
58      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
59      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
60      this.splitContainer2.Panel1.SuspendLayout();
61      this.splitContainer2.Panel2.SuspendLayout();
62      this.splitContainer2.SuspendLayout();
63      this.SuspendLayout();
64      //
65      // executionTimeLabel
66      //
67      this.executionTimeLabel.Location = new System.Drawing.Point(394, 393);
68      //
69      // executionTimeTextBox
70      //
71      this.executionTimeTextBox.Location = new System.Drawing.Point(483, 390);
72      //
73      // splitContainer1
74      //
75      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
76      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
77      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
78      this.splitContainer1.Size = new System.Drawing.Size(637, 543);
79      this.splitContainer1.SplitterDistance = 427;
80      //
81      // splitContainer2
82      //
83      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
84            | System.Windows.Forms.AnchorStyles.Left)
85            | System.Windows.Forms.AnchorStyles.Right)));
86      this.splitContainer2.Location = new System.Drawing.Point(3, 56);
87      this.splitContainer2.Name = "splitContainer2";
88      //
89      // splitContainer2.Panel1
90      //
91      this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
92      //
93      // splitContainer2.Panel2
94      //
95      this.splitContainer2.Panel2.Controls.Add(this.variableStoreView);
96      this.splitContainer2.Panel2.Controls.Add(this.viewHost);
97      this.splitContainer2.Size = new System.Drawing.Size(829, 543);
98      this.splitContainer2.SplitterDistance = 637;
99      this.splitContainer2.TabIndex = 7;
100      //
101      // variableStoreView
102      //
103      this.variableStoreView.Caption = "ItemCollection View";
104      this.variableStoreView.Content = null;
105      this.variableStoreView.Dock = System.Windows.Forms.DockStyle.Fill;
106      this.variableStoreView.Location = new System.Drawing.Point(0, 0);
107      this.variableStoreView.Name = "variableStoreView";
108      this.variableStoreView.ReadOnly = false;
109      this.variableStoreView.Size = new System.Drawing.Size(188, 543);
110      this.variableStoreView.TabIndex = 0;
111      //
112      // viewHost
113      //
114      this.viewHost.Caption = "View";
115      this.viewHost.Content = null;
116      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
117      this.viewHost.Enabled = false;
118      this.viewHost.Location = new System.Drawing.Point(0, 0);
119      this.viewHost.Name = "viewHost";
120      this.viewHost.ReadOnly = false;
121      this.viewHost.Size = new System.Drawing.Size(188, 543);
122      this.viewHost.TabIndex = 0;
123      this.viewHost.ViewsLabelVisible = true;
124      this.viewHost.ViewType = null;
125      //
126      // CSharpScriptView
127      //
128      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
129      this.Controls.Add(this.splitContainer2);
130      this.Name = "CSharpScriptView";
131      this.Controls.SetChildIndex(this.infoTextLabel, 0);
132      this.Controls.SetChildIndex(this.compileButton, 0);
133      this.Controls.SetChildIndex(this.startStopButton, 0);
134      this.Controls.SetChildIndex(this.splitContainer2, 0);
135      this.Controls.SetChildIndex(this.nameLabel, 0);
136      this.Controls.SetChildIndex(this.nameTextBox, 0);
137      this.Controls.SetChildIndex(this.infoLabel, 0);
138      this.infoTabControl.ResumeLayout(false);
139      this.outputTabPage.ResumeLayout(false);
140      this.outputTabPage.PerformLayout();
141      this.errorListTabPage.ResumeLayout(false);
142      this.splitContainer1.Panel1.ResumeLayout(false);
143      this.splitContainer1.Panel1.PerformLayout();
144      this.splitContainer1.Panel2.ResumeLayout(false);
145      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
146      this.splitContainer1.ResumeLayout(false);
147      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
148      this.splitContainer2.Panel1.ResumeLayout(false);
149      this.splitContainer2.Panel2.ResumeLayout(false);
150      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
151      this.splitContainer2.ResumeLayout(false);
152      this.ResumeLayout(false);
153      this.PerformLayout();
154
155    }
156
157    #endregion
158
159    protected System.Windows.Forms.SplitContainer splitContainer2;
160    protected MainForm.WindowsForms.ViewHost viewHost;
161    protected VariableStoreView variableStoreView;
162  }
163}
Note: See TracBrowser for help on using the repository browser.