Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3500 was 3018, checked in by kgrading, 15 years ago

added Priority and resource restricted scheduling (#907)

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