Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/08/11 16:37:03 (13 years ago)
Author:
cneumuel
Message:

#1233

  • added treeview for hive jobs in experiment manager
Location:
branches/HeuristicLab.Hive-3.4/sources
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources

    • Property svn:ignore
      •  

        old new  
        33TestResults
        44PrecompiledWeb
         5CreateEventLogSources
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4

    • Property svn:ignore
      •  

        old new  
        33*.user
        44HeuristicLabClientsHiveViewsPlugin.cs
         5*.vs10x
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/HiveExperimentView.Designer.cs

    r5458 r5637  
    6868      this.downloadExperimentPanel = new System.Windows.Forms.Panel();
    6969      this.useLocalPluginsCheckBox = new System.Windows.Forms.CheckBox();
    70       this.hiveJobView = new HeuristicLab.Clients.Hive.Views.HiveJobView();
     70      this.jobViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    7171      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    7272      this.tabControl.SuspendLayout();
     
    8181      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    8282      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    83       this.nameTextBox.Size = new System.Drawing.Size(670, 20);
     83      this.nameTextBox.Size = new System.Drawing.Size(727, 20);
    8484      //
    8585      // descriptionTextBox
    8686      //
    87       this.descriptionTextBox.Size = new System.Drawing.Size(670, 20);
     87      this.descriptionTextBox.Size = new System.Drawing.Size(727, 20);
    8888      //
    8989      // tabControl
     
    9898      this.tabControl.Name = "tabControl";
    9999      this.tabControl.SelectedIndex = 0;
    100       this.tabControl.Size = new System.Drawing.Size(742, 416);
     100      this.tabControl.Size = new System.Drawing.Size(799, 520);
    101101      this.tabControl.TabIndex = 4;
    102102      //
     
    110110      this.experimentTabPage.Name = "experimentTabPage";
    111111      this.experimentTabPage.Padding = new System.Windows.Forms.Padding(3);
    112       this.experimentTabPage.Size = new System.Drawing.Size(734, 390);
     112      this.experimentTabPage.Size = new System.Drawing.Size(791, 494);
    113113      this.experimentTabPage.TabIndex = 1;
    114114      this.experimentTabPage.Text = "Experiment";
     
    163163      // jobsTabPage
    164164      //
    165       this.jobsTabPage.Controls.Add(this.hiveJobView);
     165      this.jobsTabPage.Controls.Add(this.jobViewHost);
    166166      this.jobsTabPage.Location = new System.Drawing.Point(4, 22);
    167167      this.jobsTabPage.Name = "jobsTabPage";
    168       this.jobsTabPage.Size = new System.Drawing.Size(734, 390);
     168      this.jobsTabPage.Size = new System.Drawing.Size(791, 494);
    169169      this.jobsTabPage.TabIndex = 5;
    170170      this.jobsTabPage.Text = "Jobs";
     
    176176      this.logTabPage.Location = new System.Drawing.Point(4, 22);
    177177      this.logTabPage.Name = "logTabPage";
    178       this.logTabPage.Size = new System.Drawing.Size(734, 390);
     178      this.logTabPage.Size = new System.Drawing.Size(791, 494);
    179179      this.logTabPage.TabIndex = 3;
    180180      this.logTabPage.Text = "Log";
     
    213213      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    214214      this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
    215       this.startButton.Location = new System.Drawing.Point(0, 500);
     215      this.startButton.Location = new System.Drawing.Point(0, 604);
    216216      this.startButton.Name = "startButton";
    217217      this.startButton.Size = new System.Drawing.Size(24, 24);
     
    225225      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    226226      this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
    227       this.stopButton.Location = new System.Drawing.Point(60, 500);
     227      this.stopButton.Location = new System.Drawing.Point(60, 604);
    228228      this.stopButton.Name = "stopButton";
    229229      this.stopButton.Size = new System.Drawing.Size(24, 24);
     
    238238      this.resetButton.Enabled = false;
    239239      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
    240       this.resetButton.Location = new System.Drawing.Point(90, 500);
     240      this.resetButton.Location = new System.Drawing.Point(90, 604);
    241241      this.resetButton.Name = "resetButton";
    242242      this.resetButton.Size = new System.Drawing.Size(24, 24);
     
    250250      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    251251      this.executionTimeLabel.AutoSize = true;
    252       this.executionTimeLabel.Location = new System.Drawing.Point(516, 507);
     252      this.executionTimeLabel.Location = new System.Drawing.Point(573, 611);
    253253      this.executionTimeLabel.Name = "executionTimeLabel";
    254254      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
     
    259259      //
    260260      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    261       this.executionTimeTextBox.Location = new System.Drawing.Point(605, 504);
     261      this.executionTimeTextBox.Location = new System.Drawing.Point(662, 608);
    262262      this.executionTimeTextBox.Name = "executionTimeTextBox";
    263263      this.executionTimeTextBox.ReadOnly = true;
     
    270270      this.pauseButton.Enabled = false;
    271271      this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
    272       this.pauseButton.Location = new System.Drawing.Point(30, 500);
     272      this.pauseButton.Location = new System.Drawing.Point(30, 604);
    273273      this.pauseButton.Name = "pauseButton";
    274274      this.pauseButton.Size = new System.Drawing.Size(24, 24);
     
    287287      this.resourceIdsLabel.Text = "ResourceIds";
    288288      //
    289       // resourceIdsTextBox
     289      // resourceNamesTextBox
    290290      //
    291291      this.resourceNamesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    292292                  | System.Windows.Forms.AnchorStyles.Right)));
    293293      this.resourceNamesTextBox.Location = new System.Drawing.Point(72, 52);
    294       this.resourceNamesTextBox.Name = "resourceIdsTextBox";
    295       this.resourceNamesTextBox.Size = new System.Drawing.Size(559, 20);
     294      this.resourceNamesTextBox.Name = "resourceNamesTextBox";
     295      this.resourceNamesTextBox.Size = new System.Drawing.Size(616, 20);
    296296      this.resourceNamesTextBox.TabIndex = 14;
    297297      this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
     
    301301      this.disconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    302302      this.disconnectButton.Enabled = false;
    303       this.disconnectButton.Location = new System.Drawing.Point(234, 500);
     303      this.disconnectButton.Location = new System.Drawing.Point(234, 604);
    304304      this.disconnectButton.Name = "disconnectButton";
    305305      this.disconnectButton.Size = new System.Drawing.Size(120, 24);
     
    314314      this.reconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    315315      this.reconnectButton.Enabled = false;
    316       this.reconnectButton.Location = new System.Drawing.Point(120, 500);
     316      this.reconnectButton.Location = new System.Drawing.Point(120, 604);
    317317      this.reconnectButton.Name = "reconnectButton";
    318318      this.reconnectButton.Size = new System.Drawing.Size(108, 24);
     
    335335      this.useLocalPluginsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    336336      this.useLocalPluginsCheckBox.AutoSize = true;
    337       this.useLocalPluginsCheckBox.Location = new System.Drawing.Point(637, 54);
     337      this.useLocalPluginsCheckBox.Location = new System.Drawing.Point(694, 54);
    338338      this.useLocalPluginsCheckBox.Name = "useLocalPluginsCheckBox";
    339339      this.useLocalPluginsCheckBox.Size = new System.Drawing.Size(105, 17);
     
    343343      this.useLocalPluginsCheckBox.CheckedChanged += new System.EventHandler(this.useLocalPluginsCheckBox_CheckedChanged);
    344344      //
    345       // hiveJobView
    346       //
    347       this.hiveJobView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    348                   | System.Windows.Forms.AnchorStyles.Left)
    349                   | System.Windows.Forms.AnchorStyles.Right)));
    350       this.hiveJobView.Caption = "HiveJob View";
    351       this.hiveJobView.Content = null;
    352       this.hiveJobView.Location = new System.Drawing.Point(2, 3);
    353       this.hiveJobView.Name = "hiveJobView";
    354       this.hiveJobView.ReadOnly = true;
    355       this.hiveJobView.Size = new System.Drawing.Size(722, 384);
    356       this.hiveJobView.TabIndex = 0;
     345      // jobViewHost
     346      //
     347      this.jobViewHost.Caption = "View";
     348      this.jobViewHost.Content = null;
     349      this.jobViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
     350      this.jobViewHost.Enabled = false;
     351      this.jobViewHost.Location = new System.Drawing.Point(0, 0);
     352      this.jobViewHost.Name = "jobViewHost";
     353      this.jobViewHost.ReadOnly = false;
     354      this.jobViewHost.Size = new System.Drawing.Size(791, 494);
     355      this.jobViewHost.TabIndex = 0;
     356      this.jobViewHost.ViewsLabelVisible = true;
     357      this.jobViewHost.ViewType = null;
    357358      //
    358359      // HiveExperimentView
     
    374375      this.Controls.Add(this.reconnectButton);
    375376      this.Name = "HiveExperimentView";
    376       this.Size = new System.Drawing.Size(742, 524);
     377      this.Size = new System.Drawing.Size(799, 628);
    377378      this.Controls.SetChildIndex(this.nameTextBox, 0);
    378379      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
     
    425426    private System.Windows.Forms.Button downloadExperimentButton;
    426427    private System.Windows.Forms.Panel downloadExperimentPanel;
    427     private HiveJobView hiveJobView;
    428428    private System.Windows.Forms.CheckBox useLocalPluginsCheckBox;
     429    private MainForm.WindowsForms.ViewHost jobViewHost;
    429430
    430431  }
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/HiveExperimentView.cs

    r5458 r5637  
    105105        this.descriptionTextBox.ReadOnly = Content.ExecutionState != ExecutionState.Prepared;
    106106        this.resourceNamesTextBox.ReadOnly = Content.ExecutionState != ExecutionState.Prepared;
    107         this.hiveJobView.ReadOnly = Content.ExecutionState != ExecutionState.Prepared;
     107        this.jobViewHost.ReadOnly = Content.ExecutionState != ExecutionState.Prepared;
    108108        this.useLocalPluginsCheckBox.Enabled = Content.ExecutionState == ExecutionState.Prepared;
    109109
     
    189189      else {
    190190        if (Content != null) {
    191           hiveJobView.Content = Content.HiveJob;
     191          jobViewHost.Content = Content.HiveJob;
    192192          experimentNamedItemView.Content = Content.GetExperiment();
    193193        } else {
    194           hiveJobView.Content = null;
     194          jobViewHost.Content = null;
    195195          experimentNamedItemView.Content = null;
    196196        }
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/HiveJobView.designer.cs

    r5597 r5637  
    5656      this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5757      this.stateLogTabPage = new System.Windows.Forms.TabPage();
     58      this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5859      this.logTabPage = new System.Windows.Forms.TabPage();
    5960      this.logView = new HeuristicLab.Core.Views.LogView();
    60       this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    6161      this.childHiveJobView = new HeuristicLab.Clients.Hive.Views.HiveJobListView();
    6262      this.jobStatusGroupBox.SuspendLayout();
     
    249249      this.optimizerNamedItemView.Caption = "NamedItem View";
    250250      this.optimizerNamedItemView.Content = null;
    251       this.optimizerNamedItemView.Location = new System.Drawing.Point(0, 20);
     251      this.optimizerNamedItemView.Location = new System.Drawing.Point(6, 20);
    252252      this.optimizerNamedItemView.Name = "optimizerNamedItemView";
    253253      this.optimizerNamedItemView.ReadOnly = false;
    254       this.optimizerNamedItemView.Size = new System.Drawing.Size(604, 51);
     254      this.optimizerNamedItemView.Size = new System.Drawing.Size(598, 51);
    255255      this.optimizerNamedItemView.TabIndex = 0;
    256256      //
     
    411411      this.stateLogTabPage.UseVisualStyleBackColor = true;
    412412      //
    413       // logTabPage
    414       //
    415       this.logTabPage.Controls.Add(this.logView);
    416       this.logTabPage.Location = new System.Drawing.Point(4, 22);
    417       this.logTabPage.Name = "logTabPage";
    418       this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
    419       this.logTabPage.Size = new System.Drawing.Size(619, 492);
    420       this.logTabPage.TabIndex = 1;
    421       this.logTabPage.Text = "Log";
    422       this.logTabPage.UseVisualStyleBackColor = true;
    423       //
    424       // logView
    425       //
    426       this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    427                   | System.Windows.Forms.AnchorStyles.Left)
    428                   | System.Windows.Forms.AnchorStyles.Right)));
    429       this.logView.Caption = "Log View";
    430       this.logView.Content = null;
    431       this.logView.Location = new System.Drawing.Point(3, 3);
    432       this.logView.Name = "logView";
    433       this.logView.ReadOnly = false;
    434       this.logView.Size = new System.Drawing.Size(613, 486);
    435       this.logView.TabIndex = 0;
    436       //
    437413      // stateLogViewHost
    438414      //
     
    450426      this.stateLogViewHost.ViewsLabelVisible = true;
    451427      this.stateLogViewHost.ViewType = null;
     428      //
     429      // logTabPage
     430      //
     431      this.logTabPage.Controls.Add(this.logView);
     432      this.logTabPage.Location = new System.Drawing.Point(4, 22);
     433      this.logTabPage.Name = "logTabPage";
     434      this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
     435      this.logTabPage.Size = new System.Drawing.Size(619, 492);
     436      this.logTabPage.TabIndex = 1;
     437      this.logTabPage.Text = "Log";
     438      this.logTabPage.UseVisualStyleBackColor = true;
     439      //
     440      // logView
     441      //
     442      this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     443                  | System.Windows.Forms.AnchorStyles.Left)
     444                  | System.Windows.Forms.AnchorStyles.Right)));
     445      this.logView.Caption = "Log View";
     446      this.logView.Content = null;
     447      this.logView.Location = new System.Drawing.Point(3, 3);
     448      this.logView.Name = "logView";
     449      this.logView.ReadOnly = false;
     450      this.logView.Size = new System.Drawing.Size(613, 486);
     451      this.logView.TabIndex = 0;
    452452      //
    453453      // childHiveJobView
     
    509509    private System.Windows.Forms.TextBox jobIdTextBox;
    510510    private System.Windows.Forms.TabPage childJobsTabPage;
    511     private HiveJobListView childHiveJobView;
    512511    private System.Windows.Forms.GroupBox configurationGroupBox;
    513512    private System.Windows.Forms.TextBox priorityTextBox;
     
    525524    private System.Windows.Forms.TabPage stateLogTabPage;
    526525    private MainForm.WindowsForms.ViewHost stateLogViewHost;
     526    private HiveJobListView childHiveJobView;
    527527  }
    528528}
Note: See TracChangeset for help on using the changeset viewer.