Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.MetaOptimization/HeuristicLab.HiveEngine.Views/3.3/HiveEngineView.Designer.cs @ 16173

Last change on this file since 16173 was 16173, checked in by jkarder, 6 years ago

#2839:

  • fixed compilation errors in HiveEngine
  • minor changes
File size: 11.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.projectLabel = new System.Windows.Forms.Label();
28      this.projectNameTextBox = new System.Windows.Forms.TextBox();
29      this.priorityLabel = new System.Windows.Forms.Label();
30      this.label1 = new System.Windows.Forms.Label();
31      this.executionTimeOnHiveTextBox = new System.Windows.Forms.TextBox();
32      this.tabControl = new System.Windows.Forms.TabControl();
33      this.jobsTabPage = new System.Windows.Forms.TabPage();
34      this.hiveExperimentListView = new HeuristicLab.Clients.Hive.JobManager.Views.RefreshableHiveJobListView();
35      this.logTabPage = new System.Windows.Forms.TabPage();
36      this.logView = new HeuristicLab.Core.Views.LogView();
37      this.executionTimeLabel = new System.Windows.Forms.Label();
38      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
39      this.priorityComboBox = new System.Windows.Forms.ComboBox();
40      this.searchButton = new System.Windows.Forms.Button();
41      this.tabControl.SuspendLayout();
42      this.jobsTabPage.SuspendLayout();
43      this.logTabPage.SuspendLayout();
44      this.SuspendLayout();
45      //
46      // projectLabel
47      //
48      this.projectLabel.AutoSize = true;
49      this.projectLabel.Location = new System.Drawing.Point(3, 55);
50      this.projectLabel.Name = "projectLabel";
51      this.projectLabel.Size = new System.Drawing.Size(43, 13);
52      this.projectLabel.TabIndex = 3;
53      this.projectLabel.Text = "Project:";
54      //
55      // projectNameTextBox
56      //
57      this.projectNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
58            | System.Windows.Forms.AnchorStyles.Left)
59            | System.Windows.Forms.AnchorStyles.Right)));
60      this.projectNameTextBox.Location = new System.Drawing.Point(162, 52);
61      this.projectNameTextBox.Name = "projectNameTextBox";
62      this.projectNameTextBox.ReadOnly = true;
63      this.projectNameTextBox.Size = new System.Drawing.Size(544, 20);
64      this.projectNameTextBox.TabIndex = 4;
65      //
66      // priorityLabel
67      //
68      this.priorityLabel.AutoSize = true;
69      this.priorityLabel.Location = new System.Drawing.Point(3, 81);
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      // label1
76      //
77      this.label1.AutoSize = true;
78      this.label1.Location = new System.Drawing.Point(3, 29);
79      this.label1.Name = "label1";
80      this.label1.Size = new System.Drawing.Size(123, 13);
81      this.label1.TabIndex = 7;
82      this.label1.Text = "Execution Time on Hive:";
83      //
84      // executionTimeOnHiveTextBox
85      //
86      this.executionTimeOnHiveTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
87            | System.Windows.Forms.AnchorStyles.Left)
88            | System.Windows.Forms.AnchorStyles.Right)));
89      this.executionTimeOnHiveTextBox.Location = new System.Drawing.Point(132, 26);
90      this.executionTimeOnHiveTextBox.Name = "executionTimeOnHiveTextBox";
91      this.executionTimeOnHiveTextBox.ReadOnly = true;
92      this.executionTimeOnHiveTextBox.Size = new System.Drawing.Size(574, 20);
93      this.executionTimeOnHiveTextBox.TabIndex = 8;
94      //
95      // tabControl
96      //
97      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
98            | System.Windows.Forms.AnchorStyles.Left)
99            | System.Windows.Forms.AnchorStyles.Right)));
100      this.tabControl.Controls.Add(this.jobsTabPage);
101      this.tabControl.Controls.Add(this.logTabPage);
102      this.tabControl.Location = new System.Drawing.Point(3, 105);
103      this.tabControl.Name = "tabControl";
104      this.tabControl.SelectedIndex = 0;
105      this.tabControl.Size = new System.Drawing.Size(700, 433);
106      this.tabControl.TabIndex = 9;
107      //
108      // jobsTabPage
109      //
110      this.jobsTabPage.Controls.Add(this.hiveExperimentListView);
111      this.jobsTabPage.Location = new System.Drawing.Point(4, 22);
112      this.jobsTabPage.Name = "jobsTabPage";
113      this.jobsTabPage.Padding = new System.Windows.Forms.Padding(3);
114      this.jobsTabPage.Size = new System.Drawing.Size(692, 407);
115      this.jobsTabPage.TabIndex = 0;
116      this.jobsTabPage.Text = "Jobs";
117      this.jobsTabPage.UseVisualStyleBackColor = true;
118      //
119      // hiveExperimentListView
120      //
121      this.hiveExperimentListView.Caption = "HiveExperimentList View";
122      this.hiveExperimentListView.Content = null;
123      this.hiveExperimentListView.Dock = System.Windows.Forms.DockStyle.Fill;
124      this.hiveExperimentListView.Location = new System.Drawing.Point(3, 3);
125      this.hiveExperimentListView.Name = "hiveExperimentListView";
126      this.hiveExperimentListView.ReadOnly = false;
127      this.hiveExperimentListView.ShowDetails = true;
128      this.hiveExperimentListView.Size = new System.Drawing.Size(686, 401);
129      this.hiveExperimentListView.TabIndex = 0;
130      //
131      // logTabPage
132      //
133      this.logTabPage.Controls.Add(this.logView);
134      this.logTabPage.Location = new System.Drawing.Point(4, 22);
135      this.logTabPage.Name = "logTabPage";
136      this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
137      this.logTabPage.Size = new System.Drawing.Size(692, 410);
138      this.logTabPage.TabIndex = 1;
139      this.logTabPage.Text = "Log";
140      this.logTabPage.UseVisualStyleBackColor = true;
141      //
142      // logView
143      //
144      this.logView.Caption = "SlaveView";
145      this.logView.Content = null;
146      this.logView.Dock = System.Windows.Forms.DockStyle.Fill;
147      this.logView.Location = new System.Drawing.Point(3, 3);
148      this.logView.Name = "logView";
149      this.logView.ReadOnly = false;
150      this.logView.Size = new System.Drawing.Size(686, 404);
151      this.logView.TabIndex = 0;
152      //
153      // executionTimeLabel
154      //
155      this.executionTimeLabel.AutoSize = true;
156      this.executionTimeLabel.Location = new System.Drawing.Point(3, 6);
157      this.executionTimeLabel.Name = "executionTimeLabel";
158      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
159      this.executionTimeLabel.TabIndex = 10;
160      this.executionTimeLabel.Text = "Execution Time:";
161      //
162      // executionTimeTextBox
163      //
164      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
165            | System.Windows.Forms.AnchorStyles.Left)
166            | System.Windows.Forms.AnchorStyles.Right)));
167      this.executionTimeTextBox.Location = new System.Drawing.Point(132, 3);
168      this.executionTimeTextBox.Name = "executionTimeTextBox";
169      this.executionTimeTextBox.ReadOnly = true;
170      this.executionTimeTextBox.Size = new System.Drawing.Size(574, 20);
171      this.executionTimeTextBox.TabIndex = 11;
172      //
173      // priorityComboBox
174      //
175      this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
176            | System.Windows.Forms.AnchorStyles.Right)));
177      this.priorityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
178      this.priorityComboBox.FormattingEnabled = true;
179      this.priorityComboBox.Items.AddRange(new object[] {
180            "Low",
181            "Normal",
182            "Urgent",
183            "Critical"});
184      this.priorityComboBox.Location = new System.Drawing.Point(132, 78);
185      this.priorityComboBox.Name = "priorityComboBox";
186      this.priorityComboBox.Size = new System.Drawing.Size(574, 21);
187      this.priorityComboBox.TabIndex = 44;
188      this.priorityComboBox.SelectedIndexChanged += new System.EventHandler(this.priorityComboBox_SelectedIndexChanged);
189      //
190      // searchButton
191      //
192      this.searchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
193      this.searchButton.Location = new System.Drawing.Point(132, 49);
194      this.searchButton.Name = "searchButton";
195      this.searchButton.Size = new System.Drawing.Size(24, 24);
196      this.searchButton.TabIndex = 45;
197      this.searchButton.UseVisualStyleBackColor = true;
198      this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
199      //
200      // HiveEngineView
201      //
202      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
203      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
204      this.Controls.Add(this.searchButton);
205      this.Controls.Add(this.priorityComboBox);
206      this.Controls.Add(this.executionTimeTextBox);
207      this.Controls.Add(this.executionTimeLabel);
208      this.Controls.Add(this.tabControl);
209      this.Controls.Add(this.label1);
210      this.Controls.Add(this.executionTimeOnHiveTextBox);
211      this.Controls.Add(this.priorityLabel);
212      this.Controls.Add(this.projectLabel);
213      this.Controls.Add(this.projectNameTextBox);
214      this.Name = "HiveEngineView";
215      this.Size = new System.Drawing.Size(706, 541);
216      this.tabControl.ResumeLayout(false);
217      this.jobsTabPage.ResumeLayout(false);
218      this.logTabPage.ResumeLayout(false);
219      this.ResumeLayout(false);
220      this.PerformLayout();
221
222    }
223
224    #endregion
225
226    private System.Windows.Forms.Label projectLabel;
227    private System.Windows.Forms.TextBox projectNameTextBox;
228    private System.Windows.Forms.Label priorityLabel;
229    private System.Windows.Forms.Label label1;
230    private System.Windows.Forms.TextBox executionTimeOnHiveTextBox;
231    private System.Windows.Forms.TabControl tabControl;
232    private System.Windows.Forms.TabPage jobsTabPage;
233    private System.Windows.Forms.TabPage logTabPage;
234    private System.Windows.Forms.Label executionTimeLabel;
235    private System.Windows.Forms.TextBox executionTimeTextBox;
236    private HeuristicLab.Core.Views.LogView logView;
237    private RefreshableHiveJobListView hiveExperimentListView;
238    protected System.Windows.Forms.ComboBox priorityComboBox;
239    private System.Windows.Forms.Button searchButton;
240  }
241}
Note: See TracBrowser for help on using the repository browser.