Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngineEditor.Designer.cs @ 1530

Last change on this file since 1530 was 1530, checked in by gkronber, 15 years ago

Moved source files of plugins Hive ... Visualization.Test into version-specific sub-folders. #576

File size: 5.9 KB
Line 
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
22namespace 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.snapshotButton = new System.Windows.Forms.Button();
48      this.urlTextBox = new System.Windows.Forms.TextBox();
49      this.urlLabel = new System.Windows.Forms.Label();
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      // snapshotButton
87      //
88      this.snapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
89      this.snapshotButton.Location = new System.Drawing.Point(294, 457);
90      this.snapshotButton.Name = "snapshotButton";
91      this.snapshotButton.Size = new System.Drawing.Size(92, 23);
92      this.snapshotButton.TabIndex = 6;
93      this.snapshotButton.Text = "Snapshot";
94      this.snapshotButton.UseVisualStyleBackColor = true;
95      //
96      // urlTextBox
97      //
98      this.urlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
99      this.urlTextBox.Location = new System.Drawing.Point(526, 459);
100      this.urlTextBox.Name = "urlTextBox";
101      this.urlTextBox.Size = new System.Drawing.Size(154, 20);
102      this.urlTextBox.TabIndex = 7;
103      //
104      // urlLabel
105      //
106      this.urlLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
107      this.urlLabel.AutoSize = true;
108      this.urlLabel.Location = new System.Drawing.Point(523, 444);
109      this.urlLabel.Name = "urlLabel";
110      this.urlLabel.Size = new System.Drawing.Size(82, 13);
111      this.urlLabel.TabIndex = 8;
112      this.urlLabel.Text = "Hive Server Url:";
113      //
114      // HiveEngineEditor
115      //
116      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
117      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
118      this.Controls.Add(this.snapshotButton);
119      this.Controls.Add(this.urlTextBox);
120      this.Controls.Add(this.urlLabel);
121      this.Name = "HiveEngineEditor";
122      this.Size = new System.Drawing.Size(827, 480);
123      this.Controls.SetChildIndex(this.executeButton, 0);
124      this.Controls.SetChildIndex(this.abortButton, 0);
125      this.Controls.SetChildIndex(this.resetButton, 0);
126      this.Controls.SetChildIndex(this.splitContainer1, 0);
127      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
128      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
129      this.Controls.SetChildIndex(this.urlLabel, 0);
130      this.Controls.SetChildIndex(this.urlTextBox, 0);
131      this.Controls.SetChildIndex(this.snapshotButton, 0);
132      this.splitContainer1.Panel1.ResumeLayout(false);
133      this.splitContainer1.Panel2.ResumeLayout(false);
134      this.splitContainer1.ResumeLayout(false);
135      this.operatorGraphGroupBox.ResumeLayout(false);
136      this.globalScopeGroupBox.ResumeLayout(false);
137      this.ResumeLayout(false);
138      this.PerformLayout();
139
140    }
141
142    #endregion
143
144    private System.Windows.Forms.Button snapshotButton;
145    private System.Windows.Forms.TextBox urlTextBox;
146    private System.Windows.Forms.Label urlLabel;
147  }
148}
Note: See TracBrowser for help on using the repository browser.