Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/29/10 16:58:35 (14 years ago)
Author:
cneumuel
Message:

further improvement and stabilisation of HiveExperiment (#1115)

Location:
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3HeuristicLab.Hive.Experiment.Views-3.3.csproj.user
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HiveExperimentView.Designer.cs

    r4116 r4120  
    5353      this.loadExperimentButton = new System.Windows.Forms.Button();
    5454      this.hiveStatusTabPage = new System.Windows.Forms.TabPage();
     55      this.jobListView = new HeuristicLab.Hive.Experiment.Views.JobItemListView();
     56      this.logTabPage = new System.Windows.Forms.TabPage();
     57      this.logView = new HeuristicLab.Core.Views.LogView();
    5558      this.startButton = new System.Windows.Forms.Button();
    5659      this.stopButton = new System.Windows.Forms.Button();
     
    6669      this.tabControl.SuspendLayout();
    6770      this.experimentTabPage.SuspendLayout();
     71      this.hiveStatusTabPage.SuspendLayout();
     72      this.logTabPage.SuspendLayout();
    6873      this.SuspendLayout();
    6974      //
     
    8590      this.tabControl.Controls.Add(this.experimentTabPage);
    8691      this.tabControl.Controls.Add(this.hiveStatusTabPage);
    87       this.tabControl.Location = new System.Drawing.Point(0, 135);
     92      this.tabControl.Controls.Add(this.logTabPage);
     93      this.tabControl.Location = new System.Drawing.Point(0, 99);
    8894      this.tabControl.Name = "tabControl";
    8995      this.tabControl.SelectedIndex = 0;
    90       this.tabControl.Size = new System.Drawing.Size(735, 359);
     96      this.tabControl.Size = new System.Drawing.Size(735, 395);
    9197      this.tabControl.TabIndex = 4;
    9298      //
     
    100106      this.experimentTabPage.Name = "experimentTabPage";
    101107      this.experimentTabPage.Padding = new System.Windows.Forms.Padding(3);
    102       this.experimentTabPage.Size = new System.Drawing.Size(727, 333);
     108      this.experimentTabPage.Size = new System.Drawing.Size(727, 369);
    103109      this.experimentTabPage.TabIndex = 1;
    104110      this.experimentTabPage.Text = "Experiment";
     
    149155      // hiveStatusTabPage
    150156      //
     157      this.hiveStatusTabPage.Controls.Add(this.jobListView);
    151158      this.hiveStatusTabPage.Location = new System.Drawing.Point(4, 22);
    152159      this.hiveStatusTabPage.Name = "hiveStatusTabPage";
    153160      this.hiveStatusTabPage.Padding = new System.Windows.Forms.Padding(3);
    154       this.hiveStatusTabPage.Size = new System.Drawing.Size(727, 333);
     161      this.hiveStatusTabPage.Size = new System.Drawing.Size(727, 369);
    155162      this.hiveStatusTabPage.TabIndex = 2;
    156163      this.hiveStatusTabPage.Text = "HiveStatus";
    157164      this.hiveStatusTabPage.UseVisualStyleBackColor = true;
     165      //
     166      // jobListView
     167      //
     168      this.jobListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     169                  | System.Windows.Forms.AnchorStyles.Left)
     170                  | System.Windows.Forms.AnchorStyles.Right)));
     171      this.jobListView.Caption = "JobList View";
     172      this.jobListView.Content = null;
     173      this.jobListView.Location = new System.Drawing.Point(3, 6);
     174      this.jobListView.Name = "jobListView";
     175      this.jobListView.ReadOnly = false;
     176      this.jobListView.Size = new System.Drawing.Size(721, 360);
     177      this.jobListView.TabIndex = 0;
     178      //
     179      // logTabPage
     180      //
     181      this.logTabPage.Controls.Add(this.logView);
     182      this.logTabPage.Location = new System.Drawing.Point(4, 22);
     183      this.logTabPage.Name = "logTabPage";
     184      this.logTabPage.Size = new System.Drawing.Size(727, 369);
     185      this.logTabPage.TabIndex = 3;
     186      this.logTabPage.Text = "Log";
     187      this.logTabPage.UseVisualStyleBackColor = true;
     188      //
     189      // logView
     190      //
     191      this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     192                  | System.Windows.Forms.AnchorStyles.Left)
     193                  | System.Windows.Forms.AnchorStyles.Right)));
     194      this.logView.Caption = "Log View";
     195      this.logView.Content = null;
     196      this.logView.Location = new System.Drawing.Point(3, 4);
     197      this.logView.Name = "logView";
     198      this.logView.ReadOnly = false;
     199      this.logView.Size = new System.Drawing.Size(721, 362);
     200      this.logView.TabIndex = 0;
    158201      //
    159202      // startButton
     
    300343      this.tabControl.ResumeLayout(false);
    301344      this.experimentTabPage.ResumeLayout(false);
     345      this.hiveStatusTabPage.ResumeLayout(false);
     346      this.logTabPage.ResumeLayout(false);
    302347      this.ResumeLayout(false);
    303348      this.PerformLayout();
     
    323368    private System.Windows.Forms.Button loadExperimentButton;
    324369    private Core.Views.NamedItemView experimentNamedItemView;
     370    private System.Windows.Forms.TabPage logTabPage;
     371    private Core.Views.LogView logView;
     372    private JobItemListView jobListView;
    325373
    326374  }
Note: See TracChangeset for help on using the changeset viewer.