Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2904 was 2846, checked in by kgrading, 15 years ago

various improvements (#828) concerning the stability of the server

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