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 @ 6463

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

#1233

  • created user interface for experiment sharing
  • created UserManager which provides access to the users
  • inserted a lot of security and authorization checks serverside
  • minor fixes in experiment manager
File size: 25.1 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.sharingTabPage = new System.Windows.Forms.TabPage();
57      this.hiveExperimentPermissionListView = new HeuristicLab.Clients.Hive.ExperimentManager.Views.HiveExperimentPermissionListView();
58      this.logTabPage = new System.Windows.Forms.TabPage();
59      this.logView = new HeuristicLab.Core.Views.LogView();
60      this.startButton = new System.Windows.Forms.Button();
61      this.stopButton = new System.Windows.Forms.Button();
62      this.resetButton = new System.Windows.Forms.Button();
63      this.executionTimeLabel = new System.Windows.Forms.Label();
64      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
65      this.pauseButton = new System.Windows.Forms.Button();
66      this.resourceIdsLabel = new System.Windows.Forms.Label();
67      this.resourceNamesTextBox = new System.Windows.Forms.TextBox();
68      this.nameLabel = new System.Windows.Forms.Label();
69      this.nameTextBox = new System.Windows.Forms.TextBox();
70      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
71      this.refreshButton = new System.Windows.Forms.Button();
72      this.isPrivilegedCheckBox = new System.Windows.Forms.CheckBox();
73      this.refreshAutomaticallyCheckBox = new System.Windows.Forms.CheckBox();
74      this.infoGroupBox = new System.Windows.Forms.GroupBox();
75      this.finishedTextBox = new System.Windows.Forms.TextBox();
76      this.calculatingTextBox = new System.Windows.Forms.TextBox();
77      this.jobsTextBox = new System.Windows.Forms.TextBox();
78      this.finishedLabel = new System.Windows.Forms.Label();
79      this.calculatingLabel = new System.Windows.Forms.Label();
80      this.jobsLabel = new System.Windows.Forms.Label();
81      this.refreshPermissionsButton = new System.Windows.Forms.Button();
82      this.tabControl.SuspendLayout();
83      this.jobsTabPage.SuspendLayout();
84      this.stateTabPage.SuspendLayout();
85      this.sharingTabPage.SuspendLayout();
86      this.logTabPage.SuspendLayout();
87      this.infoGroupBox.SuspendLayout();
88      this.SuspendLayout();
89      //
90      // tabControl
91      //
92      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
93                  | System.Windows.Forms.AnchorStyles.Left)
94                  | System.Windows.Forms.AnchorStyles.Right)));
95      this.tabControl.Controls.Add(this.jobsTabPage);
96      this.tabControl.Controls.Add(this.stateTabPage);
97      this.tabControl.Controls.Add(this.sharingTabPage);
98      this.tabControl.Controls.Add(this.logTabPage);
99      this.tabControl.Location = new System.Drawing.Point(0, 78);
100      this.tabControl.Name = "tabControl";
101      this.tabControl.SelectedIndex = 0;
102      this.tabControl.Size = new System.Drawing.Size(717, 452);
103      this.tabControl.TabIndex = 4;
104      //
105      // jobsTabPage
106      //
107      this.jobsTabPage.Controls.Add(this.jobsTreeView);
108      this.jobsTabPage.Location = new System.Drawing.Point(4, 22);
109      this.jobsTabPage.Name = "jobsTabPage";
110      this.jobsTabPage.Size = new System.Drawing.Size(709, 426);
111      this.jobsTabPage.TabIndex = 5;
112      this.jobsTabPage.Text = "Jobs";
113      this.jobsTabPage.UseVisualStyleBackColor = true;
114      //
115      // jobsTreeView
116      //
117      this.jobsTreeView.AllowDrop = true;
118      this.jobsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
119                  | System.Windows.Forms.AnchorStyles.Left)
120                  | System.Windows.Forms.AnchorStyles.Right)));
121      this.jobsTreeView.Caption = "ItemTree View";
122      this.jobsTreeView.Content = null;
123      this.jobsTreeView.Location = new System.Drawing.Point(2, 3);
124      this.jobsTreeView.Name = "jobsTreeView";
125      this.jobsTreeView.ReadOnly = false;
126      this.jobsTreeView.Size = new System.Drawing.Size(704, 420);
127      this.jobsTreeView.TabIndex = 0;
128      this.jobsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragDrop);
129      this.jobsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragEnter);
130      this.jobsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragOver);
131      //
132      // stateTabPage
133      //
134      this.stateTabPage.Controls.Add(this.stateLogViewHost);
135      this.stateTabPage.Location = new System.Drawing.Point(4, 22);
136      this.stateTabPage.Name = "stateTabPage";
137      this.stateTabPage.Size = new System.Drawing.Size(709, 426);
138      this.stateTabPage.TabIndex = 6;
139      this.stateTabPage.Text = "States";
140      this.stateTabPage.UseVisualStyleBackColor = true;
141      //
142      // stateLogViewHost
143      //
144      this.stateLogViewHost.Caption = "StateLog View";
145      this.stateLogViewHost.Content = null;
146      this.stateLogViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
147      this.stateLogViewHost.Enabled = false;
148      this.stateLogViewHost.Location = new System.Drawing.Point(0, 0);
149      this.stateLogViewHost.Name = "stateLogViewHost";
150      this.stateLogViewHost.ReadOnly = false;
151      this.stateLogViewHost.Size = new System.Drawing.Size(709, 426);
152      this.stateLogViewHost.TabIndex = 0;
153      this.stateLogViewHost.ViewsLabelVisible = true;
154      this.stateLogViewHost.ViewType = null;
155      //
156      // sharingTabPage
157      //
158      this.sharingTabPage.Controls.Add(this.refreshPermissionsButton);
159      this.sharingTabPage.Controls.Add(this.hiveExperimentPermissionListView);
160      this.sharingTabPage.Location = new System.Drawing.Point(4, 22);
161      this.sharingTabPage.Name = "sharingTabPage";
162      this.sharingTabPage.Size = new System.Drawing.Size(709, 426);
163      this.sharingTabPage.TabIndex = 7;
164      this.sharingTabPage.Text = "Sharing";
165      this.sharingTabPage.UseVisualStyleBackColor = true;
166      //
167      // hiveExperimentPermissionListView
168      //
169      this.hiveExperimentPermissionListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
170                  | System.Windows.Forms.AnchorStyles.Left)
171                  | System.Windows.Forms.AnchorStyles.Right)));
172      this.hiveExperimentPermissionListView.Caption = "HiveExperimentPermissionList View";
173      this.hiveExperimentPermissionListView.Content = null;
174      this.hiveExperimentPermissionListView.Location = new System.Drawing.Point(3, 33);
175      this.hiveExperimentPermissionListView.Name = "hiveExperimentPermissionListView";
176      this.hiveExperimentPermissionListView.ReadOnly = false;
177      this.hiveExperimentPermissionListView.Size = new System.Drawing.Size(703, 390);
178      this.hiveExperimentPermissionListView.TabIndex = 0;
179      //
180      // logTabPage
181      //
182      this.logTabPage.Controls.Add(this.logView);
183      this.logTabPage.Location = new System.Drawing.Point(4, 22);
184      this.logTabPage.Name = "logTabPage";
185      this.logTabPage.Size = new System.Drawing.Size(709, 426);
186      this.logTabPage.TabIndex = 3;
187      this.logTabPage.Text = "Log";
188      this.logTabPage.UseVisualStyleBackColor = true;
189      //
190      // logView
191      //
192      this.logView.Caption = "Log View";
193      this.logView.Content = null;
194      this.logView.Dock = System.Windows.Forms.DockStyle.Fill;
195      this.logView.Location = new System.Drawing.Point(0, 0);
196      this.logView.Name = "logView";
197      this.logView.ReadOnly = false;
198      this.logView.Size = new System.Drawing.Size(709, 426);
199      this.logView.TabIndex = 0;
200      //
201      // startButton
202      //
203      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
204      this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
205      this.startButton.Location = new System.Drawing.Point(0, 536);
206      this.startButton.Name = "startButton";
207      this.startButton.Size = new System.Drawing.Size(24, 24);
208      this.startButton.TabIndex = 5;
209      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
210      this.startButton.UseVisualStyleBackColor = true;
211      this.startButton.Click += new System.EventHandler(this.startButton_Click);
212      //
213      // stopButton
214      //
215      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
216      this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
217      this.stopButton.Location = new System.Drawing.Point(60, 536);
218      this.stopButton.Name = "stopButton";
219      this.stopButton.Size = new System.Drawing.Size(24, 24);
220      this.stopButton.TabIndex = 7;
221      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
222      this.stopButton.UseVisualStyleBackColor = true;
223      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
224      //
225      // resetButton
226      //
227      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
228      this.resetButton.Enabled = false;
229      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
230      this.resetButton.Location = new System.Drawing.Point(90, 536);
231      this.resetButton.Name = "resetButton";
232      this.resetButton.Size = new System.Drawing.Size(24, 24);
233      this.resetButton.TabIndex = 8;
234      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
235      this.resetButton.UseVisualStyleBackColor = true;
236      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
237      //
238      // executionTimeLabel
239      //
240      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
241      this.executionTimeLabel.AutoSize = true;
242      this.executionTimeLabel.Location = new System.Drawing.Point(491, 543);
243      this.executionTimeLabel.Name = "executionTimeLabel";
244      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
245      this.executionTimeLabel.TabIndex = 9;
246      this.executionTimeLabel.Text = "&Execution Time:";
247      //
248      // executionTimeTextBox
249      //
250      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
251      this.executionTimeTextBox.Location = new System.Drawing.Point(580, 540);
252      this.executionTimeTextBox.Name = "executionTimeTextBox";
253      this.executionTimeTextBox.ReadOnly = true;
254      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
255      this.executionTimeTextBox.TabIndex = 10;
256      //
257      // pauseButton
258      //
259      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
260      this.pauseButton.Enabled = false;
261      this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
262      this.pauseButton.Location = new System.Drawing.Point(30, 536);
263      this.pauseButton.Name = "pauseButton";
264      this.pauseButton.Size = new System.Drawing.Size(24, 24);
265      this.pauseButton.TabIndex = 6;
266      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
267      this.pauseButton.UseVisualStyleBackColor = true;
268      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
269      //
270      // resourceIdsLabel
271      //
272      this.resourceIdsLabel.AutoSize = true;
273      this.resourceIdsLabel.Location = new System.Drawing.Point(4, 56);
274      this.resourceIdsLabel.Name = "resourceIdsLabel";
275      this.resourceIdsLabel.Size = new System.Drawing.Size(70, 13);
276      this.resourceIdsLabel.TabIndex = 12;
277      this.resourceIdsLabel.Text = "ResourceIds:";
278      //
279      // resourceNamesTextBox
280      //
281      this.resourceNamesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
282                  | System.Windows.Forms.AnchorStyles.Right)));
283      this.resourceNamesTextBox.Location = new System.Drawing.Point(73, 53);
284      this.resourceNamesTextBox.Name = "resourceNamesTextBox";
285      this.resourceNamesTextBox.Size = new System.Drawing.Size(415, 20);
286      this.resourceNamesTextBox.TabIndex = 14;
287      this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
288      //
289      // nameLabel
290      //
291      this.nameLabel.AutoSize = true;
292      this.nameLabel.Location = new System.Drawing.Point(1, 27);
293      this.nameLabel.Name = "nameLabel";
294      this.nameLabel.Size = new System.Drawing.Size(38, 13);
295      this.nameLabel.TabIndex = 20;
296      this.nameLabel.Text = "Name:";
297      //
298      // nameTextBox
299      //
300      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
301                  | System.Windows.Forms.AnchorStyles.Right)));
302      this.nameTextBox.Location = new System.Drawing.Point(73, 27);
303      this.nameTextBox.Name = "nameTextBox";
304      this.nameTextBox.Size = new System.Drawing.Size(501, 20);
305      this.nameTextBox.TabIndex = 21;
306      this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated);
307      //
308      // refreshButton
309      //
310      this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
311      this.refreshButton.Location = new System.Drawing.Point(3, 0);
312      this.refreshButton.Name = "refreshButton";
313      this.refreshButton.Size = new System.Drawing.Size(24, 24);
314      this.refreshButton.TabIndex = 22;
315      this.toolTip.SetToolTip(this.refreshButton, "Refresh Data");
316      this.refreshButton.UseVisualStyleBackColor = true;
317      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
318      //
319      // isPrivilegedCheckBox
320      //
321      this.isPrivilegedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
322      this.isPrivilegedCheckBox.AutoSize = true;
323      this.isPrivilegedCheckBox.Location = new System.Drawing.Point(494, 55);
324      this.isPrivilegedCheckBox.Name = "isPrivilegedCheckBox";
325      this.isPrivilegedCheckBox.Size = new System.Drawing.Size(80, 17);
326      this.isPrivilegedCheckBox.TabIndex = 26;
327      this.isPrivilegedCheckBox.Text = "IsPrivileged";
328      this.toolTip.SetToolTip(this.isPrivilegedCheckBox, "If checked, the job will be executed in a privileged sandbox on the slave.");
329      this.isPrivilegedCheckBox.UseVisualStyleBackColor = true;
330      this.isPrivilegedCheckBox.Validated += new System.EventHandler(this.isPrivilegedCheckBox_Validated);
331      //
332      // refreshAutomaticallyCheckBox
333      //
334      this.refreshAutomaticallyCheckBox.AutoSize = true;
335      this.refreshAutomaticallyCheckBox.Location = new System.Drawing.Point(30, 5);
336      this.refreshAutomaticallyCheckBox.Name = "refreshAutomaticallyCheckBox";
337      this.refreshAutomaticallyCheckBox.Size = new System.Drawing.Size(128, 17);
338      this.refreshAutomaticallyCheckBox.TabIndex = 24;
339      this.refreshAutomaticallyCheckBox.Text = "&Refresh Automatically";
340      this.refreshAutomaticallyCheckBox.UseVisualStyleBackColor = true;
341      this.refreshAutomaticallyCheckBox.Validated += new System.EventHandler(this.refreshAutomaticallyCheckBox_Validated);
342      //
343      // infoGroupBox
344      //
345      this.infoGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
346      this.infoGroupBox.Controls.Add(this.finishedTextBox);
347      this.infoGroupBox.Controls.Add(this.calculatingTextBox);
348      this.infoGroupBox.Controls.Add(this.jobsTextBox);
349      this.infoGroupBox.Controls.Add(this.finishedLabel);
350      this.infoGroupBox.Controls.Add(this.calculatingLabel);
351      this.infoGroupBox.Controls.Add(this.jobsLabel);
352      this.infoGroupBox.Location = new System.Drawing.Point(580, 5);
353      this.infoGroupBox.Name = "infoGroupBox";
354      this.infoGroupBox.Size = new System.Drawing.Size(133, 89);
355      this.infoGroupBox.TabIndex = 25;
356      this.infoGroupBox.TabStop = false;
357      this.infoGroupBox.Text = "Info";
358      //
359      // finishedTextBox
360      //
361      this.finishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
362                  | System.Windows.Forms.AnchorStyles.Right)));
363      this.finishedTextBox.Location = new System.Drawing.Point(74, 64);
364      this.finishedTextBox.Name = "finishedTextBox";
365      this.finishedTextBox.Size = new System.Drawing.Size(53, 20);
366      this.finishedTextBox.TabIndex = 5;
367      //
368      // calculatingTextBox
369      //
370      this.calculatingTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
371                  | System.Windows.Forms.AnchorStyles.Right)));
372      this.calculatingTextBox.Location = new System.Drawing.Point(74, 40);
373      this.calculatingTextBox.Name = "calculatingTextBox";
374      this.calculatingTextBox.Size = new System.Drawing.Size(53, 20);
375      this.calculatingTextBox.TabIndex = 4;
376      //
377      // jobsTextBox
378      //
379      this.jobsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
380                  | System.Windows.Forms.AnchorStyles.Right)));
381      this.jobsTextBox.Location = new System.Drawing.Point(74, 16);
382      this.jobsTextBox.Name = "jobsTextBox";
383      this.jobsTextBox.Size = new System.Drawing.Size(53, 20);
384      this.jobsTextBox.TabIndex = 3;
385      //
386      // finishedLabel
387      //
388      this.finishedLabel.AutoSize = true;
389      this.finishedLabel.Location = new System.Drawing.Point(6, 67);
390      this.finishedLabel.Name = "finishedLabel";
391      this.finishedLabel.Size = new System.Drawing.Size(49, 13);
392      this.finishedLabel.TabIndex = 2;
393      this.finishedLabel.Text = "Finished:";
394      //
395      // calculatingLabel
396      //
397      this.calculatingLabel.AutoSize = true;
398      this.calculatingLabel.Location = new System.Drawing.Point(6, 43);
399      this.calculatingLabel.Name = "calculatingLabel";
400      this.calculatingLabel.Size = new System.Drawing.Size(62, 13);
401      this.calculatingLabel.TabIndex = 1;
402      this.calculatingLabel.Text = "Calculating:";
403      //
404      // jobsLabel
405      //
406      this.jobsLabel.AutoSize = true;
407      this.jobsLabel.Location = new System.Drawing.Point(6, 19);
408      this.jobsLabel.Name = "jobsLabel";
409      this.jobsLabel.Size = new System.Drawing.Size(32, 13);
410      this.jobsLabel.TabIndex = 0;
411      this.jobsLabel.Text = "Jobs:";
412      //
413      // refreshPermissionsButton
414      //
415      this.refreshPermissionsButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshPermissionsButton.Image")));
416      this.refreshPermissionsButton.Location = new System.Drawing.Point(3, 3);
417      this.refreshPermissionsButton.Name = "refreshPermissionsButton";
418      this.refreshPermissionsButton.Size = new System.Drawing.Size(24, 24);
419      this.refreshPermissionsButton.TabIndex = 23;
420      this.toolTip.SetToolTip(this.refreshPermissionsButton, "Refresh Data");
421      this.refreshPermissionsButton.UseVisualStyleBackColor = true;
422      this.refreshPermissionsButton.Click += new System.EventHandler(this.refreshPermissionsButton_Click);
423      //
424      // RefreshableHiveExperimentView
425      //
426      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
427      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
428      this.Controls.Add(this.isPrivilegedCheckBox);
429      this.Controls.Add(this.infoGroupBox);
430      this.Controls.Add(this.refreshAutomaticallyCheckBox);
431      this.Controls.Add(this.refreshButton);
432      this.Controls.Add(this.nameTextBox);
433      this.Controls.Add(this.nameLabel);
434      this.Controls.Add(this.tabControl);
435      this.Controls.Add(this.startButton);
436      this.Controls.Add(this.executionTimeTextBox);
437      this.Controls.Add(this.executionTimeLabel);
438      this.Controls.Add(this.resourceNamesTextBox);
439      this.Controls.Add(this.pauseButton);
440      this.Controls.Add(this.resourceIdsLabel);
441      this.Controls.Add(this.stopButton);
442      this.Controls.Add(this.resetButton);
443      this.Name = "RefreshableHiveExperimentView";
444      this.Size = new System.Drawing.Size(717, 560);
445      this.tabControl.ResumeLayout(false);
446      this.jobsTabPage.ResumeLayout(false);
447      this.stateTabPage.ResumeLayout(false);
448      this.sharingTabPage.ResumeLayout(false);
449      this.logTabPage.ResumeLayout(false);
450      this.infoGroupBox.ResumeLayout(false);
451      this.infoGroupBox.PerformLayout();
452      this.ResumeLayout(false);
453      this.PerformLayout();
454
455    }
456    #endregion
457
458    private System.Windows.Forms.TabControl tabControl;
459    private System.Windows.Forms.Button startButton;
460    private System.Windows.Forms.Button stopButton;
461    private System.Windows.Forms.Button resetButton;
462    private System.Windows.Forms.Label executionTimeLabel;
463    private System.Windows.Forms.TextBox executionTimeTextBox;
464    private System.Windows.Forms.Button pauseButton;
465    private System.Windows.Forms.Label resourceIdsLabel;
466    private System.Windows.Forms.TextBox resourceNamesTextBox;
467    private System.Windows.Forms.TabPage logTabPage;
468    private Core.Views.LogView logView;
469    private System.Windows.Forms.TabPage jobsTabPage;
470    private HiveJobItemTreeView jobsTreeView;
471    private System.Windows.Forms.Label nameLabel;
472    private System.Windows.Forms.TextBox nameTextBox;
473    private System.Windows.Forms.ToolTip toolTip;
474    private System.Windows.Forms.Button refreshButton;
475    private System.Windows.Forms.CheckBox refreshAutomaticallyCheckBox;
476    private System.Windows.Forms.GroupBox infoGroupBox;
477    private System.Windows.Forms.TextBox finishedTextBox;
478    private System.Windows.Forms.TextBox calculatingTextBox;
479    private System.Windows.Forms.TextBox jobsTextBox;
480    private System.Windows.Forms.Label finishedLabel;
481    private System.Windows.Forms.Label calculatingLabel;
482    private System.Windows.Forms.Label jobsLabel;
483    private System.Windows.Forms.CheckBox isPrivilegedCheckBox;
484    private System.Windows.Forms.TabPage stateTabPage;
485    private ViewHost stateLogViewHost;
486    private System.Windows.Forms.TabPage sharingTabPage;
487    private HiveExperimentPermissionListView hiveExperimentPermissionListView;
488    private System.Windows.Forms.Button refreshPermissionsButton;
489
490  }
491}
Note: See TracBrowser for help on using the repository browser.