Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/HiveJobView.designer.cs @ 6267

Last change on this file since 6267 was 6168, checked in by cneumuel, 14 years ago

#1233

  • removed Job-dto objects from slave core (since it stores outdated objects)
  • added command textbox to HiveJobView
  • improved the way the control buttons behave in HiveJobView
  • improved job control (pause and stop is also possible when job is not currently calculating)
  • improved gantt chart view (last state log entry is also displayed)
  • unified code for downloading jobs between experiment manager and hive engine
File size: 26.5 KB
RevLine 
[4905]1namespace HeuristicLab.Clients.Hive.Views {
2  partial class HiveJobView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
[5718]26      this.stateLogTabPage = new System.Windows.Forms.TabPage();
27      this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
28      this.detailsTabPage = new System.Windows.Forms.TabPage();
[6033]29      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
[5779]30      this.configurationGroupBox = new System.Windows.Forms.GroupBox();
31      this.priorityTextBox = new System.Windows.Forms.TextBox();
32      this.priorityLabel = new System.Windows.Forms.Label();
33      this.coresNeededTextBox = new System.Windows.Forms.TextBox();
34      this.memoryNeededTextBox = new System.Windows.Forms.TextBox();
35      this.memoryNeededLabel = new System.Windows.Forms.Label();
36      this.coresNeededLabel = new System.Windows.Forms.Label();
37      this.computeInParallelLabel = new System.Windows.Forms.Label();
38      this.computeInParallelCheckBox = new System.Windows.Forms.CheckBox();
[5718]39      this.jobStatusGroupBox = new System.Windows.Forms.GroupBox();
[5779]40      this.stateTextBox = new System.Windows.Forms.TextBox();
41      this.dateCalculatedLabel = new System.Windows.Forms.Label();
42      this.stateLabel = new System.Windows.Forms.Label();
43      this.dateCalculatedText = new System.Windows.Forms.TextBox();
44      this.dateFinishedTextBox = new System.Windows.Forms.TextBox();
45      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
46      this.dateCreatedTextBox = new System.Windows.Forms.TextBox();
47      this.executionTimeLabel = new System.Windows.Forms.Label();
48      this.exceptionLabel = new System.Windows.Forms.Label();
49      this.dateCreatedLabel = new System.Windows.Forms.Label();
50      this.dateFinishedLabel = new System.Windows.Forms.Label();
[4905]51      this.exceptionTextBox = new System.Windows.Forms.TextBox();
[6033]52      this.optimizerGroupBox = new System.Windows.Forms.GroupBox();
53      this.modifyItemButton = new System.Windows.Forms.Button();
54      this.lastUpdatedTextBox = new System.Windows.Forms.TextBox();
55      this.lastUpdatedLabel = new System.Windows.Forms.Label();
56      this.optimizerItemView = new HeuristicLab.Core.Views.ItemView();
57      this.jobIdLabel = new System.Windows.Forms.Label();
58      this.jobIdTextBox = new System.Windows.Forms.TextBox();
[5718]59      this.tabControl = new System.Windows.Forms.TabControl();
[6168]60      this.commandTextBox = new System.Windows.Forms.TextBox();
61      this.commandLabel = new System.Windows.Forms.Label();
[5718]62      this.stateLogTabPage.SuspendLayout();
63      this.detailsTabPage.SuspendLayout();
[5797]64      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
65      this.splitContainer1.Panel1.SuspendLayout();
66      this.splitContainer1.Panel2.SuspendLayout();
67      this.splitContainer1.SuspendLayout();
[6033]68      this.configurationGroupBox.SuspendLayout();
69      this.jobStatusGroupBox.SuspendLayout();
70      this.optimizerGroupBox.SuspendLayout();
71      this.tabControl.SuspendLayout();
[4905]72      this.SuspendLayout();
73      //
[5718]74      // stateLogTabPage
[4905]75      //
[5718]76      this.stateLogTabPage.Controls.Add(this.stateLogViewHost);
77      this.stateLogTabPage.Location = new System.Drawing.Point(4, 22);
78      this.stateLogTabPage.Name = "stateLogTabPage";
[6033]79      this.stateLogTabPage.Size = new System.Drawing.Size(563, 375);
[5718]80      this.stateLogTabPage.TabIndex = 5;
81      this.stateLogTabPage.Text = "State";
82      this.stateLogTabPage.UseVisualStyleBackColor = true;
[4905]83      //
[5718]84      // stateLogViewHost
[4905]85      //
[5718]86      this.stateLogViewHost.Caption = "View";
87      this.stateLogViewHost.Content = null;
[5779]88      this.stateLogViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
[5718]89      this.stateLogViewHost.Enabled = false;
90      this.stateLogViewHost.Location = new System.Drawing.Point(0, 0);
91      this.stateLogViewHost.Name = "stateLogViewHost";
92      this.stateLogViewHost.ReadOnly = false;
[6033]93      this.stateLogViewHost.Size = new System.Drawing.Size(563, 375);
[5718]94      this.stateLogViewHost.TabIndex = 0;
95      this.stateLogViewHost.ViewsLabelVisible = true;
96      this.stateLogViewHost.ViewType = null;
[4905]97      //
[5718]98      // detailsTabPage
99      //
[5797]100      this.detailsTabPage.Controls.Add(this.splitContainer1);
[5718]101      this.detailsTabPage.Controls.Add(this.optimizerGroupBox);
102      this.detailsTabPage.Controls.Add(this.jobIdLabel);
103      this.detailsTabPage.Controls.Add(this.jobIdTextBox);
104      this.detailsTabPage.Location = new System.Drawing.Point(4, 22);
105      this.detailsTabPage.Name = "detailsTabPage";
106      this.detailsTabPage.Padding = new System.Windows.Forms.Padding(3);
[5797]107      this.detailsTabPage.Size = new System.Drawing.Size(563, 375);
[5718]108      this.detailsTabPage.TabIndex = 0;
109      this.detailsTabPage.Text = "Details";
110      this.detailsTabPage.UseVisualStyleBackColor = true;
111      //
[6033]112      // splitContainer1
[5793]113      //
[6033]114      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[5718]115                  | System.Windows.Forms.AnchorStyles.Right)));
[6033]116      this.splitContainer1.Location = new System.Drawing.Point(6, 110);
117      this.splitContainer1.Name = "splitContainer1";
[5718]118      //
[6033]119      // splitContainer1.Panel1
[5793]120      //
[6033]121      this.splitContainer1.Panel1.Controls.Add(this.configurationGroupBox);
[5793]122      //
[6033]123      // splitContainer1.Panel2
[5793]124      //
[6033]125      this.splitContainer1.Panel2.Controls.Add(this.jobStatusGroupBox);
[6168]126      this.splitContainer1.Size = new System.Drawing.Size(551, 178);
[6033]127      this.splitContainer1.SplitterDistance = 275;
128      this.splitContainer1.TabIndex = 33;
[5793]129      //
[5779]130      // configurationGroupBox
[4905]131      //
[5779]132      this.configurationGroupBox.Controls.Add(this.priorityTextBox);
133      this.configurationGroupBox.Controls.Add(this.priorityLabel);
134      this.configurationGroupBox.Controls.Add(this.coresNeededTextBox);
135      this.configurationGroupBox.Controls.Add(this.memoryNeededTextBox);
136      this.configurationGroupBox.Controls.Add(this.memoryNeededLabel);
137      this.configurationGroupBox.Controls.Add(this.coresNeededLabel);
138      this.configurationGroupBox.Controls.Add(this.computeInParallelLabel);
139      this.configurationGroupBox.Controls.Add(this.computeInParallelCheckBox);
[5797]140      this.configurationGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
141      this.configurationGroupBox.Location = new System.Drawing.Point(0, 0);
[5779]142      this.configurationGroupBox.Name = "configurationGroupBox";
[6168]143      this.configurationGroupBox.Size = new System.Drawing.Size(275, 178);
[5779]144      this.configurationGroupBox.TabIndex = 27;
145      this.configurationGroupBox.TabStop = false;
146      this.configurationGroupBox.Text = "Configuration";
[4905]147      //
[5779]148      // priorityTextBox
[4905]149      //
[5779]150      this.priorityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[5718]151                  | System.Windows.Forms.AnchorStyles.Right)));
[5779]152      this.priorityTextBox.Location = new System.Drawing.Point(108, 66);
153      this.priorityTextBox.Name = "priorityTextBox";
[5797]154      this.priorityTextBox.Size = new System.Drawing.Size(161, 20);
[5779]155      this.priorityTextBox.TabIndex = 41;
[5718]156      //
[5779]157      // priorityLabel
[5718]158      //
[5779]159      this.priorityLabel.AutoSize = true;
160      this.priorityLabel.Location = new System.Drawing.Point(7, 66);
161      this.priorityLabel.Name = "priorityLabel";
162      this.priorityLabel.Size = new System.Drawing.Size(41, 13);
163      this.priorityLabel.TabIndex = 42;
164      this.priorityLabel.Text = "Priority:";
[5718]165      //
[5779]166      // coresNeededTextBox
[5718]167      //
[5779]168      this.coresNeededTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[5718]169                  | System.Windows.Forms.AnchorStyles.Right)));
[5779]170      this.coresNeededTextBox.Location = new System.Drawing.Point(108, 20);
171      this.coresNeededTextBox.Name = "coresNeededTextBox";
[5797]172      this.coresNeededTextBox.Size = new System.Drawing.Size(161, 20);
[5779]173      this.coresNeededTextBox.TabIndex = 37;
[5718]174      //
[5779]175      // memoryNeededTextBox
[4905]176      //
[5779]177      this.memoryNeededTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[4905]178                  | System.Windows.Forms.AnchorStyles.Right)));
[5779]179      this.memoryNeededTextBox.Location = new System.Drawing.Point(108, 42);
180      this.memoryNeededTextBox.Name = "memoryNeededTextBox";
[5797]181      this.memoryNeededTextBox.Size = new System.Drawing.Size(161, 20);
[5779]182      this.memoryNeededTextBox.TabIndex = 38;
[4905]183      //
[5779]184      // memoryNeededLabel
[5718]185      //
[5779]186      this.memoryNeededLabel.AutoSize = true;
187      this.memoryNeededLabel.Location = new System.Drawing.Point(7, 42);
188      this.memoryNeededLabel.Name = "memoryNeededLabel";
189      this.memoryNeededLabel.Size = new System.Drawing.Size(85, 13);
190      this.memoryNeededLabel.TabIndex = 40;
191      this.memoryNeededLabel.Text = "MemoryNeeded:";
[5718]192      //
[5779]193      // coresNeededLabel
[4905]194      //
[5779]195      this.coresNeededLabel.AutoSize = true;
196      this.coresNeededLabel.Location = new System.Drawing.Point(7, 20);
197      this.coresNeededLabel.Name = "coresNeededLabel";
198      this.coresNeededLabel.Size = new System.Drawing.Size(75, 13);
199      this.coresNeededLabel.TabIndex = 39;
200      this.coresNeededLabel.Text = "CoresNeeded:";
[4905]201      //
[5779]202      // computeInParallelLabel
[4905]203      //
[5779]204      this.computeInParallelLabel.AutoSize = true;
205      this.computeInParallelLabel.Location = new System.Drawing.Point(7, 93);
206      this.computeInParallelLabel.Name = "computeInParallelLabel";
207      this.computeInParallelLabel.Size = new System.Drawing.Size(95, 13);
208      this.computeInParallelLabel.TabIndex = 36;
209      this.computeInParallelLabel.Text = "ComputeInParallel:";
[4905]210      //
[5779]211      // computeInParallelCheckBox
[4905]212      //
[5779]213      this.computeInParallelCheckBox.AutoSize = true;
214      this.computeInParallelCheckBox.Location = new System.Drawing.Point(108, 92);
215      this.computeInParallelCheckBox.Name = "computeInParallelCheckBox";
216      this.computeInParallelCheckBox.Size = new System.Drawing.Size(15, 14);
217      this.computeInParallelCheckBox.TabIndex = 35;
218      this.computeInParallelCheckBox.UseVisualStyleBackColor = true;
219      this.computeInParallelCheckBox.CheckedChanged += new System.EventHandler(this.computeInParallelCheckBox_CheckedChanged);
[4905]220      //
[5779]221      // jobStatusGroupBox
[4905]222      //
[6168]223      this.jobStatusGroupBox.Controls.Add(this.commandTextBox);
224      this.jobStatusGroupBox.Controls.Add(this.commandLabel);
[5779]225      this.jobStatusGroupBox.Controls.Add(this.stateTextBox);
226      this.jobStatusGroupBox.Controls.Add(this.dateCalculatedLabel);
227      this.jobStatusGroupBox.Controls.Add(this.stateLabel);
228      this.jobStatusGroupBox.Controls.Add(this.dateCalculatedText);
229      this.jobStatusGroupBox.Controls.Add(this.dateFinishedTextBox);
230      this.jobStatusGroupBox.Controls.Add(this.executionTimeTextBox);
231      this.jobStatusGroupBox.Controls.Add(this.dateCreatedTextBox);
232      this.jobStatusGroupBox.Controls.Add(this.executionTimeLabel);
233      this.jobStatusGroupBox.Controls.Add(this.exceptionLabel);
234      this.jobStatusGroupBox.Controls.Add(this.dateCreatedLabel);
235      this.jobStatusGroupBox.Controls.Add(this.dateFinishedLabel);
236      this.jobStatusGroupBox.Controls.Add(this.exceptionTextBox);
[5797]237      this.jobStatusGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
238      this.jobStatusGroupBox.Location = new System.Drawing.Point(0, 0);
[5779]239      this.jobStatusGroupBox.Name = "jobStatusGroupBox";
[6168]240      this.jobStatusGroupBox.Size = new System.Drawing.Size(272, 178);
[5779]241      this.jobStatusGroupBox.TabIndex = 24;
242      this.jobStatusGroupBox.TabStop = false;
243      this.jobStatusGroupBox.Text = "Job Status";
[4905]244      //
[5779]245      // stateTextBox
[4905]246      //
[5779]247      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
248                  | System.Windows.Forms.AnchorStyles.Right)));
249      this.stateTextBox.Location = new System.Drawing.Point(95, 19);
250      this.stateTextBox.Name = "stateTextBox";
[5797]251      this.stateTextBox.Size = new System.Drawing.Size(171, 20);
[5779]252      this.stateTextBox.TabIndex = 2;
[4905]253      //
[5779]254      // dateCalculatedLabel
[4905]255      //
[5779]256      this.dateCalculatedLabel.AutoSize = true;
[6168]257      this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 108);
[5779]258      this.dateCalculatedLabel.Name = "dateCalculatedLabel";
259      this.dateCalculatedLabel.Size = new System.Drawing.Size(83, 13);
260      this.dateCalculatedLabel.TabIndex = 23;
261      this.dateCalculatedLabel.Text = "DateCalculated:";
[4905]262      //
[5779]263      // stateLabel
[4905]264      //
[5779]265      this.stateLabel.AutoSize = true;
266      this.stateLabel.Location = new System.Drawing.Point(7, 19);
267      this.stateLabel.Name = "stateLabel";
268      this.stateLabel.Size = new System.Drawing.Size(35, 13);
269      this.stateLabel.TabIndex = 0;
270      this.stateLabel.Text = "State:";
[4905]271      //
[5779]272      // dateCalculatedText
[4905]273      //
[5779]274      this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[5718]275                  | System.Windows.Forms.AnchorStyles.Right)));
[6168]276      this.dateCalculatedText.Location = new System.Drawing.Point(95, 108);
[5779]277      this.dateCalculatedText.Name = "dateCalculatedText";
[5797]278      this.dateCalculatedText.Size = new System.Drawing.Size(171, 20);
[5779]279      this.dateCalculatedText.TabIndex = 22;
[4905]280      //
[5779]281      // dateFinishedTextBox
[4905]282      //
[5779]283      this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[4905]284                  | System.Windows.Forms.AnchorStyles.Right)));
[6168]285      this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 130);
[5779]286      this.dateFinishedTextBox.Name = "dateFinishedTextBox";
[5797]287      this.dateFinishedTextBox.Size = new System.Drawing.Size(171, 20);
[5779]288      this.dateFinishedTextBox.TabIndex = 6;
[4905]289      //
[5779]290      // executionTimeTextBox
[4905]291      //
[5779]292      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
293                  | System.Windows.Forms.AnchorStyles.Right)));
[6168]294      this.executionTimeTextBox.Location = new System.Drawing.Point(95, 64);
[5779]295      this.executionTimeTextBox.Name = "executionTimeTextBox";
[5797]296      this.executionTimeTextBox.Size = new System.Drawing.Size(171, 20);
[5779]297      this.executionTimeTextBox.TabIndex = 4;
[4905]298      //
[5779]299      // dateCreatedTextBox
[4905]300      //
[5779]301      this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[5597]302                  | System.Windows.Forms.AnchorStyles.Right)));
[6168]303      this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 86);
[5779]304      this.dateCreatedTextBox.Name = "dateCreatedTextBox";
[5797]305      this.dateCreatedTextBox.Size = new System.Drawing.Size(171, 20);
[5779]306      this.dateCreatedTextBox.TabIndex = 5;
[5597]307      //
[5779]308      // executionTimeLabel
[5597]309      //
[5779]310      this.executionTimeLabel.AutoSize = true;
[6168]311      this.executionTimeLabel.Location = new System.Drawing.Point(7, 64);
[5779]312      this.executionTimeLabel.Name = "executionTimeLabel";
313      this.executionTimeLabel.Size = new System.Drawing.Size(80, 13);
314      this.executionTimeLabel.TabIndex = 13;
315      this.executionTimeLabel.Text = "ExecutionTime:";
[5637]316      //
[5779]317      // exceptionLabel
[4905]318      //
[5779]319      this.exceptionLabel.AutoSize = true;
[6168]320      this.exceptionLabel.Location = new System.Drawing.Point(7, 152);
[5779]321      this.exceptionLabel.Name = "exceptionLabel";
322      this.exceptionLabel.Size = new System.Drawing.Size(57, 13);
323      this.exceptionLabel.TabIndex = 19;
324      this.exceptionLabel.Text = "Exception:";
325      //
326      // dateCreatedLabel
327      //
328      this.dateCreatedLabel.AutoSize = true;
[6168]329      this.dateCreatedLabel.Location = new System.Drawing.Point(7, 86);
[5779]330      this.dateCreatedLabel.Name = "dateCreatedLabel";
331      this.dateCreatedLabel.Size = new System.Drawing.Size(70, 13);
332      this.dateCreatedLabel.TabIndex = 14;
333      this.dateCreatedLabel.Text = "DateCreated:";
334      //
335      // dateFinishedLabel
336      //
337      this.dateFinishedLabel.AutoSize = true;
[6168]338      this.dateFinishedLabel.Location = new System.Drawing.Point(7, 130);
[5779]339      this.dateFinishedLabel.Name = "dateFinishedLabel";
340      this.dateFinishedLabel.Size = new System.Drawing.Size(72, 13);
341      this.dateFinishedLabel.TabIndex = 15;
342      this.dateFinishedLabel.Text = "DateFinished:";
343      //
344      // exceptionTextBox
345      //
346      this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[4905]347                  | System.Windows.Forms.AnchorStyles.Right)));
[6168]348      this.exceptionTextBox.Location = new System.Drawing.Point(95, 152);
[5779]349      this.exceptionTextBox.Name = "exceptionTextBox";
[5797]350      this.exceptionTextBox.Size = new System.Drawing.Size(171, 20);
[5779]351      this.exceptionTextBox.TabIndex = 10;
352      this.exceptionTextBox.DoubleClick += new System.EventHandler(this.exceptionTextBox_DoubleClick);
[4905]353      //
[6033]354      // optimizerGroupBox
355      //
356      this.optimizerGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
357                  | System.Windows.Forms.AnchorStyles.Right)));
358      this.optimizerGroupBox.Controls.Add(this.modifyItemButton);
359      this.optimizerGroupBox.Controls.Add(this.lastUpdatedTextBox);
360      this.optimizerGroupBox.Controls.Add(this.lastUpdatedLabel);
361      this.optimizerGroupBox.Controls.Add(this.optimizerItemView);
362      this.optimizerGroupBox.Location = new System.Drawing.Point(6, 29);
363      this.optimizerGroupBox.Name = "optimizerGroupBox";
364      this.optimizerGroupBox.Size = new System.Drawing.Size(551, 75);
365      this.optimizerGroupBox.TabIndex = 28;
366      this.optimizerGroupBox.TabStop = false;
367      this.optimizerGroupBox.Text = "JobItem";
368      //
369      // modifyItemButton
370      //
371      this.modifyItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
372                  | System.Windows.Forms.AnchorStyles.Right)));
373      this.modifyItemButton.Location = new System.Drawing.Point(78, 45);
374      this.modifyItemButton.Name = "modifyItemButton";
375      this.modifyItemButton.Size = new System.Drawing.Size(467, 23);
376      this.modifyItemButton.TabIndex = 3;
377      this.modifyItemButton.Text = "Modify Item";
378      this.modifyItemButton.UseVisualStyleBackColor = true;
379      this.modifyItemButton.Click += new System.EventHandler(this.modifyItemButton_Click);
380      //
381      // lastUpdatedTextBox
382      //
383      this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
384                  | System.Windows.Forms.AnchorStyles.Right)));
385      this.lastUpdatedTextBox.Location = new System.Drawing.Point(78, 19);
386      this.lastUpdatedTextBox.Name = "lastUpdatedTextBox";
387      this.lastUpdatedTextBox.Size = new System.Drawing.Size(467, 20);
388      this.lastUpdatedTextBox.TabIndex = 2;
389      //
390      // lastUpdatedLabel
391      //
392      this.lastUpdatedLabel.AutoSize = true;
393      this.lastUpdatedLabel.Location = new System.Drawing.Point(3, 22);
394      this.lastUpdatedLabel.Name = "lastUpdatedLabel";
395      this.lastUpdatedLabel.Size = new System.Drawing.Size(71, 13);
396      this.lastUpdatedLabel.TabIndex = 1;
397      this.lastUpdatedLabel.Text = "LastUpdated:";
398      //
399      // optimizerItemView
400      //
401      this.optimizerItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
402                  | System.Windows.Forms.AnchorStyles.Right)));
403      this.optimizerItemView.Caption = "NamedItem View";
404      this.optimizerItemView.Content = null;
405      this.optimizerItemView.Location = new System.Drawing.Point(6, 20);
406      this.optimizerItemView.Name = "optimizerItemView";
407      this.optimizerItemView.ReadOnly = false;
408      this.optimizerItemView.Size = new System.Drawing.Size(539, 51);
409      this.optimizerItemView.TabIndex = 0;
410      //
411      // jobIdLabel
412      //
413      this.jobIdLabel.AutoSize = true;
414      this.jobIdLabel.Location = new System.Drawing.Point(3, 6);
415      this.jobIdLabel.Name = "jobIdLabel";
416      this.jobIdLabel.Size = new System.Drawing.Size(36, 13);
417      this.jobIdLabel.TabIndex = 25;
418      this.jobIdLabel.Text = "JobId:";
419      //
420      // jobIdTextBox
421      //
422      this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
423                  | System.Windows.Forms.AnchorStyles.Right)));
424      this.jobIdTextBox.Location = new System.Drawing.Point(91, 6);
425      this.jobIdTextBox.Name = "jobIdTextBox";
426      this.jobIdTextBox.Size = new System.Drawing.Size(466, 20);
427      this.jobIdTextBox.TabIndex = 26;
428      //
[5718]429      // tabControl
[5597]430      //
[5718]431      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
[5597]432                  | System.Windows.Forms.AnchorStyles.Left)
433                  | System.Windows.Forms.AnchorStyles.Right)));
[5718]434      this.tabControl.Controls.Add(this.detailsTabPage);
435      this.tabControl.Controls.Add(this.stateLogTabPage);
436      this.tabControl.Location = new System.Drawing.Point(3, 3);
437      this.tabControl.Name = "tabControl";
438      this.tabControl.SelectedIndex = 0;
[5797]439      this.tabControl.Size = new System.Drawing.Size(571, 401);
[5718]440      this.tabControl.TabIndex = 25;
[5597]441      //
[6168]442      // commandTextBox
443      //
444      this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
445                  | System.Windows.Forms.AnchorStyles.Right)));
446      this.commandTextBox.Location = new System.Drawing.Point(95, 41);
447      this.commandTextBox.Name = "commandTextBox";
448      this.commandTextBox.Size = new System.Drawing.Size(171, 20);
449      this.commandTextBox.TabIndex = 24;
450      //
451      // commandLabel
452      //
453      this.commandLabel.AutoSize = true;
454      this.commandLabel.Location = new System.Drawing.Point(7, 41);
455      this.commandLabel.Name = "commandLabel";
456      this.commandLabel.Size = new System.Drawing.Size(57, 13);
457      this.commandLabel.TabIndex = 25;
458      this.commandLabel.Text = "Command:";
459      //
[4905]460      // HiveJobView
461      //
462      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
463      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
464      this.Controls.Add(this.tabControl);
465      this.Name = "HiveJobView";
[5797]466      this.Size = new System.Drawing.Size(577, 407);
[5718]467      this.stateLogTabPage.ResumeLayout(false);
468      this.detailsTabPage.ResumeLayout(false);
469      this.detailsTabPage.PerformLayout();
[6033]470      this.splitContainer1.Panel1.ResumeLayout(false);
471      this.splitContainer1.Panel2.ResumeLayout(false);
472      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
473      this.splitContainer1.ResumeLayout(false);
[5779]474      this.configurationGroupBox.ResumeLayout(false);
475      this.configurationGroupBox.PerformLayout();
[4905]476      this.jobStatusGroupBox.ResumeLayout(false);
477      this.jobStatusGroupBox.PerformLayout();
[6033]478      this.optimizerGroupBox.ResumeLayout(false);
479      this.optimizerGroupBox.PerformLayout();
[5718]480      this.tabControl.ResumeLayout(false);
[4905]481      this.ResumeLayout(false);
482
483    }
484
485    #endregion
486
[6033]487    protected System.Windows.Forms.TabPage stateLogTabPage;
488    protected MainForm.WindowsForms.ViewHost stateLogViewHost;
489    protected System.Windows.Forms.TabPage detailsTabPage;
490    protected System.Windows.Forms.GroupBox optimizerGroupBox;
491    protected Core.Views.ItemView optimizerItemView;
492    protected System.Windows.Forms.GroupBox configurationGroupBox;
493    protected System.Windows.Forms.TextBox priorityTextBox;
494    protected System.Windows.Forms.Label priorityLabel;
495    protected System.Windows.Forms.TextBox coresNeededTextBox;
496    protected System.Windows.Forms.TextBox memoryNeededTextBox;
497    protected System.Windows.Forms.Label memoryNeededLabel;
498    protected System.Windows.Forms.Label coresNeededLabel;
499    protected System.Windows.Forms.Label computeInParallelLabel;
500    protected System.Windows.Forms.CheckBox computeInParallelCheckBox;
501    protected System.Windows.Forms.Label jobIdLabel;
502    protected System.Windows.Forms.TextBox jobIdTextBox;
503    protected System.Windows.Forms.GroupBox jobStatusGroupBox;
504    protected System.Windows.Forms.TextBox stateTextBox;
505    protected System.Windows.Forms.Label stateLabel;
506    protected System.Windows.Forms.TextBox dateFinishedTextBox;
507    protected System.Windows.Forms.TextBox executionTimeTextBox;
508    protected System.Windows.Forms.Label executionTimeLabel;
509    protected System.Windows.Forms.Label exceptionLabel;
510    protected System.Windows.Forms.Label dateFinishedLabel;
511    protected System.Windows.Forms.TextBox exceptionTextBox;
512    protected System.Windows.Forms.TabControl tabControl;
513    protected System.Windows.Forms.Button modifyItemButton;
514    protected System.Windows.Forms.TextBox lastUpdatedTextBox;
515    protected System.Windows.Forms.Label lastUpdatedLabel;
516    protected System.Windows.Forms.Label dateCalculatedLabel;
517    protected System.Windows.Forms.TextBox dateCalculatedText;
518    protected System.Windows.Forms.TextBox dateCreatedTextBox;
519    protected System.Windows.Forms.Label dateCreatedLabel;
520    protected System.Windows.Forms.SplitContainer splitContainer1;
[6168]521    protected System.Windows.Forms.TextBox commandTextBox;
522    protected System.Windows.Forms.Label commandLabel;
[5718]523
[4905]524  }
525}
Note: See TracBrowser for help on using the repository browser.