Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/16/11 10:56:26 (13 years ago)
Author:
mkommend
Message:

#1555: Refactored optimizer views to derive from common base class IOptimizerView.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs

    r5832 r6425  
    5050      this.runsTabPage = new System.Windows.Forms.TabPage();
    5151      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();
    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      //
     
    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";
     
    100122      // optimizerListView
    101123      //
    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)));
     124      this.optimizerListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     125            | System.Windows.Forms.AnchorStyles.Left)
     126            | System.Windows.Forms.AnchorStyles.Right)));
    105127      this.optimizerListView.Caption = "OptimizerList View";
    106128      this.optimizerListView.Content = null;
     
    108130      this.optimizerListView.Name = "optimizerListView";
    109131      this.optimizerListView.ReadOnly = false;
    110       this.optimizerListView.Size = new System.Drawing.Size(659, 388);
     132      this.optimizerListView.Size = new System.Drawing.Size(659, 389);
    111133      this.optimizerListView.TabIndex = 0;
    112134      //
     
    117139      this.runsTabPage.Name = "runsTabPage";
    118140      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
    119       this.runsTabPage.Size = new System.Drawing.Size(671, 400);
     141      this.runsTabPage.Size = new System.Drawing.Size(671, 401);
    120142      this.runsTabPage.TabIndex = 2;
    121143      this.runsTabPage.Text = "Runs";
     
    124146      // runsViewHost
    125147      //
    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)));
     148      this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     149            | System.Windows.Forms.AnchorStyles.Left)
     150            | System.Windows.Forms.AnchorStyles.Right)));
    129151      this.runsViewHost.Caption = "View";
    130152      this.runsViewHost.Content = null;
     
    133155      this.runsViewHost.Name = "runsViewHost";
    134156      this.runsViewHost.ReadOnly = false;
    135       this.runsViewHost.Size = new System.Drawing.Size(663, 388);
     157      this.runsViewHost.Size = new System.Drawing.Size(657, 389);
    136158      this.runsViewHost.TabIndex = 0;
    137159      this.runsViewHost.ViewsLabelVisible = true;
    138160      this.runsViewHost.ViewType = null;
    139       //
    140       // startButton
    141       //
    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);
    206161      //
    207162      // ExperimentView
     
    210165      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    211166      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);
    218167      this.Name = "ExperimentView";
    219168      this.Size = new System.Drawing.Size(679, 482);
    220       this.Controls.SetChildIndex(this.infoLabel, 0);
    221169      this.Controls.SetChildIndex(this.resetButton, 0);
    222170      this.Controls.SetChildIndex(this.stopButton, 0);
    223171      this.Controls.SetChildIndex(this.pauseButton, 0);
     172      this.Controls.SetChildIndex(this.tabControl, 0);
    224173      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
    225174      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
    226175      this.Controls.SetChildIndex(this.startButton, 0);
    227       this.Controls.SetChildIndex(this.tabControl, 0);
     176      this.Controls.SetChildIndex(this.infoLabel, 0);
    228177      this.Controls.SetChildIndex(this.nameLabel, 0);
    229178      this.Controls.SetChildIndex(this.nameTextBox, 0);
     
    240189    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    241190    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;
    248191    private OptimizerListView optimizerListView;
    249192    private System.Windows.Forms.TabPage runsTabPage;
Note: See TracChangeset for help on using the changeset viewer.