Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Scripting.Views/3.3/CSharpScriptView.Designer.cs @ 10892

Last change on this file since 10892 was 10892, checked in by abeham, 10 years ago

#2136: merged r10510, r10511, r10512, r10566, r10577, r10642, r10727, r10731, r10747, r10761, r10857, r10865 to stable

File size: 6.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2014 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      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
55      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
56      this.splitContainer2.Panel1.SuspendLayout();
57      this.splitContainer2.Panel2.SuspendLayout();
58      this.splitContainer2.SuspendLayout();
59      this.SuspendLayout();
60      //
61      // nameTextBox
62      //
63      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
64      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
65      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
66      this.nameTextBox.Size = new System.Drawing.Size(750, 20);
67      //
68      // infoLabel
69      //
70      this.infoLabel.Location = new System.Drawing.Point(816, 4);
71      //
72      // startStopButton
73      //
74      this.startStopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
75      this.startStopButton.Location = new System.Drawing.Point(36, 26);
76      this.startStopButton.Name = "startStopButton";
77      this.startStopButton.Size = new System.Drawing.Size(24, 24);
78      this.startStopButton.TabIndex = 1;
79      this.startStopButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
80      this.toolTip.SetToolTip(this.startStopButton, "Run (F5)");
81      this.startStopButton.UseVisualStyleBackColor = true;
82      this.startStopButton.Click += new System.EventHandler(this.StartStopButtonOnClick);
83      //
84      // splitContainer2
85      //
86      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
87            | System.Windows.Forms.AnchorStyles.Left)
88            | System.Windows.Forms.AnchorStyles.Right)));
89      this.splitContainer2.Location = new System.Drawing.Point(3, 56);
90      this.splitContainer2.Name = "splitContainer2";
91      //
92      // splitContainer2.Panel1
93      //
94      this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
95      //
96      // splitContainer2.Panel2
97      //
98      this.splitContainer2.Panel2.Controls.Add(this.variableStoreView);
99      this.splitContainer2.Panel2.Controls.Add(this.viewHost);
100      this.splitContainer2.Size = new System.Drawing.Size(829, 543);
101      this.splitContainer2.SplitterDistance = 637;
102      this.splitContainer2.TabIndex = 7;
103      //
104      // splitContainer1
105      //
106      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
107      this.splitContainer1.Dock = DockStyle.Fill;
108      //
109      // variableStoreView
110      //
111      this.variableStoreView.Caption = "ItemCollection View";
112      this.variableStoreView.Content = null;
113      this.variableStoreView.Dock = System.Windows.Forms.DockStyle.Fill;
114      this.variableStoreView.Location = new System.Drawing.Point(0, 0);
115      this.variableStoreView.Name = "variableStoreView";
116      this.variableStoreView.ReadOnly = false;
117      this.variableStoreView.Size = new System.Drawing.Size(188, 543);
118      this.variableStoreView.TabIndex = 0;
119      //
120      // viewHost
121      //
122      this.viewHost.Caption = "View";
123      this.viewHost.Content = null;
124      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
125      this.viewHost.Enabled = false;
126      this.viewHost.Location = new System.Drawing.Point(0, 0);
127      this.viewHost.Name = "viewHost";
128      this.viewHost.ReadOnly = false;
129      this.viewHost.Size = new System.Drawing.Size(188, 543);
130      this.viewHost.TabIndex = 0;
131      this.viewHost.ViewsLabelVisible = true;
132      this.viewHost.ViewType = null;
133      //
134      // ScriptView
135      //
136      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
137      this.Controls.Add(this.splitContainer2);
138      this.Controls.Add(this.startStopButton);
139      this.Name = "ScriptView";
140      this.Size = new System.Drawing.Size(835, 602);
141      this.Controls.SetChildIndex(this.startStopButton, 0);
142      this.Controls.SetChildIndex(this.splitContainer2, 0);
143      this.Controls.SetChildIndex(this.nameLabel, 0);
144      this.Controls.SetChildIndex(this.nameTextBox, 0);
145      this.Controls.SetChildIndex(this.infoLabel, 0);
146      this.splitContainer2.Panel1.ResumeLayout(false);
147      this.splitContainer2.Panel2.ResumeLayout(false);
148      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
149      this.splitContainer2.ResumeLayout(false);
150      this.ResumeLayout(false);
151      this.PerformLayout();
152
153    }
154
155    #endregion
156
157    protected System.Windows.Forms.Button startStopButton;
158    protected System.Windows.Forms.SplitContainer splitContainer2;
159    protected MainForm.WindowsForms.ViewHost viewHost;
160    protected VariableStoreView variableStoreView;
161  }
162}
Note: See TracBrowser for help on using the repository browser.