Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 13024 was 13024, checked in by jkarder, 9 years ago

#2298: added execution time to CSharpScript

File size: 8.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
22using System.Windows.Forms;
23
24namespace HeuristicLab.Scripting.Views {
25  partial class CSharpScriptView {
26    /// <summary>
27    /// Required designer variable.
28    /// </summary>
29    private System.ComponentModel.IContainer components = null;
30
31    /// <summary>
32    /// Clean up any resources being used.
33    /// </summary>
34    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
35    protected override void Dispose(bool disposing) {
36      if (disposing && (components != null)) {
37        components.Dispose();
38      }
39      base.Dispose(disposing);
40    }
41
42    #region Component Designer generated code
43
44    /// <summary>
45    /// Required method for Designer support - do not modify
46    /// the contents of this method with the code editor.
47    /// </summary>
48    private void InitializeComponent() {
49      this.components = new System.ComponentModel.Container();
50      this.startStopButton = new System.Windows.Forms.Button();
51      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
52      this.variableStoreView = new HeuristicLab.Scripting.Views.VariableStoreView();
53      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
54      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
55      this.executionTimeLabel = new System.Windows.Forms.Label();
56      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
57      this.splitContainer1.Panel1.SuspendLayout();
58      this.splitContainer1.SuspendLayout();
59      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
60      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
61      this.splitContainer2.Panel1.SuspendLayout();
62      this.splitContainer2.Panel2.SuspendLayout();
63      this.splitContainer2.SuspendLayout();
64      this.SuspendLayout();
65      //
66      // splitContainer1.Panel1
67      //
68      this.splitContainer1.Panel1.Controls.Add(this.executionTimeTextBox);
69      this.splitContainer1.Panel1.Controls.Add(this.executionTimeLabel);
70      this.splitContainer1.Panel1.Controls.SetChildIndex(this.executionTimeTextBox, 0);
71      this.splitContainer1.Panel1.Controls.SetChildIndex(this.executionTimeLabel, 0);
72      this.splitContainer1.Size = new System.Drawing.Size(637, 543);
73      //
74      // nameTextBox
75      //
76      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
77      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
78      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
79      this.nameTextBox.Size = new System.Drawing.Size(750, 20);
80      //
81      // infoLabel
82      //
83      this.infoLabel.Location = new System.Drawing.Point(816, 4);
84      //
85      // startStopButton
86      //
87      this.startStopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
88      this.startStopButton.Location = new System.Drawing.Point(36, 26);
89      this.startStopButton.Name = "startStopButton";
90      this.startStopButton.Size = new System.Drawing.Size(24, 24);
91      this.startStopButton.TabIndex = 1;
92      this.startStopButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
93      this.toolTip.SetToolTip(this.startStopButton, "Run (F5)");
94      this.startStopButton.UseVisualStyleBackColor = true;
95      this.startStopButton.Click += new System.EventHandler(this.StartStopButtonOnClick);
96      //
97      // splitContainer2
98      //
99      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
100            | System.Windows.Forms.AnchorStyles.Left)
101            | System.Windows.Forms.AnchorStyles.Right)));
102      this.splitContainer2.Location = new System.Drawing.Point(3, 56);
103      this.splitContainer2.Name = "splitContainer2";
104      //
105      // splitContainer2.Panel1
106      //
107      this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
108      //
109      // splitContainer2.Panel2
110      //
111      this.splitContainer2.Panel2.Controls.Add(this.variableStoreView);
112      this.splitContainer2.Panel2.Controls.Add(this.viewHost);
113      this.splitContainer2.Size = new System.Drawing.Size(829, 543);
114      this.splitContainer2.SplitterDistance = 637;
115      this.splitContainer2.TabIndex = 7;
116      //
117      // splitContainer1
118      //
119      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
120      this.splitContainer1.Dock = DockStyle.Fill;
121      //
122      // variableStoreView
123      //
124      this.variableStoreView.Caption = "ItemCollection View";
125      this.variableStoreView.Content = null;
126      this.variableStoreView.Dock = System.Windows.Forms.DockStyle.Fill;
127      this.variableStoreView.Location = new System.Drawing.Point(0, 0);
128      this.variableStoreView.Name = "variableStoreView";
129      this.variableStoreView.ReadOnly = false;
130      this.variableStoreView.Size = new System.Drawing.Size(188, 543);
131      this.variableStoreView.TabIndex = 0;
132      //
133      // viewHost
134      //
135      this.viewHost.Caption = "View";
136      this.viewHost.Content = null;
137      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
138      this.viewHost.Enabled = false;
139      this.viewHost.Location = new System.Drawing.Point(0, 0);
140      this.viewHost.Name = "viewHost";
141      this.viewHost.ReadOnly = false;
142      this.viewHost.Size = new System.Drawing.Size(188, 543);
143      this.viewHost.TabIndex = 0;
144      this.viewHost.ViewsLabelVisible = true;
145      this.viewHost.ViewType = null;
146      //
147      // executionTimeTextBox
148      //
149      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
150      this.executionTimeTextBox.Location = new System.Drawing.Point(483, 390);
151      this.executionTimeTextBox.Name = "executionTimeTextBox";
152      this.executionTimeTextBox.ReadOnly = true;
153      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
154      this.executionTimeTextBox.TabIndex = 17;
155      //
156      // executionTimeLabel
157      //
158      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
159      this.executionTimeLabel.AutoSize = true;
160      this.executionTimeLabel.Location = new System.Drawing.Point(394, 393);
161      this.executionTimeLabel.Name = "executionTimeLabel";
162      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
163      this.executionTimeLabel.TabIndex = 16;
164      this.executionTimeLabel.Text = "&Execution Time:";
165      //
166      // ScriptView
167      //
168      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
169      this.Controls.Add(this.splitContainer2);
170      this.Controls.Add(this.startStopButton);
171      this.Name = "ScriptView";
172      this.Size = new System.Drawing.Size(835, 602);
173      this.Controls.SetChildIndex(this.startStopButton, 0);
174      this.Controls.SetChildIndex(this.splitContainer2, 0);
175      this.Controls.SetChildIndex(this.nameLabel, 0);
176      this.Controls.SetChildIndex(this.nameTextBox, 0);
177      this.Controls.SetChildIndex(this.infoLabel, 0);
178      this.splitContainer1.Panel1.ResumeLayout(false);
179      this.splitContainer1.Panel1.PerformLayout();
180      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
181      this.splitContainer1.ResumeLayout(false);
182      this.splitContainer2.Panel1.ResumeLayout(false);
183      this.splitContainer2.Panel2.ResumeLayout(false);
184      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
185      this.splitContainer2.ResumeLayout(false);
186      this.ResumeLayout(false);
187      this.PerformLayout();
188
189    }
190
191    #endregion
192
193    protected System.Windows.Forms.Button startStopButton;
194    protected System.Windows.Forms.SplitContainer splitContainer2;
195    protected MainForm.WindowsForms.ViewHost viewHost;
196    protected VariableStoreView variableStoreView;
197    protected TextBox executionTimeTextBox;
198    protected Label executionTimeLabel;
199  }
200}
Note: See TracBrowser for help on using the repository browser.