1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2008 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 | namespace HeuristicLab.Hive.Engine {
|
---|
23 | partial class HiveEngineEditor {
|
---|
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() {
|
---|
47 | this.urlTextBox = new System.Windows.Forms.TextBox();
|
---|
48 | this.urlLabel = new System.Windows.Forms.Label();
|
---|
49 | this.snapshotButton = new System.Windows.Forms.Button();
|
---|
50 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
51 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
52 | this.splitContainer1.SuspendLayout();
|
---|
53 | this.operatorGraphGroupBox.SuspendLayout();
|
---|
54 | this.globalScopeGroupBox.SuspendLayout();
|
---|
55 | this.SuspendLayout();
|
---|
56 | //
|
---|
57 | // executionTimeTextBox
|
---|
58 | //
|
---|
59 | this.executionTimeTextBox.Location = new System.Drawing.Point(686, 460);
|
---|
60 | //
|
---|
61 | // executionTimeLabel
|
---|
62 | //
|
---|
63 | this.executionTimeLabel.Location = new System.Drawing.Point(683, 444);
|
---|
64 | //
|
---|
65 | // splitContainer1
|
---|
66 | //
|
---|
67 | this.splitContainer1.Size = new System.Drawing.Size(827, 441);
|
---|
68 | this.splitContainer1.SplitterDistance = 639;
|
---|
69 | //
|
---|
70 | // operatorGraphGroupBox
|
---|
71 | //
|
---|
72 | this.operatorGraphGroupBox.Size = new System.Drawing.Size(639, 441);
|
---|
73 | //
|
---|
74 | // globalScopeGroupBox
|
---|
75 | //
|
---|
76 | this.globalScopeGroupBox.Size = new System.Drawing.Size(184, 441);
|
---|
77 | //
|
---|
78 | // operatorGraphView
|
---|
79 | //
|
---|
80 | this.operatorGraphView.Size = new System.Drawing.Size(633, 422);
|
---|
81 | //
|
---|
82 | // scopeView
|
---|
83 | //
|
---|
84 | this.scopeView.Size = new System.Drawing.Size(178, 422);
|
---|
85 | //
|
---|
86 | // urlTextBox
|
---|
87 | //
|
---|
88 | this.urlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
89 | this.urlTextBox.Location = new System.Drawing.Point(526, 459);
|
---|
90 | this.urlTextBox.Name = "urlTextBox";
|
---|
91 | this.urlTextBox.Size = new System.Drawing.Size(154, 20);
|
---|
92 | this.urlTextBox.TabIndex = 7;
|
---|
93 | //
|
---|
94 | // urlLabel
|
---|
95 | //
|
---|
96 | this.urlLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
97 | this.urlLabel.AutoSize = true;
|
---|
98 | this.urlLabel.Location = new System.Drawing.Point(523, 444);
|
---|
99 | this.urlLabel.Name = "urlLabel";
|
---|
100 | this.urlLabel.Size = new System.Drawing.Size(82, 13);
|
---|
101 | this.urlLabel.TabIndex = 8;
|
---|
102 | this.urlLabel.Text = "Hive Server Url:";
|
---|
103 | //
|
---|
104 | // snapshotButton
|
---|
105 | //
|
---|
106 | this.snapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
107 | this.snapshotButton.Enabled = false;
|
---|
108 | this.snapshotButton.Location = new System.Drawing.Point(294, 457);
|
---|
109 | this.snapshotButton.Name = "snapshotButton";
|
---|
110 | this.snapshotButton.Size = new System.Drawing.Size(75, 23);
|
---|
111 | this.snapshotButton.TabIndex = 9;
|
---|
112 | this.snapshotButton.Text = "Sna&pshot";
|
---|
113 | this.snapshotButton.UseVisualStyleBackColor = true;
|
---|
114 | this.snapshotButton.Click += new System.EventHandler(this.snapshotButton_Click);
|
---|
115 | //
|
---|
116 | // HiveEngineEditor
|
---|
117 | //
|
---|
118 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
119 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
120 | this.Controls.Add(this.snapshotButton);
|
---|
121 | this.Controls.Add(this.urlTextBox);
|
---|
122 | this.Controls.Add(this.urlLabel);
|
---|
123 | this.Name = "HiveEngineEditor";
|
---|
124 | this.Size = new System.Drawing.Size(827, 480);
|
---|
125 | this.Controls.SetChildIndex(this.executeButton, 0);
|
---|
126 | this.Controls.SetChildIndex(this.abortButton, 0);
|
---|
127 | this.Controls.SetChildIndex(this.resetButton, 0);
|
---|
128 | this.Controls.SetChildIndex(this.splitContainer1, 0);
|
---|
129 | this.Controls.SetChildIndex(this.executionTimeLabel, 0);
|
---|
130 | this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
|
---|
131 | this.Controls.SetChildIndex(this.urlLabel, 0);
|
---|
132 | this.Controls.SetChildIndex(this.urlTextBox, 0);
|
---|
133 | this.Controls.SetChildIndex(this.snapshotButton, 0);
|
---|
134 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
135 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
136 | this.splitContainer1.ResumeLayout(false);
|
---|
137 | this.operatorGraphGroupBox.ResumeLayout(false);
|
---|
138 | this.globalScopeGroupBox.ResumeLayout(false);
|
---|
139 | this.ResumeLayout(false);
|
---|
140 | this.PerformLayout();
|
---|
141 |
|
---|
142 | }
|
---|
143 |
|
---|
144 | #endregion
|
---|
145 |
|
---|
146 | private System.Windows.Forms.TextBox urlTextBox;
|
---|
147 | private System.Windows.Forms.Label urlLabel;
|
---|
148 | private System.Windows.Forms.Button snapshotButton;
|
---|
149 | }
|
---|
150 | }
|
---|