Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/11 13:59:25 (13 years ago)
Author:
epitzer
Message:

#1530 integrate changes from trunk

Location:
branches/PersistenceSpeedUp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceSpeedUp

  • branches/PersistenceSpeedUp/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs

    r5832 r6760  
    4747      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4848      this.optimizersTabPage = new System.Windows.Forms.TabPage();
    49       this.optimizerListView = new HeuristicLab.Optimization.Views.OptimizerListView();
    5049      this.runsTabPage = new System.Windows.Forms.TabPage();
    5150      this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    52       this.startButton = new System.Windows.Forms.Button();
    53       this.stopButton = new System.Windows.Forms.Button();
    54       this.resetButton = new System.Windows.Forms.Button();
    55       this.executionTimeLabel = new System.Windows.Forms.Label();
    56       this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    57       this.pauseButton = new System.Windows.Forms.Button();
     51      this.experimentTreeView = new HeuristicLab.Optimization.Views.ExperimentTreeView();
    5852      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5953      this.tabControl.SuspendLayout();
     
    6155      this.runsTabPage.SuspendLayout();
    6256      this.SuspendLayout();
     57      //
     58      // startButton
     59      //
     60      this.startButton.Location = new System.Drawing.Point(0, 458);
     61      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
     62      //
     63      // executionTimeTextBox
     64      //
     65      this.executionTimeTextBox.Location = new System.Drawing.Point(542, 461);
     66      //
     67      // executionTimeLabel
     68      //
     69      this.executionTimeLabel.Location = new System.Drawing.Point(453, 464);
     70      //
     71      // pauseButton
     72      //
     73      this.pauseButton.Location = new System.Drawing.Point(30, 458);
     74      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
     75      //
     76      // stopButton
     77      //
     78      this.stopButton.Location = new System.Drawing.Point(60, 458);
     79      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
     80      //
     81      // resetButton
     82      //
     83      this.resetButton.Location = new System.Drawing.Point(90, 458);
     84      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
    6385      //
    6486      // nameTextBox
     
    7698      //
    7799      this.tabControl.AllowDrop = true;
    78       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    79                   | System.Windows.Forms.AnchorStyles.Left)
    80                   | System.Windows.Forms.AnchorStyles.Right)));
     100      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     101            | System.Windows.Forms.AnchorStyles.Left)
     102            | System.Windows.Forms.AnchorStyles.Right)));
    81103      this.tabControl.Controls.Add(this.optimizersTabPage);
    82104      this.tabControl.Controls.Add(this.runsTabPage);
     
    84106      this.tabControl.Name = "tabControl";
    85107      this.tabControl.SelectedIndex = 0;
    86       this.tabControl.Size = new System.Drawing.Size(679, 426);
     108      this.tabControl.Size = new System.Drawing.Size(679, 427);
    87109      this.tabControl.TabIndex = 3;
    88110      //
    89111      // optimizersTabPage
    90112      //
    91       this.optimizersTabPage.Controls.Add(this.optimizerListView);
     113      this.optimizersTabPage.Controls.Add(this.experimentTreeView);
    92114      this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
    93115      this.optimizersTabPage.Name = "optimizersTabPage";
    94116      this.optimizersTabPage.Padding = new System.Windows.Forms.Padding(3);
    95       this.optimizersTabPage.Size = new System.Drawing.Size(671, 400);
     117      this.optimizersTabPage.Size = new System.Drawing.Size(671, 401);
    96118      this.optimizersTabPage.TabIndex = 1;
    97119      this.optimizersTabPage.Text = "Optimizers";
    98120      this.optimizersTabPage.UseVisualStyleBackColor = true;
    99       //
    100       // optimizerListView
    101       //
    102       this.optimizerListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    103                   | System.Windows.Forms.AnchorStyles.Left)
    104                   | System.Windows.Forms.AnchorStyles.Right)));
    105       this.optimizerListView.Caption = "OptimizerList View";
    106       this.optimizerListView.Content = null;
    107       this.optimizerListView.Location = new System.Drawing.Point(6, 6);
    108       this.optimizerListView.Name = "optimizerListView";
    109       this.optimizerListView.ReadOnly = false;
    110       this.optimizerListView.Size = new System.Drawing.Size(659, 388);
    111       this.optimizerListView.TabIndex = 0;
    112121      //
    113122      // runsTabPage
     
    117126      this.runsTabPage.Name = "runsTabPage";
    118127      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
    119       this.runsTabPage.Size = new System.Drawing.Size(671, 400);
     128      this.runsTabPage.Size = new System.Drawing.Size(671, 401);
    120129      this.runsTabPage.TabIndex = 2;
    121130      this.runsTabPage.Text = "Runs";
     
    124133      // runsViewHost
    125134      //
    126       this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    127                   | System.Windows.Forms.AnchorStyles.Left)
    128                   | System.Windows.Forms.AnchorStyles.Right)));
     135      this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     136            | System.Windows.Forms.AnchorStyles.Left)
     137            | System.Windows.Forms.AnchorStyles.Right)));
    129138      this.runsViewHost.Caption = "View";
    130139      this.runsViewHost.Content = null;
     
    133142      this.runsViewHost.Name = "runsViewHost";
    134143      this.runsViewHost.ReadOnly = false;
    135       this.runsViewHost.Size = new System.Drawing.Size(663, 388);
     144      this.runsViewHost.Size = new System.Drawing.Size(657, 389);
    136145      this.runsViewHost.TabIndex = 0;
    137146      this.runsViewHost.ViewsLabelVisible = true;
    138147      this.runsViewHost.ViewType = null;
    139148      //
    140       // startButton
     149      // experimentTreeView
    141150      //
    142       this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    143       this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    144       this.startButton.Location = new System.Drawing.Point(0, 458);
    145       this.startButton.Name = "startButton";
    146       this.startButton.Size = new System.Drawing.Size(24, 24);
    147       this.startButton.TabIndex = 4;
    148       this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
    149       this.startButton.UseVisualStyleBackColor = true;
    150       this.startButton.Click += new System.EventHandler(this.startButton_Click);
    151       //
    152       // stopButton
    153       //
    154       this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    155       this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    156       this.stopButton.Location = new System.Drawing.Point(60, 458);
    157       this.stopButton.Name = "stopButton";
    158       this.stopButton.Size = new System.Drawing.Size(24, 24);
    159       this.stopButton.TabIndex = 6;
    160       this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
    161       this.stopButton.UseVisualStyleBackColor = true;
    162       this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
    163       //
    164       // resetButton
    165       //
    166       this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    167       this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
    168       this.resetButton.Location = new System.Drawing.Point(90, 458);
    169       this.resetButton.Name = "resetButton";
    170       this.resetButton.Size = new System.Drawing.Size(24, 24);
    171       this.resetButton.TabIndex = 7;
    172       this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
    173       this.resetButton.UseVisualStyleBackColor = true;
    174       this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
    175       //
    176       // executionTimeLabel
    177       //
    178       this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    179       this.executionTimeLabel.AutoSize = true;
    180       this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
    181       this.executionTimeLabel.Name = "executionTimeLabel";
    182       this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    183       this.executionTimeLabel.TabIndex = 8;
    184       this.executionTimeLabel.Text = "&Execution Time:";
    185       //
    186       // executionTimeTextBox
    187       //
    188       this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    189       this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
    190       this.executionTimeTextBox.Name = "executionTimeTextBox";
    191       this.executionTimeTextBox.ReadOnly = true;
    192       this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    193       this.executionTimeTextBox.TabIndex = 9;
    194       //
    195       // pauseButton
    196       //
    197       this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    198       this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    199       this.pauseButton.Location = new System.Drawing.Point(30, 458);
    200       this.pauseButton.Name = "pauseButton";
    201       this.pauseButton.Size = new System.Drawing.Size(24, 24);
    202       this.pauseButton.TabIndex = 5;
    203       this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
    204       this.pauseButton.UseVisualStyleBackColor = true;
    205       this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
     151      this.experimentTreeView.Caption = "Experiment View";
     152      this.experimentTreeView.Content = null;
     153      this.experimentTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
     154      this.experimentTreeView.Location = new System.Drawing.Point(3, 3);
     155      this.experimentTreeView.Name = "experimentTreeView";
     156      this.experimentTreeView.ReadOnly = false;
     157      this.experimentTreeView.Size = new System.Drawing.Size(665, 395);
     158      this.experimentTreeView.TabIndex = 0;
    206159      //
    207160      // ExperimentView
     
    210163      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    211164      this.Controls.Add(this.tabControl);
    212       this.Controls.Add(this.startButton);
    213       this.Controls.Add(this.executionTimeTextBox);
    214       this.Controls.Add(this.executionTimeLabel);
    215       this.Controls.Add(this.pauseButton);
    216       this.Controls.Add(this.stopButton);
    217       this.Controls.Add(this.resetButton);
    218165      this.Name = "ExperimentView";
    219166      this.Size = new System.Drawing.Size(679, 482);
    220       this.Controls.SetChildIndex(this.infoLabel, 0);
    221167      this.Controls.SetChildIndex(this.resetButton, 0);
    222168      this.Controls.SetChildIndex(this.stopButton, 0);
    223169      this.Controls.SetChildIndex(this.pauseButton, 0);
     170      this.Controls.SetChildIndex(this.tabControl, 0);
    224171      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
    225172      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
    226173      this.Controls.SetChildIndex(this.startButton, 0);
    227       this.Controls.SetChildIndex(this.tabControl, 0);
     174      this.Controls.SetChildIndex(this.infoLabel, 0);
    228175      this.Controls.SetChildIndex(this.nameLabel, 0);
    229176      this.Controls.SetChildIndex(this.nameTextBox, 0);
     
    240187    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    241188    private System.Windows.Forms.TabPage optimizersTabPage;
    242     private System.Windows.Forms.Button startButton;
    243     private System.Windows.Forms.Button stopButton;
    244     private System.Windows.Forms.Button resetButton;
    245     private System.Windows.Forms.Label executionTimeLabel;
    246     private System.Windows.Forms.TextBox executionTimeTextBox;
    247     private System.Windows.Forms.Button pauseButton;
    248     private OptimizerListView optimizerListView;
    249189    private System.Windows.Forms.TabPage runsTabPage;
    250190    private HeuristicLab.MainForm.WindowsForms.ViewHost runsViewHost;
     191    private ExperimentTreeView experimentTreeView;
    251192
    252193  }
Note: See TracChangeset for help on using the changeset viewer.