[10731] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[14186] | 3 | * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[10731] | 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 |
|
---|
| 23 | namespace 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();
|
---|
[13277] | 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();
|
---|
[10731] | 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 | //
|
---|
[13277] | 65 | // executionTimeLabel
|
---|
[10731] | 66 | //
|
---|
[13277] | 67 | this.executionTimeLabel.Location = new System.Drawing.Point(409, 3);
|
---|
[10731] | 68 | //
|
---|
[13277] | 69 | // executionTimeTextBox
|
---|
[10731] | 70 | //
|
---|
[13277] | 71 | this.executionTimeTextBox.Location = new System.Drawing.Point(498, 0);
|
---|
[10731] | 72 | //
|
---|
[13277] | 73 | // infoTabControl
|
---|
[10731] | 74 | //
|
---|
[13277] | 75 | this.infoTabControl.Size = new System.Drawing.Size(637, 110);
|
---|
[10731] | 76 | //
|
---|
[13277] | 77 | // splitContainer1
|
---|
| 78 | //
|
---|
| 79 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 80 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 81 | this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
---|
| 82 | this.splitContainer1.Size = new System.Drawing.Size(637, 543);
|
---|
| 83 | this.splitContainer1.SplitterDistance = 427;
|
---|
| 84 | //
|
---|
[10731] | 85 | // splitContainer2
|
---|
| 86 | //
|
---|
| 87 | this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 88 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 89 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 90 | this.splitContainer2.Location = new System.Drawing.Point(3, 56);
|
---|
| 91 | this.splitContainer2.Name = "splitContainer2";
|
---|
| 92 | //
|
---|
| 93 | // splitContainer2.Panel1
|
---|
| 94 | //
|
---|
| 95 | this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
|
---|
| 96 | //
|
---|
| 97 | // splitContainer2.Panel2
|
---|
| 98 | //
|
---|
| 99 | this.splitContainer2.Panel2.Controls.Add(this.variableStoreView);
|
---|
| 100 | this.splitContainer2.Panel2.Controls.Add(this.viewHost);
|
---|
| 101 | this.splitContainer2.Size = new System.Drawing.Size(829, 543);
|
---|
| 102 | this.splitContainer2.SplitterDistance = 637;
|
---|
| 103 | this.splitContainer2.TabIndex = 7;
|
---|
| 104 | //
|
---|
| 105 | // variableStoreView
|
---|
| 106 | //
|
---|
| 107 | this.variableStoreView.Caption = "ItemCollection View";
|
---|
| 108 | this.variableStoreView.Content = null;
|
---|
| 109 | this.variableStoreView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 110 | this.variableStoreView.Location = new System.Drawing.Point(0, 0);
|
---|
| 111 | this.variableStoreView.Name = "variableStoreView";
|
---|
| 112 | this.variableStoreView.ReadOnly = false;
|
---|
| 113 | this.variableStoreView.Size = new System.Drawing.Size(188, 543);
|
---|
| 114 | this.variableStoreView.TabIndex = 0;
|
---|
| 115 | //
|
---|
| 116 | // viewHost
|
---|
| 117 | //
|
---|
| 118 | this.viewHost.Caption = "View";
|
---|
| 119 | this.viewHost.Content = null;
|
---|
| 120 | this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 121 | this.viewHost.Enabled = false;
|
---|
| 122 | this.viewHost.Location = new System.Drawing.Point(0, 0);
|
---|
| 123 | this.viewHost.Name = "viewHost";
|
---|
| 124 | this.viewHost.ReadOnly = false;
|
---|
| 125 | this.viewHost.Size = new System.Drawing.Size(188, 543);
|
---|
| 126 | this.viewHost.TabIndex = 0;
|
---|
| 127 | this.viewHost.ViewsLabelVisible = true;
|
---|
| 128 | this.viewHost.ViewType = null;
|
---|
| 129 | //
|
---|
[13277] | 130 | // CSharpScriptView
|
---|
[10731] | 131 | //
|
---|
| 132 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
| 133 | this.Controls.Add(this.splitContainer2);
|
---|
[13277] | 134 | this.Name = "CSharpScriptView";
|
---|
| 135 | this.Controls.SetChildIndex(this.infoTextLabel, 0);
|
---|
| 136 | this.Controls.SetChildIndex(this.compileButton, 0);
|
---|
[10731] | 137 | this.Controls.SetChildIndex(this.startStopButton, 0);
|
---|
| 138 | this.Controls.SetChildIndex(this.splitContainer2, 0);
|
---|
| 139 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 140 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 141 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[13277] | 142 | this.infoTabControl.ResumeLayout(false);
|
---|
| 143 | this.outputTabPage.ResumeLayout(false);
|
---|
| 144 | this.outputTabPage.PerformLayout();
|
---|
| 145 | this.errorListTabPage.ResumeLayout(false);
|
---|
| 146 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 147 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 148 | this.splitContainer1.Panel2.PerformLayout();
|
---|
| 149 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
| 150 | this.splitContainer1.ResumeLayout(false);
|
---|
| 151 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[10731] | 152 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
| 153 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
| 154 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
---|
| 155 | this.splitContainer2.ResumeLayout(false);
|
---|
| 156 | this.ResumeLayout(false);
|
---|
| 157 | this.PerformLayout();
|
---|
| 158 |
|
---|
| 159 | }
|
---|
| 160 |
|
---|
| 161 | #endregion
|
---|
| 162 |
|
---|
| 163 | protected System.Windows.Forms.SplitContainer splitContainer2;
|
---|
| 164 | protected MainForm.WindowsForms.ViewHost viewHost;
|
---|
| 165 | protected VariableStoreView variableStoreView;
|
---|
| 166 | }
|
---|
| 167 | }
|
---|