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 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  }
Note: See TracChangeset for help on using the changeset viewer.