Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.ExperimentManager/3.4/Views/RefreshableHiveExperimentView.Designer.cs @ 6444

Last change on this file since 6444 was 6444, checked in by cneumuel, 13 years ago

#1233

  • stability improvements for HiveExperiment and HiveEngine
  • parallelized upload of jobs
  • enabled cancellation of job upload
  • reduced the amount of double-assignment of jobs by an additional check in HeartbeatManager
  • tried to tackle the amount of deadlocks by automatically rerunning transactions
  • some fixes
File size: 22.3 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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
22using HeuristicLab.Clients.Hive.Views.ExperimentManager;
23using HeuristicLab.MainForm.WindowsForms;
24namespace HeuristicLab.Clients.Hive.ExperimentManager.Views {
25  partial class RefreshableHiveExperimentView {
26    /// <summary>
27    /// Required designer variable.
28    /// </summary>
29    private System.ComponentModel.IContainer components = null;
30
31    /// <summary>
32    /// Clean up any resources being used.
33    /// </summary>
34    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
35    protected override void Dispose(bool disposing) {
36      if (disposing) {
37        if (components != null) components.Dispose();
38      }
39      base.Dispose(disposing);
40    }
41
42    #region Component Designer generated code
43
44    /// <summary>
45    /// Required method for Designer support - do not modify
46    /// the contents of this method with the code editor.
47    /// </summary>
48    private void InitializeComponent() {
49      this.components = new System.ComponentModel.Container();
50      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableHiveExperimentView));
51      this.tabControl = new System.Windows.Forms.TabControl();
52      this.jobsTabPage = new System.Windows.Forms.TabPage();
53      this.jobsTreeView = new HeuristicLab.Clients.Hive.Views.ExperimentManager.HiveJobItemTreeView();
54      this.stateTabPage = new System.Windows.Forms.TabPage();
55      this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
56      this.logTabPage = new System.Windows.Forms.TabPage();
57      this.logView = new HeuristicLab.Core.Views.LogView();
58      this.startButton = new System.Windows.Forms.Button();
59      this.stopButton = new System.Windows.Forms.Button();
60      this.resetButton = new System.Windows.Forms.Button();
61      this.executionTimeLabel = new System.Windows.Forms.Label();
62      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
63      this.pauseButton = new System.Windows.Forms.Button();
64      this.resourceIdsLabel = new System.Windows.Forms.Label();
65      this.resourceNamesTextBox = new System.Windows.Forms.TextBox();
66      this.nameLabel = new System.Windows.Forms.Label();
67      this.nameTextBox = new System.Windows.Forms.TextBox();
68      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
69      this.refreshButton = new System.Windows.Forms.Button();
70      this.isPrivilegedCheckBox = new System.Windows.Forms.CheckBox();
71      this.refreshAutomaticallyCheckBox = new System.Windows.Forms.CheckBox();
72      this.infoGroupBox = new System.Windows.Forms.GroupBox();
73      this.finishedTextBox = new System.Windows.Forms.TextBox();
74      this.calculatingTextBox = new System.Windows.Forms.TextBox();
75      this.jobsTextBox = new System.Windows.Forms.TextBox();
76      this.finishedLabel = new System.Windows.Forms.Label();
77      this.calculatingLabel = new System.Windows.Forms.Label();
78      this.jobsLabel = new System.Windows.Forms.Label();
79      this.tabControl.SuspendLayout();
80      this.jobsTabPage.SuspendLayout();
81      this.stateTabPage.SuspendLayout();
82      this.logTabPage.SuspendLayout();
83      this.infoGroupBox.SuspendLayout();
84      this.SuspendLayout();
85      //
86      // tabControl
87      //
88      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
89                  | System.Windows.Forms.AnchorStyles.Left)
90                  | System.Windows.Forms.AnchorStyles.Right)));
91      this.tabControl.Controls.Add(this.jobsTabPage);
92      this.tabControl.Controls.Add(this.stateTabPage);
93      this.tabControl.Controls.Add(this.logTabPage);
94      this.tabControl.Location = new System.Drawing.Point(0, 78);
95      this.tabControl.Name = "tabControl";
96      this.tabControl.SelectedIndex = 0;
97      this.tabControl.Size = new System.Drawing.Size(717, 452);
98      this.tabControl.TabIndex = 4;
99      //
100      // jobsTabPage
101      //
102      this.jobsTabPage.Controls.Add(this.jobsTreeView);
103      this.jobsTabPage.Location = new System.Drawing.Point(4, 22);
104      this.jobsTabPage.Name = "jobsTabPage";
105      this.jobsTabPage.Size = new System.Drawing.Size(709, 426);
106      this.jobsTabPage.TabIndex = 5;
107      this.jobsTabPage.Text = "Jobs";
108      this.jobsTabPage.UseVisualStyleBackColor = true;
109      //
110      // jobsTreeView
111      //
112      this.jobsTreeView.AllowDrop = true;
113      this.jobsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
114                  | System.Windows.Forms.AnchorStyles.Left)
115                  | System.Windows.Forms.AnchorStyles.Right)));
116      this.jobsTreeView.Caption = "ItemTree View";
117      this.jobsTreeView.Content = null;
118      this.jobsTreeView.Location = new System.Drawing.Point(2, 3);
119      this.jobsTreeView.Name = "jobsTreeView";
120      this.jobsTreeView.ReadOnly = false;
121      this.jobsTreeView.Size = new System.Drawing.Size(704, 420);
122      this.jobsTreeView.TabIndex = 0;
123      this.jobsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragDrop);
124      this.jobsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragEnter);
125      this.jobsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragOver);
126      //
127      // stateTabPage
128      //
129      this.stateTabPage.Controls.Add(this.stateLogViewHost);
130      this.stateTabPage.Location = new System.Drawing.Point(4, 22);
131      this.stateTabPage.Name = "stateTabPage";
132      this.stateTabPage.Size = new System.Drawing.Size(709, 426);
133      this.stateTabPage.TabIndex = 6;
134      this.stateTabPage.Text = "State";
135      this.stateTabPage.UseVisualStyleBackColor = true;
136      //
137      // stateLogViewHost
138      //
139      this.stateLogViewHost.Caption = "StateLog View";
140      this.stateLogViewHost.Content = null;
141      this.stateLogViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
142      this.stateLogViewHost.Enabled = false;
143      this.stateLogViewHost.Location = new System.Drawing.Point(0, 0);
144      this.stateLogViewHost.Name = "stateLogViewHost";
145      this.stateLogViewHost.ReadOnly = false;
146      this.stateLogViewHost.Size = new System.Drawing.Size(709, 426);
147      this.stateLogViewHost.TabIndex = 0;
148      this.stateLogViewHost.ViewsLabelVisible = true;
149      this.stateLogViewHost.ViewType = null;
150      //
151      // logTabPage
152      //
153      this.logTabPage.Controls.Add(this.logView);
154      this.logTabPage.Location = new System.Drawing.Point(4, 22);
155      this.logTabPage.Name = "logTabPage";
156      this.logTabPage.Size = new System.Drawing.Size(709, 426);
157      this.logTabPage.TabIndex = 3;
158      this.logTabPage.Text = "Log";
159      this.logTabPage.UseVisualStyleBackColor = true;
160      //
161      // logView
162      //
163      this.logView.Caption = "Log View";
164      this.logView.Content = null;
165      this.logView.Dock = System.Windows.Forms.DockStyle.Fill;
166      this.logView.Location = new System.Drawing.Point(0, 0);
167      this.logView.Name = "logView";
168      this.logView.ReadOnly = false;
169      this.logView.Size = new System.Drawing.Size(813, 494);
170      this.logView.TabIndex = 0;
171      //
172      // startButton
173      //
174      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
175      this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
176      this.startButton.Location = new System.Drawing.Point(0, 536);
177      this.startButton.Name = "startButton";
178      this.startButton.Size = new System.Drawing.Size(24, 24);
179      this.startButton.TabIndex = 5;
180      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
181      this.startButton.UseVisualStyleBackColor = true;
182      this.startButton.Click += new System.EventHandler(this.startButton_Click);
183      //
184      // stopButton
185      //
186      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
187      this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
188      this.stopButton.Location = new System.Drawing.Point(60, 536);
189      this.stopButton.Name = "stopButton";
190      this.stopButton.Size = new System.Drawing.Size(24, 24);
191      this.stopButton.TabIndex = 7;
192      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
193      this.stopButton.UseVisualStyleBackColor = true;
194      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
195      //
196      // resetButton
197      //
198      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
199      this.resetButton.Enabled = false;
200      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
201      this.resetButton.Location = new System.Drawing.Point(90, 536);
202      this.resetButton.Name = "resetButton";
203      this.resetButton.Size = new System.Drawing.Size(24, 24);
204      this.resetButton.TabIndex = 8;
205      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
206      this.resetButton.UseVisualStyleBackColor = true;
207      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
208      //
209      // executionTimeLabel
210      //
211      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
212      this.executionTimeLabel.AutoSize = true;
213      this.executionTimeLabel.Location = new System.Drawing.Point(491, 543);
214      this.executionTimeLabel.Name = "executionTimeLabel";
215      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
216      this.executionTimeLabel.TabIndex = 9;
217      this.executionTimeLabel.Text = "&Execution Time:";
218      //
219      // executionTimeTextBox
220      //
221      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
222      this.executionTimeTextBox.Location = new System.Drawing.Point(580, 540);
223      this.executionTimeTextBox.Name = "executionTimeTextBox";
224      this.executionTimeTextBox.ReadOnly = true;
225      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
226      this.executionTimeTextBox.TabIndex = 10;
227      //
228      // pauseButton
229      //
230      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
231      this.pauseButton.Enabled = false;
232      this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
233      this.pauseButton.Location = new System.Drawing.Point(30, 536);
234      this.pauseButton.Name = "pauseButton";
235      this.pauseButton.Size = new System.Drawing.Size(24, 24);
236      this.pauseButton.TabIndex = 6;
237      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
238      this.pauseButton.UseVisualStyleBackColor = true;
239      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
240      //
241      // resourceIdsLabel
242      //
243      this.resourceIdsLabel.AutoSize = true;
244      this.resourceIdsLabel.Location = new System.Drawing.Point(4, 56);
245      this.resourceIdsLabel.Name = "resourceIdsLabel";
246      this.resourceIdsLabel.Size = new System.Drawing.Size(70, 13);
247      this.resourceIdsLabel.TabIndex = 12;
248      this.resourceIdsLabel.Text = "ResourceIds:";
249      //
250      // resourceNamesTextBox
251      //
252      this.resourceNamesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
253                  | System.Windows.Forms.AnchorStyles.Right)));
254      this.resourceNamesTextBox.Location = new System.Drawing.Point(73, 53);
255      this.resourceNamesTextBox.Name = "resourceNamesTextBox";
256      this.resourceNamesTextBox.Size = new System.Drawing.Size(415, 20);
257      this.resourceNamesTextBox.TabIndex = 14;
258      this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
259      //
260      // nameLabel
261      //
262      this.nameLabel.AutoSize = true;
263      this.nameLabel.Location = new System.Drawing.Point(1, 27);
264      this.nameLabel.Name = "nameLabel";
265      this.nameLabel.Size = new System.Drawing.Size(38, 13);
266      this.nameLabel.TabIndex = 20;
267      this.nameLabel.Text = "Name:";
268      //
269      // nameTextBox
270      //
271      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
272                  | System.Windows.Forms.AnchorStyles.Right)));
273      this.nameTextBox.Location = new System.Drawing.Point(73, 27);
274      this.nameTextBox.Name = "nameTextBox";
275      this.nameTextBox.Size = new System.Drawing.Size(501, 20);
276      this.nameTextBox.TabIndex = 21;
277      this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated);
278      //
279      // refreshButton
280      //
281      this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
282      this.refreshButton.Location = new System.Drawing.Point(3, 0);
283      this.refreshButton.Name = "refreshButton";
284      this.refreshButton.Size = new System.Drawing.Size(24, 24);
285      this.refreshButton.TabIndex = 22;
286      this.toolTip.SetToolTip(this.refreshButton, "Refresh Data");
287      this.refreshButton.UseVisualStyleBackColor = true;
288      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
289      //
290      // isPrivilegedCheckBox
291      //
292      this.isPrivilegedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
293      this.isPrivilegedCheckBox.AutoSize = true;
294      this.isPrivilegedCheckBox.Location = new System.Drawing.Point(494, 55);
295      this.isPrivilegedCheckBox.Name = "isPrivilegedCheckBox";
296      this.isPrivilegedCheckBox.Size = new System.Drawing.Size(80, 17);
297      this.isPrivilegedCheckBox.TabIndex = 26;
298      this.isPrivilegedCheckBox.Text = "IsPrivileged";
299      this.toolTip.SetToolTip(this.isPrivilegedCheckBox, "If checked, the job will be executed in a privileged sandbox on the slave.");
300      this.isPrivilegedCheckBox.UseVisualStyleBackColor = true;
301      this.isPrivilegedCheckBox.Validated += new System.EventHandler(this.isPrivilegedCheckBox_Validated);
302      //
303      // refreshAutomaticallyCheckBox
304      //
305      this.refreshAutomaticallyCheckBox.AutoSize = true;
306      this.refreshAutomaticallyCheckBox.Location = new System.Drawing.Point(30, 5);
307      this.refreshAutomaticallyCheckBox.Name = "refreshAutomaticallyCheckBox";
308      this.refreshAutomaticallyCheckBox.Size = new System.Drawing.Size(128, 17);
309      this.refreshAutomaticallyCheckBox.TabIndex = 24;
310      this.refreshAutomaticallyCheckBox.Text = "&Refresh Automatically";
311      this.refreshAutomaticallyCheckBox.UseVisualStyleBackColor = true;
312      this.refreshAutomaticallyCheckBox.Validated += new System.EventHandler(this.refreshAutomaticallyCheckBox_Validated);
313      //
314      // infoGroupBox
315      //
316      this.infoGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
317      this.infoGroupBox.Controls.Add(this.finishedTextBox);
318      this.infoGroupBox.Controls.Add(this.calculatingTextBox);
319      this.infoGroupBox.Controls.Add(this.jobsTextBox);
320      this.infoGroupBox.Controls.Add(this.finishedLabel);
321      this.infoGroupBox.Controls.Add(this.calculatingLabel);
322      this.infoGroupBox.Controls.Add(this.jobsLabel);
323      this.infoGroupBox.Location = new System.Drawing.Point(580, 5);
324      this.infoGroupBox.Name = "infoGroupBox";
325      this.infoGroupBox.Size = new System.Drawing.Size(133, 89);
326      this.infoGroupBox.TabIndex = 25;
327      this.infoGroupBox.TabStop = false;
328      this.infoGroupBox.Text = "Info";
329      //
330      // finishedTextBox
331      //
332      this.finishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
333                  | System.Windows.Forms.AnchorStyles.Right)));
334      this.finishedTextBox.Location = new System.Drawing.Point(74, 64);
335      this.finishedTextBox.Name = "finishedTextBox";
336      this.finishedTextBox.Size = new System.Drawing.Size(53, 20);
337      this.finishedTextBox.TabIndex = 5;
338      //
339      // calculatingTextBox
340      //
341      this.calculatingTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
342                  | System.Windows.Forms.AnchorStyles.Right)));
343      this.calculatingTextBox.Location = new System.Drawing.Point(74, 40);
344      this.calculatingTextBox.Name = "calculatingTextBox";
345      this.calculatingTextBox.Size = new System.Drawing.Size(53, 20);
346      this.calculatingTextBox.TabIndex = 4;
347      //
348      // jobsTextBox
349      //
350      this.jobsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
351                  | System.Windows.Forms.AnchorStyles.Right)));
352      this.jobsTextBox.Location = new System.Drawing.Point(74, 16);
353      this.jobsTextBox.Name = "jobsTextBox";
354      this.jobsTextBox.Size = new System.Drawing.Size(53, 20);
355      this.jobsTextBox.TabIndex = 3;
356      //
357      // finishedLabel
358      //
359      this.finishedLabel.AutoSize = true;
360      this.finishedLabel.Location = new System.Drawing.Point(6, 67);
361      this.finishedLabel.Name = "finishedLabel";
362      this.finishedLabel.Size = new System.Drawing.Size(49, 13);
363      this.finishedLabel.TabIndex = 2;
364      this.finishedLabel.Text = "Finished:";
365      //
366      // calculatingLabel
367      //
368      this.calculatingLabel.AutoSize = true;
369      this.calculatingLabel.Location = new System.Drawing.Point(6, 43);
370      this.calculatingLabel.Name = "calculatingLabel";
371      this.calculatingLabel.Size = new System.Drawing.Size(62, 13);
372      this.calculatingLabel.TabIndex = 1;
373      this.calculatingLabel.Text = "Calculating:";
374      //
375      // jobsLabel
376      //
377      this.jobsLabel.AutoSize = true;
378      this.jobsLabel.Location = new System.Drawing.Point(6, 19);
379      this.jobsLabel.Name = "jobsLabel";
380      this.jobsLabel.Size = new System.Drawing.Size(32, 13);
381      this.jobsLabel.TabIndex = 0;
382      this.jobsLabel.Text = "Jobs:";
383      //
384      // RefreshableHiveExperimentView
385      //
386      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
387      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
388      this.Controls.Add(this.isPrivilegedCheckBox);
389      this.Controls.Add(this.infoGroupBox);
390      this.Controls.Add(this.refreshAutomaticallyCheckBox);
391      this.Controls.Add(this.refreshButton);
392      this.Controls.Add(this.nameTextBox);
393      this.Controls.Add(this.nameLabel);
394      this.Controls.Add(this.tabControl);
395      this.Controls.Add(this.startButton);
396      this.Controls.Add(this.executionTimeTextBox);
397      this.Controls.Add(this.executionTimeLabel);
398      this.Controls.Add(this.resourceNamesTextBox);
399      this.Controls.Add(this.pauseButton);
400      this.Controls.Add(this.resourceIdsLabel);
401      this.Controls.Add(this.stopButton);
402      this.Controls.Add(this.resetButton);
403      this.Name = "RefreshableHiveExperimentView";
404      this.Size = new System.Drawing.Size(717, 560);
405      this.tabControl.ResumeLayout(false);
406      this.jobsTabPage.ResumeLayout(false);
407      this.stateTabPage.ResumeLayout(false);
408      this.logTabPage.ResumeLayout(false);
409      this.infoGroupBox.ResumeLayout(false);
410      this.infoGroupBox.PerformLayout();
411      this.ResumeLayout(false);
412      this.PerformLayout();
413
414    }
415    #endregion
416
417    private System.Windows.Forms.TabControl tabControl;
418    private System.Windows.Forms.Button startButton;
419    private System.Windows.Forms.Button stopButton;
420    private System.Windows.Forms.Button resetButton;
421    private System.Windows.Forms.Label executionTimeLabel;
422    private System.Windows.Forms.TextBox executionTimeTextBox;
423    private System.Windows.Forms.Button pauseButton;
424    private System.Windows.Forms.Label resourceIdsLabel;
425    private System.Windows.Forms.TextBox resourceNamesTextBox;
426    private System.Windows.Forms.TabPage logTabPage;
427    private Core.Views.LogView logView;
428    private System.Windows.Forms.TabPage jobsTabPage;
429    private HiveJobItemTreeView jobsTreeView;
430    private System.Windows.Forms.Label nameLabel;
431    private System.Windows.Forms.TextBox nameTextBox;
432    private System.Windows.Forms.ToolTip toolTip;
433    private System.Windows.Forms.Button refreshButton;
434    private System.Windows.Forms.CheckBox refreshAutomaticallyCheckBox;
435    private System.Windows.Forms.GroupBox infoGroupBox;
436    private System.Windows.Forms.TextBox finishedTextBox;
437    private System.Windows.Forms.TextBox calculatingTextBox;
438    private System.Windows.Forms.TextBox jobsTextBox;
439    private System.Windows.Forms.Label finishedLabel;
440    private System.Windows.Forms.Label calculatingLabel;
441    private System.Windows.Forms.Label jobsLabel;
442    private System.Windows.Forms.CheckBox isPrivilegedCheckBox;
443    private System.Windows.Forms.TabPage stateTabPage;
444    private ViewHost stateLogViewHost;
445
446  }
447}
Note: See TracBrowser for help on using the repository browser.