Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/11 11:45:18 (12 years ago)
Author:
gkronber
Message:

#1081 merged r7103:7209 from trunk into time series branch

Location:
branches/HeuristicLab.TimeSeries
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.TimeSeries

  • branches/HeuristicLab.TimeSeries/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.designer.cs

    r6976 r7213  
    3030      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
    3131      this.groupBoxGenerel = new System.Windows.Forms.GroupBox();
     32      this.priorityComboBox = new System.Windows.Forms.ComboBox();
    3233      this.jobIdLabel = new System.Windows.Forms.Label();
    3334      this.jobIdTextBox = new System.Windows.Forms.TextBox();
     
    3637      this.priorityLabel = new System.Windows.Forms.Label();
    3738      this.configurationGroupBox = new System.Windows.Forms.GroupBox();
     39      this.memoryNeededComboBox = new System.Windows.Forms.ComboBox();
     40      this.coresNeededComboBox = new System.Windows.Forms.ComboBox();
    3841      this.memoryNeededLabel = new System.Windows.Forms.Label();
    3942      this.coresNeededLabel = new System.Windows.Forms.Label();
     
    5760      this.modifyItemButton = new System.Windows.Forms.Button();
    5861      this.tabControl = new System.Windows.Forms.TabControl();
    59       this.priorityComboBox = new System.Windows.Forms.ComboBox();
    60       this.coresNeededComboBox = new System.Windows.Forms.ComboBox();
    61       this.memoryNeededComboBox = new System.Windows.Forms.ComboBox();
    6262      this.stateLogTabPage.SuspendLayout();
    6363      this.detailsTabPage.SuspendLayout();
     
    8383      this.stateLogTabPage.Size = new System.Drawing.Size(563, 375);
    8484      this.stateLogTabPage.TabIndex = 5;
    85       this.stateLogTabPage.Text = "State";
     85      this.stateLogTabPage.Text = "Execution History";
    8686      this.stateLogTabPage.UseVisualStyleBackColor = true;
    8787      //
     
    164164      this.groupBoxGenerel.TabIndex = 43;
    165165      this.groupBoxGenerel.TabStop = false;
    166       this.groupBoxGenerel.Text = "Generel";
     166      this.groupBoxGenerel.Text = "General";
     167      //
     168      // priorityComboBox
     169      //
     170      this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     171                  | System.Windows.Forms.AnchorStyles.Right)));
     172      this.priorityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     173      this.priorityComboBox.FormattingEnabled = true;
     174      this.priorityComboBox.Items.AddRange(new object[] {
     175            "Normal",
     176            "Urgent",
     177            "Critical"});
     178      this.priorityComboBox.Location = new System.Drawing.Point(87, 39);
     179      this.priorityComboBox.Name = "priorityComboBox";
     180      this.priorityComboBox.Size = new System.Drawing.Size(182, 21);
     181      this.priorityComboBox.TabIndex = 43;
     182      this.priorityComboBox.SelectedIndexChanged += new System.EventHandler(this.priorityComboBox_SelectedIndexChanged);
    167183      //
    168184      // jobIdLabel
     
    187203      //
    188204      this.lastUpdatedLabel.AutoSize = true;
    189       this.lastUpdatedLabel.Location = new System.Drawing.Point(6, 60);
     205      this.lastUpdatedLabel.Location = new System.Drawing.Point(6, 68);
    190206      this.lastUpdatedLabel.Name = "lastUpdatedLabel";
    191207      this.lastUpdatedLabel.Size = new System.Drawing.Size(75, 13);
     
    197213      this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    198214                  | System.Windows.Forms.AnchorStyles.Right)));
    199       this.lastUpdatedTextBox.Location = new System.Drawing.Point(87, 57);
     215      this.lastUpdatedTextBox.Location = new System.Drawing.Point(87, 66);
    200216      this.lastUpdatedTextBox.Name = "lastUpdatedTextBox";
    201217      this.lastUpdatedTextBox.Size = new System.Drawing.Size(182, 20);
     
    205221      //
    206222      this.priorityLabel.AutoSize = true;
    207       this.priorityLabel.Location = new System.Drawing.Point(6, 38);
     223      this.priorityLabel.Location = new System.Drawing.Point(6, 42);
    208224      this.priorityLabel.Name = "priorityLabel";
    209225      this.priorityLabel.Size = new System.Drawing.Size(41, 13);
     
    227243      this.configurationGroupBox.Text = "Resource demands";
    228244      //
     245      // memoryNeededComboBox
     246      //
     247      this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     248                  | System.Windows.Forms.AnchorStyles.Right)));
     249      this.memoryNeededComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     250      this.memoryNeededComboBox.FormattingEnabled = true;
     251      this.memoryNeededComboBox.Items.AddRange(new object[] {
     252            "128",
     253            "256",
     254            "512",
     255            "1024",
     256            "2048"});
     257      this.memoryNeededComboBox.Location = new System.Drawing.Point(134, 40);
     258      this.memoryNeededComboBox.Name = "memoryNeededComboBox";
     259      this.memoryNeededComboBox.Size = new System.Drawing.Size(134, 21);
     260      this.memoryNeededComboBox.TabIndex = 42;
     261      //
     262      // coresNeededComboBox
     263      //
     264      this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     265                  | System.Windows.Forms.AnchorStyles.Right)));
     266      this.coresNeededComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     267      this.coresNeededComboBox.FormattingEnabled = true;
     268      this.coresNeededComboBox.Items.AddRange(new object[] {
     269            "1",
     270            "2",
     271            "3",
     272            "4"});
     273      this.coresNeededComboBox.Location = new System.Drawing.Point(134, 13);
     274      this.coresNeededComboBox.Name = "coresNeededComboBox";
     275      this.coresNeededComboBox.Size = new System.Drawing.Size(134, 21);
     276      this.coresNeededComboBox.TabIndex = 41;
     277      //
    229278      // memoryNeededLabel
    230279      //
    231280      this.memoryNeededLabel.AutoSize = true;
    232       this.memoryNeededLabel.Location = new System.Drawing.Point(6, 38);
     281      this.memoryNeededLabel.Location = new System.Drawing.Point(6, 43);
    233282      this.memoryNeededLabel.Name = "memoryNeededLabel";
    234283      this.memoryNeededLabel.Size = new System.Drawing.Size(122, 13);
     
    241290      this.coresNeededLabel.Location = new System.Drawing.Point(6, 16);
    242291      this.coresNeededLabel.Name = "coresNeededLabel";
    243       this.coresNeededLabel.Size = new System.Drawing.Size(101, 13);
     292      this.coresNeededLabel.Size = new System.Drawing.Size(104, 13);
    244293      this.coresNeededLabel.TabIndex = 39;
    245       this.coresNeededLabel.Text = "Nr. of cores needed";
     294      this.coresNeededLabel.Text = "Nr. of needed cores:";
    246295      //
    247296      // computeInParallelLabel
    248297      //
    249298      this.computeInParallelLabel.AutoSize = true;
    250       this.computeInParallelLabel.Location = new System.Drawing.Point(6, 60);
     299      this.computeInParallelLabel.Location = new System.Drawing.Point(6, 67);
    251300      this.computeInParallelLabel.Name = "computeInParallelLabel";
    252       this.computeInParallelLabel.Size = new System.Drawing.Size(122, 13);
     301      this.computeInParallelLabel.Size = new System.Drawing.Size(107, 13);
    253302      this.computeInParallelLabel.TabIndex = 36;
    254       this.computeInParallelLabel.Text = "Compute task in parallel:";
     303      this.computeInParallelLabel.Text = "Distribute child tasks:";
    255304      //
    256305      // computeInParallelCheckBox
    257306      //
    258307      this.computeInParallelCheckBox.AutoSize = true;
    259       this.computeInParallelCheckBox.Location = new System.Drawing.Point(135, 61);
     308      this.computeInParallelCheckBox.Location = new System.Drawing.Point(135, 67);
    260309      this.computeInParallelCheckBox.Name = "computeInParallelCheckBox";
    261310      this.computeInParallelCheckBox.Size = new System.Drawing.Size(15, 14);
     
    292341      this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    293342                  | System.Windows.Forms.AnchorStyles.Right)));
    294       this.commandTextBox.Location = new System.Drawing.Point(95, 41);
     343      this.commandTextBox.Location = new System.Drawing.Point(95, 39);
    295344      this.commandTextBox.Name = "commandTextBox";
    296345      this.commandTextBox.Size = new System.Drawing.Size(171, 20);
     
    300349      //
    301350      this.commandLabel.AutoSize = true;
    302       this.commandLabel.Location = new System.Drawing.Point(7, 41);
     351      this.commandLabel.Location = new System.Drawing.Point(7, 42);
    303352      this.commandLabel.Name = "commandLabel";
    304353      this.commandLabel.Size = new System.Drawing.Size(57, 13);
     
    310359      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    311360                  | System.Windows.Forms.AnchorStyles.Right)));
    312       this.stateTextBox.Location = new System.Drawing.Point(95, 19);
     361      this.stateTextBox.Location = new System.Drawing.Point(95, 13);
    313362      this.stateTextBox.Name = "stateTextBox";
    314363      this.stateTextBox.Size = new System.Drawing.Size(171, 20);
     
    318367      //
    319368      this.dateCalculatedLabel.AutoSize = true;
    320       this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 108);
     369      this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 120);
    321370      this.dateCalculatedLabel.Name = "dateCalculatedLabel";
    322371      this.dateCalculatedLabel.Size = new System.Drawing.Size(85, 13);
     
    327376      //
    328377      this.stateLabel.AutoSize = true;
    329       this.stateLabel.Location = new System.Drawing.Point(7, 19);
     378      this.stateLabel.Location = new System.Drawing.Point(7, 16);
    330379      this.stateLabel.Name = "stateLabel";
    331380      this.stateLabel.Size = new System.Drawing.Size(35, 13);
     
    337386      this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    338387                  | System.Windows.Forms.AnchorStyles.Right)));
    339       this.dateCalculatedText.Location = new System.Drawing.Point(95, 108);
     388      this.dateCalculatedText.Location = new System.Drawing.Point(95, 117);
    340389      this.dateCalculatedText.Name = "dateCalculatedText";
    341390      this.dateCalculatedText.Size = new System.Drawing.Size(171, 20);
     
    346395      this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    347396                  | System.Windows.Forms.AnchorStyles.Right)));
    348       this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 130);
     397      this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 143);
    349398      this.dateFinishedTextBox.Name = "dateFinishedTextBox";
    350399      this.dateFinishedTextBox.Size = new System.Drawing.Size(171, 20);
     
    355404      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    356405                  | System.Windows.Forms.AnchorStyles.Right)));
    357       this.executionTimeTextBox.Location = new System.Drawing.Point(95, 64);
     406      this.executionTimeTextBox.Location = new System.Drawing.Point(95, 65);
    358407      this.executionTimeTextBox.Name = "executionTimeTextBox";
    359408      this.executionTimeTextBox.Size = new System.Drawing.Size(171, 20);
     
    364413      this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    365414                  | System.Windows.Forms.AnchorStyles.Right)));
    366       this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 86);
     415      this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 91);
    367416      this.dateCreatedTextBox.Name = "dateCreatedTextBox";
    368417      this.dateCreatedTextBox.Size = new System.Drawing.Size(171, 20);
     
    372421      //
    373422      this.executionTimeLabel.AutoSize = true;
    374       this.executionTimeLabel.Location = new System.Drawing.Point(7, 64);
     423      this.executionTimeLabel.Location = new System.Drawing.Point(7, 68);
    375424      this.executionTimeLabel.Name = "executionTimeLabel";
    376425      this.executionTimeLabel.Size = new System.Drawing.Size(79, 13);
     
    381430      //
    382431      this.exceptionLabel.AutoSize = true;
    383       this.exceptionLabel.Location = new System.Drawing.Point(7, 152);
     432      this.exceptionLabel.Location = new System.Drawing.Point(7, 172);
    384433      this.exceptionLabel.Name = "exceptionLabel";
    385434      this.exceptionLabel.Size = new System.Drawing.Size(57, 13);
     
    390439      //
    391440      this.dateCreatedLabel.AutoSize = true;
    392       this.dateCreatedLabel.Location = new System.Drawing.Point(7, 86);
     441      this.dateCreatedLabel.Location = new System.Drawing.Point(7, 94);
    393442      this.dateCreatedLabel.Name = "dateCreatedLabel";
    394443      this.dateCreatedLabel.Size = new System.Drawing.Size(72, 13);
     
    399448      //
    400449      this.dateFinishedLabel.AutoSize = true;
    401       this.dateFinishedLabel.Location = new System.Drawing.Point(7, 130);
     450      this.dateFinishedLabel.Location = new System.Drawing.Point(7, 146);
    402451      this.dateFinishedLabel.Name = "dateFinishedLabel";
    403452      this.dateFinishedLabel.Size = new System.Drawing.Size(72, 13);
     
    409458      this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    410459                  | System.Windows.Forms.AnchorStyles.Right)));
    411       this.exceptionTextBox.Location = new System.Drawing.Point(95, 152);
     460      this.exceptionTextBox.Location = new System.Drawing.Point(95, 169);
    412461      this.exceptionTextBox.Name = "exceptionTextBox";
    413462      this.exceptionTextBox.Size = new System.Drawing.Size(171, 20);
     
    439488      this.tabControl.Size = new System.Drawing.Size(571, 401);
    440489      this.tabControl.TabIndex = 25;
    441       //
    442       // priorityComboBox
    443       //
    444       this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    445                   | System.Windows.Forms.AnchorStyles.Right)));
    446       this.priorityComboBox.FormattingEnabled = true;
    447       this.priorityComboBox.Items.AddRange(new object[] {
    448             "1",
    449             "2",
    450             "3",
    451             "4",
    452             "5"});
    453       this.priorityComboBox.Location = new System.Drawing.Point(87, 35);
    454       this.priorityComboBox.Name = "priorityComboBox";
    455       this.priorityComboBox.Size = new System.Drawing.Size(182, 21);
    456       this.priorityComboBox.TabIndex = 43;
    457       //
    458       // coresNeededComboBox
    459       //
    460       this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    461                   | System.Windows.Forms.AnchorStyles.Right)));
    462       this.coresNeededComboBox.FormattingEnabled = true;
    463       this.coresNeededComboBox.Items.AddRange(new object[] {
    464             "1",
    465             "2",
    466             "3",
    467             "4",
    468             "5",
    469             "6",
    470             "7",
    471             "8"});
    472       this.coresNeededComboBox.Location = new System.Drawing.Point(134, 13);
    473       this.coresNeededComboBox.Name = "coresNeededComboBox";
    474       this.coresNeededComboBox.Size = new System.Drawing.Size(134, 21);
    475       this.coresNeededComboBox.TabIndex = 41;
    476       //
    477       // memoryNeededComboBox
    478       //
    479       this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    480                   | System.Windows.Forms.AnchorStyles.Right)));
    481       this.memoryNeededComboBox.FormattingEnabled = true;
    482       this.memoryNeededComboBox.Items.AddRange(new object[] {
    483             "128",
    484             "256",
    485             "512",
    486             "1024",
    487             "2048"});
    488       this.memoryNeededComboBox.Location = new System.Drawing.Point(134, 35);
    489       this.memoryNeededComboBox.Name = "memoryNeededComboBox";
    490       this.memoryNeededComboBox.Size = new System.Drawing.Size(135, 21);
    491       this.memoryNeededComboBox.TabIndex = 42;
    492490      //
    493491      // HiveTaskView
Note: See TracChangeset for help on using the changeset viewer.