Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.MetaOptimization/HeuristicLab.HiveEngine.Views/3.3/HiveEngineView.Designer.cs @ 12930

Last change on this file since 12930 was 12930, checked in by ascheibe, 9 years ago

#2355 adapted MetaOpt branch to changes from r12926

File size: 10.1 KB
Line 
1using HeuristicLab.Clients.Hive.JobManager.Views;
2namespace HeuristicLab.HiveEngine.Views {
3  partial class HiveEngineView {
4    /// <summary>
5    /// Required designer variable.
6    /// </summary>
7    private System.ComponentModel.IContainer components = null;
8
9    /// <summary>
10    /// Clean up any resources being used.
11    /// </summary>
12    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
13    protected override void Dispose(bool disposing) {
14      if (disposing && (components != null)) {
15        components.Dispose();
16      }
17      base.Dispose(disposing);
18    }
19
20    #region Component Designer generated code
21
22    /// <summary>
23    /// Required method for Designer support - do not modify
24    /// the contents of this method with the code editor.
25    /// </summary>
26    private void InitializeComponent() {
27      this.resourceIdsLabel = new System.Windows.Forms.Label();
28      this.resourceIdsTextBox = new System.Windows.Forms.TextBox();
29      this.priorityLabel = new System.Windows.Forms.Label();
30      this.priorityTextBox = new System.Windows.Forms.TextBox();
31      this.label1 = new System.Windows.Forms.Label();
32      this.executionTimeOnHiveTextBox = new System.Windows.Forms.TextBox();
33      this.tabControl = new System.Windows.Forms.TabControl();
34      this.jobsTabPage = new System.Windows.Forms.TabPage();
35      this.hiveExperimentListView = new HeuristicLab.Clients.Hive.JobManager.Views.RefreshableHiveJobListView();
36      this.logTabPage = new System.Windows.Forms.TabPage();
37      this.logView = new HeuristicLab.Core.Views.LogView();
38      this.executionTimeLabel = new System.Windows.Forms.Label();
39      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
40      this.tabControl.SuspendLayout();
41      this.jobsTabPage.SuspendLayout();
42      this.logTabPage.SuspendLayout();
43      this.SuspendLayout();
44      //
45      // resourceIdsLabel
46      //
47      this.resourceIdsLabel.AutoSize = true;
48      this.resourceIdsLabel.Location = new System.Drawing.Point(113, 55);
49      this.resourceIdsLabel.Name = "resourceIdsLabel";
50      this.resourceIdsLabel.Size = new System.Drawing.Size(70, 13);
51      this.resourceIdsLabel.TabIndex = 3;
52      this.resourceIdsLabel.Text = "ResourceIds:";
53      //
54      // resourceIdsTextBox
55      //
56      this.resourceIdsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
57            | System.Windows.Forms.AnchorStyles.Left)
58            | System.Windows.Forms.AnchorStyles.Right)));
59      this.resourceIdsTextBox.Location = new System.Drawing.Point(189, 52);
60      this.resourceIdsTextBox.Name = "resourceIdsTextBox";
61      this.resourceIdsTextBox.Size = new System.Drawing.Size(517, 20);
62      this.resourceIdsTextBox.TabIndex = 4;
63      this.resourceIdsTextBox.Text = "HEAL";
64      this.resourceIdsTextBox.Validated += new System.EventHandler(this.resourceIdsTextBox_Validated);
65      //
66      // priorityLabel
67      //
68      this.priorityLabel.AutoSize = true;
69      this.priorityLabel.Location = new System.Drawing.Point(3, 55);
70      this.priorityLabel.Name = "priorityLabel";
71      this.priorityLabel.Size = new System.Drawing.Size(41, 13);
72      this.priorityLabel.TabIndex = 5;
73      this.priorityLabel.Text = "Priority:";
74      //
75      // priorityTextBox
76      //
77      this.priorityTextBox.Location = new System.Drawing.Point(50, 52);
78      this.priorityTextBox.Name = "priorityTextBox";
79      this.priorityTextBox.Size = new System.Drawing.Size(57, 20);
80      this.priorityTextBox.TabIndex = 6;
81      this.priorityTextBox.Text = "0";
82      this.priorityTextBox.Validated += new System.EventHandler(this.priorityTextBox_Validated);
83      //
84      // label1
85      //
86      this.label1.AutoSize = true;
87      this.label1.Location = new System.Drawing.Point(3, 29);
88      this.label1.Name = "label1";
89      this.label1.Size = new System.Drawing.Size(123, 13);
90      this.label1.TabIndex = 7;
91      this.label1.Text = "Execution Time on Hive:";
92      //
93      // executionTimeOnHiveTextBox
94      //
95      this.executionTimeOnHiveTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
96            | System.Windows.Forms.AnchorStyles.Left)
97            | System.Windows.Forms.AnchorStyles.Right)));
98      this.executionTimeOnHiveTextBox.Location = new System.Drawing.Point(129, 26);
99      this.executionTimeOnHiveTextBox.Name = "executionTimeOnHiveTextBox";
100      this.executionTimeOnHiveTextBox.ReadOnly = true;
101      this.executionTimeOnHiveTextBox.Size = new System.Drawing.Size(577, 20);
102      this.executionTimeOnHiveTextBox.TabIndex = 8;
103      //
104      // tabControl
105      //
106      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
107            | System.Windows.Forms.AnchorStyles.Left)
108            | System.Windows.Forms.AnchorStyles.Right)));
109      this.tabControl.Controls.Add(this.jobsTabPage);
110      this.tabControl.Controls.Add(this.logTabPage);
111      this.tabControl.Location = new System.Drawing.Point(3, 78);
112      this.tabControl.Name = "tabControl";
113      this.tabControl.SelectedIndex = 0;
114      this.tabControl.Size = new System.Drawing.Size(700, 460);
115      this.tabControl.TabIndex = 9;
116      //
117      // jobsTabPage
118      //
119      this.jobsTabPage.Controls.Add(this.hiveExperimentListView);
120      this.jobsTabPage.Location = new System.Drawing.Point(4, 22);
121      this.jobsTabPage.Name = "jobsTabPage";
122      this.jobsTabPage.Padding = new System.Windows.Forms.Padding(3);
123      this.jobsTabPage.Size = new System.Drawing.Size(692, 434);
124      this.jobsTabPage.TabIndex = 0;
125      this.jobsTabPage.Text = "Jobs";
126      this.jobsTabPage.UseVisualStyleBackColor = true;
127      //
128      // hiveExperimentListView
129      //
130      this.hiveExperimentListView.Caption = "HiveExperimentList View";
131      this.hiveExperimentListView.Content = null;
132      this.hiveExperimentListView.Dock = System.Windows.Forms.DockStyle.Fill;
133      this.hiveExperimentListView.Location = new System.Drawing.Point(3, 3);
134      this.hiveExperimentListView.Name = "hiveExperimentListView";
135      this.hiveExperimentListView.ReadOnly = false;
136      this.hiveExperimentListView.ShowDetails = true;
137      this.hiveExperimentListView.Size = new System.Drawing.Size(686, 428);
138      this.hiveExperimentListView.TabIndex = 0;
139      //
140      // logTabPage
141      //
142      this.logTabPage.Controls.Add(this.logView);
143      this.logTabPage.Location = new System.Drawing.Point(4, 22);
144      this.logTabPage.Name = "logTabPage";
145      this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
146      this.logTabPage.Size = new System.Drawing.Size(692, 434);
147      this.logTabPage.TabIndex = 1;
148      this.logTabPage.Text = "Log";
149      this.logTabPage.UseVisualStyleBackColor = true;
150      //
151      // logView
152      //
153      this.logView.Caption = "SlaveView";
154      this.logView.Content = null;
155      this.logView.Dock = System.Windows.Forms.DockStyle.Fill;
156      this.logView.Location = new System.Drawing.Point(3, 3);
157      this.logView.Name = "logView";
158      this.logView.ReadOnly = false;
159      this.logView.Size = new System.Drawing.Size(686, 428);
160      this.logView.TabIndex = 0;
161      //
162      // executionTimeLabel
163      //
164      this.executionTimeLabel.AutoSize = true;
165      this.executionTimeLabel.Location = new System.Drawing.Point(4, 6);
166      this.executionTimeLabel.Name = "executionTimeLabel";
167      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
168      this.executionTimeLabel.TabIndex = 10;
169      this.executionTimeLabel.Text = "Execution Time:";
170      //
171      // executionTimeTextBox
172      //
173      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
174            | System.Windows.Forms.AnchorStyles.Left)
175            | System.Windows.Forms.AnchorStyles.Right)));
176      this.executionTimeTextBox.Location = new System.Drawing.Point(129, 3);
177      this.executionTimeTextBox.Name = "executionTimeTextBox";
178      this.executionTimeTextBox.ReadOnly = true;
179      this.executionTimeTextBox.Size = new System.Drawing.Size(577, 20);
180      this.executionTimeTextBox.TabIndex = 11;
181      //
182      // HiveEngineView
183      //
184      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
185      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
186      this.Controls.Add(this.executionTimeTextBox);
187      this.Controls.Add(this.executionTimeLabel);
188      this.Controls.Add(this.tabControl);
189      this.Controls.Add(this.label1);
190      this.Controls.Add(this.executionTimeOnHiveTextBox);
191      this.Controls.Add(this.priorityTextBox);
192      this.Controls.Add(this.priorityLabel);
193      this.Controls.Add(this.resourceIdsLabel);
194      this.Controls.Add(this.resourceIdsTextBox);
195      this.Name = "HiveEngineView";
196      this.Size = new System.Drawing.Size(706, 541);
197      this.tabControl.ResumeLayout(false);
198      this.jobsTabPage.ResumeLayout(false);
199      this.logTabPage.ResumeLayout(false);
200      this.ResumeLayout(false);
201      this.PerformLayout();
202
203    }
204
205    #endregion
206
207    private System.Windows.Forms.Label resourceIdsLabel;
208    private System.Windows.Forms.TextBox resourceIdsTextBox;
209    private System.Windows.Forms.Label priorityLabel;
210    private System.Windows.Forms.TextBox priorityTextBox;
211    private System.Windows.Forms.Label label1;
212    private System.Windows.Forms.TextBox executionTimeOnHiveTextBox;
213    private System.Windows.Forms.TabControl tabControl;
214    private System.Windows.Forms.TabPage jobsTabPage;
215    private System.Windows.Forms.TabPage logTabPage;
216    private System.Windows.Forms.Label executionTimeLabel;
217    private System.Windows.Forms.TextBox executionTimeTextBox;
218    private HeuristicLab.Core.Views.LogView logView;
219    private RefreshableHiveJobListView hiveExperimentListView;
220  }
221}
Note: See TracBrowser for help on using the repository browser.