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/AlgorithmView.Designer.cs

    r5832 r6425  
    3434    /// </summary>
    3535    private void InitializeComponent() {
     36      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmView));
    3637      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    3738      this.problemTabPage = new System.Windows.Forms.TabPage();
     
    4647      this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
    4748      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
    48       this.startButton = new System.Windows.Forms.Button();
    49       this.pauseButton = new System.Windows.Forms.Button();
    50       this.resetButton = new System.Windows.Forms.Button();
    51       this.executionTimeLabel = new System.Windows.Forms.Label();
    52       this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    5349      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    54       this.stopButton = new System.Windows.Forms.Button();
    5550      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5651      this.tabControl.SuspendLayout();
     
    6156      this.SuspendLayout();
    6257      //
     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, 462);
     66      //
     67      // executionTimeLabel
     68      //
     69      this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
     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");
     85      //
    6386      // nameTextBox
    6487      //
     
    7699      this.tabControl.AllowDrop = true;
    77100      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    78                   | System.Windows.Forms.AnchorStyles.Left)
    79                   | System.Windows.Forms.AnchorStyles.Right)));
     101            | System.Windows.Forms.AnchorStyles.Left)
     102            | System.Windows.Forms.AnchorStyles.Right)));
    80103      this.tabControl.Controls.Add(this.problemTabPage);
    81104      this.tabControl.Controls.Add(this.parametersTabPage);
     
    85108      this.tabControl.Name = "tabControl";
    86109      this.tabControl.SelectedIndex = 0;
    87       this.tabControl.Size = new System.Drawing.Size(679, 426);
     110      this.tabControl.Size = new System.Drawing.Size(679, 430);
    88111      this.tabControl.TabIndex = 3;
    89112      //
     
    97120      this.problemTabPage.Name = "problemTabPage";
    98121      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
    99       this.problemTabPage.Size = new System.Drawing.Size(671, 400);
     122      this.problemTabPage.Size = new System.Drawing.Size(671, 404);
    100123      this.problemTabPage.TabIndex = 0;
    101124      this.problemTabPage.Text = "Problem";
     
    108131      //
    109132      this.problemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    110                   | System.Windows.Forms.AnchorStyles.Left)
    111                   | System.Windows.Forms.AnchorStyles.Right)));
     133            | System.Windows.Forms.AnchorStyles.Left)
     134            | System.Windows.Forms.AnchorStyles.Right)));
    112135      this.problemViewHost.Caption = "View";
    113136      this.problemViewHost.Content = null;
     
    116139      this.problemViewHost.Name = "problemViewHost";
    117140      this.problemViewHost.ReadOnly = false;
    118       this.problemViewHost.Size = new System.Drawing.Size(659, 358);
     141      this.problemViewHost.Size = new System.Drawing.Size(659, 362);
    119142      this.problemViewHost.TabIndex = 3;
    120143      this.problemViewHost.ViewsLabelVisible = true;
     
    156179      // parameterCollectionView
    157180      //
     181      this.parameterCollectionView.AllowEditingOfHiddenParameters = true;
    158182      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    159                   | System.Windows.Forms.AnchorStyles.Left)
    160                   | System.Windows.Forms.AnchorStyles.Right)));
     183            | System.Windows.Forms.AnchorStyles.Left)
     184            | System.Windows.Forms.AnchorStyles.Right)));
    161185      this.parameterCollectionView.Caption = "ParameterCollection View";
    162186      this.parameterCollectionView.Content = null;
     
    181205      //
    182206      this.resultsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    183                   | System.Windows.Forms.AnchorStyles.Left)
    184                   | System.Windows.Forms.AnchorStyles.Right)));
     207            | System.Windows.Forms.AnchorStyles.Left)
     208            | System.Windows.Forms.AnchorStyles.Right)));
    185209      this.resultsView.Caption = "ResultCollection View";
    186210      this.resultsView.Content = null;
     
    222246      //
    223247      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    224                   | System.Windows.Forms.AnchorStyles.Left)
    225                   | System.Windows.Forms.AnchorStyles.Right)));
     248            | System.Windows.Forms.AnchorStyles.Left)
     249            | System.Windows.Forms.AnchorStyles.Right)));
    226250      this.runsView.Caption = "RunCollection View";
    227251      this.runsView.Content = null;
     
    232256      this.runsView.TabIndex = 0;
    233257      //
    234       // startButton
    235       //
    236       this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    237       this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    238       this.startButton.Location = new System.Drawing.Point(0, 458);
    239       this.startButton.Name = "startButton";
    240       this.startButton.Size = new System.Drawing.Size(24, 24);
    241       this.startButton.TabIndex = 4;
    242       this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
    243       this.startButton.UseVisualStyleBackColor = true;
    244       this.startButton.Click += new System.EventHandler(this.startButton_Click);
    245       //
    246       // pauseButton
    247       //
    248       this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    249       this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    250       this.pauseButton.Location = new System.Drawing.Point(30, 458);
    251       this.pauseButton.Name = "pauseButton";
    252       this.pauseButton.Size = new System.Drawing.Size(24, 24);
    253       this.pauseButton.TabIndex = 5;
    254       this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
    255       this.pauseButton.UseVisualStyleBackColor = true;
    256       this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
    257       //
    258       // resetButton
    259       //
    260       this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    261       this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
    262       this.resetButton.Location = new System.Drawing.Point(90, 458);
    263       this.resetButton.Name = "resetButton";
    264       this.resetButton.Size = new System.Drawing.Size(24, 24);
    265       this.resetButton.TabIndex = 7;
    266       this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
    267       this.resetButton.UseVisualStyleBackColor = true;
    268       this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
    269       //
    270       // executionTimeLabel
    271       //
    272       this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    273       this.executionTimeLabel.AutoSize = true;
    274       this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
    275       this.executionTimeLabel.Name = "executionTimeLabel";
    276       this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    277       this.executionTimeLabel.TabIndex = 8;
    278       this.executionTimeLabel.Text = "&Execution Time:";
    279       //
    280       // executionTimeTextBox
    281       //
    282       this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    283       this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
    284       this.executionTimeTextBox.Name = "executionTimeTextBox";
    285       this.executionTimeTextBox.ReadOnly = true;
    286       this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    287       this.executionTimeTextBox.TabIndex = 9;
    288       //
    289258      // openFileDialog
    290259      //
     
    294263      this.openFileDialog.Title = "Open Problem";
    295264      //
    296       // stopButton
    297       //
    298       this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    299       this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    300       this.stopButton.Location = new System.Drawing.Point(60, 458);
    301       this.stopButton.Name = "stopButton";
    302       this.stopButton.Size = new System.Drawing.Size(24, 24);
    303       this.stopButton.TabIndex = 6;
    304       this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
    305       this.stopButton.UseVisualStyleBackColor = true;
    306       this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
    307       //
    308265      // AlgorithmView
    309266      //
     
    311268      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    312269      this.Controls.Add(this.tabControl);
    313       this.Controls.Add(this.startButton);
    314       this.Controls.Add(this.pauseButton);
    315       this.Controls.Add(this.executionTimeTextBox);
    316       this.Controls.Add(this.executionTimeLabel);
    317       this.Controls.Add(this.stopButton);
    318       this.Controls.Add(this.resetButton);
    319270      this.Name = "AlgorithmView";
    320271      this.Size = new System.Drawing.Size(679, 482);
    321       this.Controls.SetChildIndex(this.infoLabel, 0);
    322       this.Controls.SetChildIndex(this.resetButton, 0);
    323       this.Controls.SetChildIndex(this.stopButton, 0);
    324272      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
    325273      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
     274      this.Controls.SetChildIndex(this.resetButton, 0);
     275      this.Controls.SetChildIndex(this.tabControl, 0);
     276      this.Controls.SetChildIndex(this.stopButton, 0);
    326277      this.Controls.SetChildIndex(this.pauseButton, 0);
    327278      this.Controls.SetChildIndex(this.startButton, 0);
    328       this.Controls.SetChildIndex(this.tabControl, 0);
     279      this.Controls.SetChildIndex(this.infoLabel, 0);
    329280      this.Controls.SetChildIndex(this.nameLabel, 0);
    330281      this.Controls.SetChildIndex(this.nameTextBox, 0);
     
    350301    protected System.Windows.Forms.Button newProblemButton;
    351302    protected System.Windows.Forms.Button openProblemButton;
    352     protected System.Windows.Forms.Button startButton;
    353     protected System.Windows.Forms.Button pauseButton;
    354     protected System.Windows.Forms.Button resetButton;
    355     protected System.Windows.Forms.Label executionTimeLabel;
    356     protected System.Windows.Forms.TextBox executionTimeTextBox;
    357303    protected System.Windows.Forms.OpenFileDialog openFileDialog;
    358304    protected System.Windows.Forms.TabPage resultsTabPage;
    359305    protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
    360     protected System.Windows.Forms.Button stopButton;
    361306    protected System.Windows.Forms.TabPage runsTabPage;
    362307    protected RunCollectionView runsView;
Note: See TracChangeset for help on using the changeset viewer.