Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (14 years ago)
Author:
swagner
Message:

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

Location:
trunk/sources/HeuristicLab.Optimization.Views/3.3
Files:
7 edited

Legend:

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

    r5466 r5832  
    4444      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
    4545      this.runsTabPage = new System.Windows.Forms.TabPage();
     46      this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
    4647      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
    4748      this.startButton = new System.Windows.Forms.Button();
     
    5253      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    5354      this.stopButton = new System.Windows.Forms.Button();
    54       this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
    5555      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5656      this.tabControl.SuspendLayout();
     
    6565      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6666      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    67       this.nameTextBox.Size = new System.Drawing.Size(607, 20);
    68       //
    69       // descriptionTextBox
    70       //
    71       this.descriptionTextBox.Size = new System.Drawing.Size(607, 20);
     67      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
     68      this.nameTextBox.Size = new System.Drawing.Size(594, 20);
     69      //
     70      // infoLabel
     71      //
     72      this.infoLabel.Location = new System.Drawing.Point(660, 3);
    7273      //
    7374      // tabControl
    7475      //
     76      this.tabControl.AllowDrop = true;
    7577      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    7678                  | System.Windows.Forms.AnchorStyles.Left)
     
    8082      this.tabControl.Controls.Add(this.resultsTabPage);
    8183      this.tabControl.Controls.Add(this.runsTabPage);
    82       this.tabControl.Location = new System.Drawing.Point(0, 52);
     84      this.tabControl.Location = new System.Drawing.Point(0, 26);
    8385      this.tabControl.Name = "tabControl";
    8486      this.tabControl.SelectedIndex = 0;
    85       this.tabControl.Size = new System.Drawing.Size(679, 400);
    86       this.tabControl.TabIndex = 4;
     87      this.tabControl.Size = new System.Drawing.Size(679, 426);
     88      this.tabControl.TabIndex = 3;
    8789      //
    8890      // problemTabPage
    8991      //
     92      this.problemTabPage.AllowDrop = true;
    9093      this.problemTabPage.Controls.Add(this.problemViewHost);
    9194      this.problemTabPage.Controls.Add(this.openProblemButton);
    9295      this.problemTabPage.Controls.Add(this.newProblemButton);
    93       this.problemTabPage.AllowDrop = true;
    9496      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
    9597      this.problemTabPage.Name = "problemTabPage";
    9698      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
    97       this.problemTabPage.Size = new System.Drawing.Size(671, 374);
     99      this.problemTabPage.Size = new System.Drawing.Size(671, 400);
    98100      this.problemTabPage.TabIndex = 0;
    99101      this.problemTabPage.Text = "Problem";
     
    110112      this.problemViewHost.Caption = "View";
    111113      this.problemViewHost.Content = null;
     114      this.problemViewHost.Enabled = false;
    112115      this.problemViewHost.Location = new System.Drawing.Point(6, 36);
    113116      this.problemViewHost.Name = "problemViewHost";
    114117      this.problemViewHost.ReadOnly = false;
    115       this.problemViewHost.Size = new System.Drawing.Size(659, 332);
     118      this.problemViewHost.Size = new System.Drawing.Size(659, 358);
    116119      this.problemViewHost.TabIndex = 3;
     120      this.problemViewHost.ViewsLabelVisible = true;
    117121      this.problemViewHost.ViewType = null;
    118122      //
     
    145149      this.parametersTabPage.Name = "parametersTabPage";
    146150      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    147       this.parametersTabPage.Size = new System.Drawing.Size(671, 374);
     151      this.parametersTabPage.Size = new System.Drawing.Size(671, 400);
    148152      this.parametersTabPage.TabIndex = 1;
    149153      this.parametersTabPage.Text = "Parameters";
     
    160164      this.parameterCollectionView.Name = "parameterCollectionView";
    161165      this.parameterCollectionView.ReadOnly = false;
    162       this.parameterCollectionView.Size = new System.Drawing.Size(659, 362);
     166      this.parameterCollectionView.Size = new System.Drawing.Size(659, 388);
    163167      this.parameterCollectionView.TabIndex = 0;
    164168      //
     
    169173      this.resultsTabPage.Name = "resultsTabPage";
    170174      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
    171       this.resultsTabPage.Size = new System.Drawing.Size(671, 374);
     175      this.resultsTabPage.Size = new System.Drawing.Size(671, 400);
    172176      this.resultsTabPage.TabIndex = 2;
    173177      this.resultsTabPage.Text = "Results";
     
    184188      this.resultsView.Name = "resultsView";
    185189      this.resultsView.ReadOnly = true;
    186       this.resultsView.Size = new System.Drawing.Size(659, 362);
     190      this.resultsView.Size = new System.Drawing.Size(659, 388);
    187191      this.resultsView.TabIndex = 0;
    188192      //
     
    194198      this.runsTabPage.Name = "runsTabPage";
    195199      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
    196       this.runsTabPage.Size = new System.Drawing.Size(671, 374);
     200      this.runsTabPage.Size = new System.Drawing.Size(671, 400);
    197201      this.runsTabPage.TabIndex = 3;
    198202      this.runsTabPage.Text = "Runs";
    199203      this.runsTabPage.UseVisualStyleBackColor = true;
    200       //
    201       // runsView
    202       //
    203       this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    204                   | System.Windows.Forms.AnchorStyles.Left)
    205                   | System.Windows.Forms.AnchorStyles.Right)));
    206       this.runsView.Caption = "RunCollection View";
    207       this.runsView.Content = null;
    208       this.runsView.Location = new System.Drawing.Point(6, 6);
    209       this.runsView.Name = "runsView";
    210       this.runsView.ReadOnly = false;
    211       this.runsView.Size = new System.Drawing.Size(659, 362);
    212       this.runsView.TabIndex = 0;
    213       //
    214       // startButton
    215       //
    216       this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    217       this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    218       this.startButton.Location = new System.Drawing.Point(0, 458);
    219       this.startButton.Name = "startButton";
    220       this.startButton.Size = new System.Drawing.Size(24, 24);
    221       this.startButton.TabIndex = 5;
    222       this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
    223       this.startButton.UseVisualStyleBackColor = true;
    224       this.startButton.Click += new System.EventHandler(this.startButton_Click);
    225       //
    226       // pauseButton
    227       //
    228       this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    229       this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    230       this.pauseButton.Location = new System.Drawing.Point(30, 458);
    231       this.pauseButton.Name = "pauseButton";
    232       this.pauseButton.Size = new System.Drawing.Size(24, 24);
    233       this.pauseButton.TabIndex = 6;
    234       this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
    235       this.pauseButton.UseVisualStyleBackColor = true;
    236       this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
    237       //
    238       // resetButton
    239       //
    240       this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    241       this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
    242       this.resetButton.Location = new System.Drawing.Point(90, 458);
    243       this.resetButton.Name = "resetButton";
    244       this.resetButton.Size = new System.Drawing.Size(24, 24);
    245       this.resetButton.TabIndex = 8;
    246       this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
    247       this.resetButton.UseVisualStyleBackColor = true;
    248       this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
    249       //
    250       // executionTimeLabel
    251       //
    252       this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    253       this.executionTimeLabel.AutoSize = true;
    254       this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
    255       this.executionTimeLabel.Name = "executionTimeLabel";
    256       this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    257       this.executionTimeLabel.TabIndex = 9;
    258       this.executionTimeLabel.Text = "&Execution Time:";
    259       //
    260       // executionTimeTextBox
    261       //
    262       this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    263       this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
    264       this.executionTimeTextBox.Name = "executionTimeTextBox";
    265       this.executionTimeTextBox.ReadOnly = true;
    266       this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    267       this.executionTimeTextBox.TabIndex = 10;
    268       //
    269       // openFileDialog
    270       //
    271       this.openFileDialog.DefaultExt = "hl";
    272       this.openFileDialog.FileName = "Problem";
    273       this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
    274       this.openFileDialog.Title = "Open Problem";
    275       //
    276       // stopButton
    277       //
    278       this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    279       this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    280       this.stopButton.Location = new System.Drawing.Point(60, 458);
    281       this.stopButton.Name = "stopButton";
    282       this.stopButton.Size = new System.Drawing.Size(24, 24);
    283       this.stopButton.TabIndex = 7;
    284       this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
    285       this.stopButton.UseVisualStyleBackColor = true;
    286       this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
    287204      //
    288205      // storeAlgorithmInEachRunCheckBox
     
    302219      this.storeAlgorithmInEachRunCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachRunCheckBox_CheckedChanged);
    303220      //
     221      // runsView
     222      //
     223      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)));
     226      this.runsView.Caption = "RunCollection View";
     227      this.runsView.Content = null;
     228      this.runsView.Location = new System.Drawing.Point(6, 6);
     229      this.runsView.Name = "runsView";
     230      this.runsView.ReadOnly = false;
     231      this.runsView.Size = new System.Drawing.Size(659, 388);
     232      this.runsView.TabIndex = 0;
     233      //
     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      //
     289      // openFileDialog
     290      //
     291      this.openFileDialog.DefaultExt = "hl";
     292      this.openFileDialog.FileName = "Problem";
     293      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
     294      this.openFileDialog.Title = "Open Problem";
     295      //
     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      //
    304308      // AlgorithmView
    305309      //
     
    315319      this.Name = "AlgorithmView";
    316320      this.Size = new System.Drawing.Size(679, 482);
     321      this.Controls.SetChildIndex(this.infoLabel, 0);
    317322      this.Controls.SetChildIndex(this.resetButton, 0);
    318323      this.Controls.SetChildIndex(this.stopButton, 0);
     
    323328      this.Controls.SetChildIndex(this.tabControl, 0);
    324329      this.Controls.SetChildIndex(this.nameLabel, 0);
    325       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    326330      this.Controls.SetChildIndex(this.nameTextBox, 0);
    327       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    328331      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    329332      this.tabControl.ResumeLayout(false);
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs

    r5466 r5832  
    6161      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6262      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    63       this.nameTextBox.Size = new System.Drawing.Size(607, 20);
    64       //
    65       // descriptionTextBox
    66       //
    67       this.descriptionTextBox.Size = new System.Drawing.Size(607, 20);
     63      this.nameTextBox.Location = new System.Drawing.Point(72, 0);
     64      this.nameTextBox.Size = new System.Drawing.Size(582, 20);
     65      //
     66      // infoLabel
     67      //
     68      this.infoLabel.Location = new System.Drawing.Point(660, 3);
    6869      //
    6970      // tabControl
    7071      //
     72      this.tabControl.AllowDrop = true;
    7173      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    7274                  | System.Windows.Forms.AnchorStyles.Left)
     
    7476      this.tabControl.Controls.Add(this.optimizerTabPage);
    7577      this.tabControl.Controls.Add(this.runsTabPage);
    76       this.tabControl.Location = new System.Drawing.Point(0, 78);
     78      this.tabControl.Location = new System.Drawing.Point(0, 52);
    7779      this.tabControl.Name = "tabControl";
    7880      this.tabControl.SelectedIndex = 0;
    79       this.tabControl.Size = new System.Drawing.Size(679, 374);
    80       this.tabControl.TabIndex = 6;
     81      this.tabControl.Size = new System.Drawing.Size(679, 400);
     82      this.tabControl.TabIndex = 5;
    8183      //
    8284      // optimizerTabPage
     
    8991      this.optimizerTabPage.Name = "optimizerTabPage";
    9092      this.optimizerTabPage.Padding = new System.Windows.Forms.Padding(3);
    91       this.optimizerTabPage.Size = new System.Drawing.Size(671, 348);
     93      this.optimizerTabPage.Size = new System.Drawing.Size(671, 374);
    9294      this.optimizerTabPage.TabIndex = 1;
    9395      this.optimizerTabPage.Text = "Optimizer";
    9496      this.optimizerTabPage.UseVisualStyleBackColor = true;
    95       this.optimizerTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragEnterOver);
    9697      this.optimizerTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragDrop);
    9798      this.optimizerTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragEnterOver);
     99      this.optimizerTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragEnterOver);
    98100      //
    99101      // optimizerViewHost
    100102      //
    101       this.optimizerViewHost.Content = null;
    102103      this.optimizerViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    103104                  | System.Windows.Forms.AnchorStyles.Left)
    104105                  | System.Windows.Forms.AnchorStyles.Right)));
     106      this.optimizerViewHost.Caption = "View";
     107      this.optimizerViewHost.Content = null;
     108      this.optimizerViewHost.Enabled = false;
    105109      this.optimizerViewHost.Location = new System.Drawing.Point(6, 36);
    106110      this.optimizerViewHost.Name = "optimizerViewHost";
    107       this.optimizerViewHost.Size = new System.Drawing.Size(659, 306);
     111      this.optimizerViewHost.ReadOnly = false;
     112      this.optimizerViewHost.Size = new System.Drawing.Size(659, 332);
    108113      this.optimizerViewHost.TabIndex = 3;
     114      this.optimizerViewHost.ViewsLabelVisible = true;
    109115      this.optimizerViewHost.ViewType = null;
    110116      //
     
    137143      this.runsTabPage.Name = "runsTabPage";
    138144      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
    139       this.runsTabPage.Size = new System.Drawing.Size(671, 348);
     145      this.runsTabPage.Size = new System.Drawing.Size(671, 374);
    140146      this.runsTabPage.TabIndex = 2;
    141147      this.runsTabPage.Text = "Runs";
     
    147153                  | System.Windows.Forms.AnchorStyles.Left)
    148154                  | System.Windows.Forms.AnchorStyles.Right)));
     155      this.runsView.Caption = "RunCollection View";
    149156      this.runsView.Content = null;
    150157      this.runsView.Location = new System.Drawing.Point(6, 6);
    151158      this.runsView.Name = "runsView";
    152       this.runsView.Size = new System.Drawing.Size(659, 336);
     159      this.runsView.ReadOnly = false;
     160      this.runsView.Size = new System.Drawing.Size(659, 362);
    153161      this.runsView.TabIndex = 0;
    154162      //
     
    160168      this.startButton.Name = "startButton";
    161169      this.startButton.Size = new System.Drawing.Size(24, 24);
    162       this.startButton.TabIndex = 7;
     170      this.startButton.TabIndex = 6;
    163171      this.toolTip.SetToolTip(this.startButton, "Start/Resume Batch Run");
    164172      this.startButton.UseVisualStyleBackColor = true;
     
    172180      this.stopButton.Name = "stopButton";
    173181      this.stopButton.Size = new System.Drawing.Size(24, 24);
    174       this.stopButton.TabIndex = 9;
     182      this.stopButton.TabIndex = 8;
    175183      this.toolTip.SetToolTip(this.stopButton, "Stop Batch Run");
    176184      this.stopButton.UseVisualStyleBackColor = true;
     
    184192      this.resetButton.Name = "resetButton";
    185193      this.resetButton.Size = new System.Drawing.Size(24, 24);
    186       this.resetButton.TabIndex = 10;
     194      this.resetButton.TabIndex = 9;
    187195      this.toolTip.SetToolTip(this.resetButton, "Reset Batch Run");
    188196      this.resetButton.UseVisualStyleBackColor = true;
     
    196204      this.executionTimeLabel.Name = "executionTimeLabel";
    197205      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    198       this.executionTimeLabel.TabIndex = 11;
     206      this.executionTimeLabel.TabIndex = 10;
    199207      this.executionTimeLabel.Text = "&Execution Time:";
    200208      //
     
    206214      this.executionTimeTextBox.ReadOnly = true;
    207215      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    208       this.executionTimeTextBox.TabIndex = 12;
     216      this.executionTimeTextBox.TabIndex = 11;
    209217      //
    210218      // openFileDialog
     
    218226      //
    219227      this.repetitionsLabel.AutoSize = true;
    220       this.repetitionsLabel.Location = new System.Drawing.Point(3, 54);
     228      this.repetitionsLabel.Location = new System.Drawing.Point(3, 28);
    221229      this.repetitionsLabel.Name = "repetitionsLabel";
    222230      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
    223       this.repetitionsLabel.TabIndex = 4;
     231      this.repetitionsLabel.TabIndex = 3;
    224232      this.repetitionsLabel.Text = "&Repetitions:";
    225233      //
     
    228236      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    229237                  | System.Windows.Forms.AnchorStyles.Right)));
    230       this.repetitionsNumericUpDown.Location = new System.Drawing.Point(72, 52);
     238      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(72, 26);
    231239      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
    232240            1000000,
     
    241249      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
    242250      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(607, 20);
    243       this.repetitionsNumericUpDown.TabIndex = 5;
     251      this.repetitionsNumericUpDown.TabIndex = 4;
    244252      this.repetitionsNumericUpDown.ThousandsSeparator = true;
    245253      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
     
    258266      this.pauseButton.Name = "pauseButton";
    259267      this.pauseButton.Size = new System.Drawing.Size(24, 24);
    260       this.pauseButton.TabIndex = 8;
     268      this.pauseButton.TabIndex = 7;
    261269      this.toolTip.SetToolTip(this.pauseButton, "Pause Batch Run");
    262270      this.pauseButton.UseVisualStyleBackColor = true;
     
    271279      this.Controls.Add(this.executionTimeTextBox);
    272280      this.Controls.Add(this.executionTimeLabel);
     281      this.Controls.Add(this.pauseButton);
    273282      this.Controls.Add(this.repetitionsNumericUpDown);
    274283      this.Controls.Add(this.repetitionsLabel);
    275       this.Controls.Add(this.pauseButton);
    276284      this.Controls.Add(this.stopButton);
    277285      this.Controls.Add(this.resetButton);
    278286      this.Name = "BatchRunView";
    279287      this.Size = new System.Drawing.Size(679, 482);
     288      this.Controls.SetChildIndex(this.infoLabel, 0);
    280289      this.Controls.SetChildIndex(this.resetButton, 0);
    281290      this.Controls.SetChildIndex(this.stopButton, 0);
    282       this.Controls.SetChildIndex(this.pauseButton, 0);
    283291      this.Controls.SetChildIndex(this.repetitionsLabel, 0);
    284292      this.Controls.SetChildIndex(this.repetitionsNumericUpDown, 0);
     293      this.Controls.SetChildIndex(this.pauseButton, 0);
    285294      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
    286295      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
     
    288297      this.Controls.SetChildIndex(this.tabControl, 0);
    289298      this.Controls.SetChildIndex(this.nameLabel, 0);
    290       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    291299      this.Controls.SetChildIndex(this.nameTextBox, 0);
    292       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    293300      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    294301      this.tabControl.ResumeLayout(false);
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r5445 r5832  
    6767      this.tabControl.Controls.Add(this.operatorGraphTabPage);
    6868      this.tabControl.Controls.Add(this.engineTabPage);
    69       this.tabControl.Size = new System.Drawing.Size(713, 467);
     69      this.tabControl.Location = new System.Drawing.Point(0, 26);
     70      this.tabControl.Size = new System.Drawing.Size(713, 493);
     71      this.tabControl.TabIndex = 3;
    7072      this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
    7173      this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
     
    7779      // parametersTabPage
    7880      //
    79       this.parametersTabPage.Size = new System.Drawing.Size(705, 441);
     81      this.parametersTabPage.Size = new System.Drawing.Size(705, 467);
    8082      //
    8183      // problemTabPage
    8284      //
    83       this.problemTabPage.Size = new System.Drawing.Size(705, 441);
     85      this.problemTabPage.Size = new System.Drawing.Size(705, 467);
    8486      //
    8587      // parameterCollectionView
    8688      //
    87       this.parameterCollectionView.Size = new System.Drawing.Size(693, 429);
     89      this.parameterCollectionView.Size = new System.Drawing.Size(693, 455);
    8890      //
    8991      // problemViewHost
    9092      //
    91       this.problemViewHost.Size = new System.Drawing.Size(693, 399);
     93      this.problemViewHost.Size = new System.Drawing.Size(693, 425);
    9294      //
    9395      // newProblemButton
     
    102104      //
    103105      this.startButton.Location = new System.Drawing.Point(0, 525);
     106      this.startButton.TabIndex = 4;
    104107      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
    105108      //
     
    107110      //
    108111      this.pauseButton.Location = new System.Drawing.Point(30, 525);
     112      this.pauseButton.TabIndex = 5;
    109113      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
    110114      //
     
    112116      //
    113117      this.resetButton.Location = new System.Drawing.Point(90, 525);
     118      this.resetButton.TabIndex = 7;
    114119      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
    115120      //
     
    117122      //
    118123      this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
     124      this.executionTimeLabel.TabIndex = 8;
    119125      //
    120126      // executionTimeTextBox
    121127      //
    122128      this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
     129      this.executionTimeTextBox.TabIndex = 9;
    123130      //
    124131      // resultsTabPage
    125132      //
    126       this.resultsTabPage.Size = new System.Drawing.Size(705, 441);
     133      this.resultsTabPage.Size = new System.Drawing.Size(705, 467);
    127134      //
    128135      // resultsView
    129136      //
    130       this.resultsView.Size = new System.Drawing.Size(693, 429);
     137      this.resultsView.Size = new System.Drawing.Size(693, 455);
    131138      //
    132139      // stopButton
    133140      //
    134141      this.stopButton.Location = new System.Drawing.Point(60, 525);
     142      this.stopButton.TabIndex = 6;
    135143      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
    136144      //
    137145      // runsTabPage
    138146      //
    139       this.runsTabPage.Size = new System.Drawing.Size(705, 441);
     147      this.runsTabPage.Size = new System.Drawing.Size(705, 467);
    140148      //
    141149      // runsView
    142150      //
    143       this.runsView.Size = new System.Drawing.Size(693, 429);
     151      this.runsView.Size = new System.Drawing.Size(693, 455);
    144152      //
    145153      // storeAlgorithmInEachRunCheckBox
    146154      //
    147155      this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(530, 6);
     156      this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
    148157      //
    149158      // nameTextBox
     
    151160      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    152161      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    153       this.nameTextBox.Size = new System.Drawing.Size(641, 20);
    154       //
    155       // descriptionTextBox
    156       //
    157       this.descriptionTextBox.Size = new System.Drawing.Size(641, 20);
     162      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
     163      this.nameTextBox.Size = new System.Drawing.Size(628, 20);
     164      //
     165      // infoLabel
     166      //
     167      this.infoLabel.Location = new System.Drawing.Point(694, 3);
    158168      //
    159169      // engineLabel
     
    186196      this.engineTabPage.Name = "engineTabPage";
    187197      this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
    188       this.engineTabPage.Size = new System.Drawing.Size(705, 441);
     198      this.engineTabPage.Size = new System.Drawing.Size(705, 467);
    189199      this.engineTabPage.TabIndex = 5;
    190200      this.engineTabPage.Text = "Engine";
     
    198208      this.engineViewHost.Caption = "View";
    199209      this.engineViewHost.Content = null;
     210      this.engineViewHost.Enabled = false;
    200211      this.engineViewHost.Location = new System.Drawing.Point(6, 33);
    201212      this.engineViewHost.Name = "engineViewHost";
    202213      this.engineViewHost.ReadOnly = false;
    203       this.engineViewHost.Size = new System.Drawing.Size(693, 402);
     214      this.engineViewHost.Size = new System.Drawing.Size(693, 428);
    204215      this.engineViewHost.TabIndex = 2;
     216      this.engineViewHost.ViewsLabelVisible = true;
    205217      this.engineViewHost.ViewType = null;
    206218      //
     
    212224      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
    213225      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
    214       this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 441);
     226      this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 467);
    215227      this.operatorGraphTabPage.TabIndex = 4;
    216228      this.operatorGraphTabPage.Text = "Operator Graph";
     
    246258      this.operatorGraphViewHost.Caption = "View";
    247259      this.operatorGraphViewHost.Content = null;
     260      this.operatorGraphViewHost.Enabled = false;
    248261      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
    249262      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
    250263      this.operatorGraphViewHost.ReadOnly = true;
    251       this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 405);
     264      this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 431);
    252265      this.operatorGraphViewHost.TabIndex = 0;
     266      this.operatorGraphViewHost.ViewsLabelVisible = true;
    253267      this.operatorGraphViewHost.ViewType = null;
    254268      //
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs

    r5466 r5832  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExperimentView));
    4847      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4948      this.optimizersTabPage = new System.Windows.Forms.TabPage();
    5049      this.optimizerListView = new HeuristicLab.Optimization.Views.OptimizerListView();
    5150      this.runsTabPage = new System.Windows.Forms.TabPage();
     51      this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5252      this.startButton = new System.Windows.Forms.Button();
    5353      this.stopButton = new System.Windows.Forms.Button();
     
    5656      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    5757      this.pauseButton = new System.Windows.Forms.Button();
    58       this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5958      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6059      this.tabControl.SuspendLayout();
     
    6766      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6867      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    69       this.nameTextBox.Size = new System.Drawing.Size(607, 20);
    70       //
    71       // descriptionTextBox
    72       //
    73       this.descriptionTextBox.Size = new System.Drawing.Size(607, 20);
     68      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
     69      this.nameTextBox.Size = new System.Drawing.Size(594, 20);
     70      //
     71      // infoLabel
     72      //
     73      this.infoLabel.Location = new System.Drawing.Point(660, 3);
    7474      //
    7575      // tabControl
    7676      //
     77      this.tabControl.AllowDrop = true;
    7778      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    7879                  | System.Windows.Forms.AnchorStyles.Left)
     
    8081      this.tabControl.Controls.Add(this.optimizersTabPage);
    8182      this.tabControl.Controls.Add(this.runsTabPage);
    82       this.tabControl.Location = new System.Drawing.Point(0, 52);
     83      this.tabControl.Location = new System.Drawing.Point(0, 26);
    8384      this.tabControl.Name = "tabControl";
    8485      this.tabControl.SelectedIndex = 0;
    85       this.tabControl.Size = new System.Drawing.Size(679, 400);
    86       this.tabControl.TabIndex = 4;
     86      this.tabControl.Size = new System.Drawing.Size(679, 426);
     87      this.tabControl.TabIndex = 3;
    8788      //
    8889      // optimizersTabPage
     
    9293      this.optimizersTabPage.Name = "optimizersTabPage";
    9394      this.optimizersTabPage.Padding = new System.Windows.Forms.Padding(3);
    94       this.optimizersTabPage.Size = new System.Drawing.Size(671, 374);
     95      this.optimizersTabPage.Size = new System.Drawing.Size(671, 400);
    9596      this.optimizersTabPage.TabIndex = 1;
    9697      this.optimizersTabPage.Text = "Optimizers";
     
    102103                  | System.Windows.Forms.AnchorStyles.Left)
    103104                  | System.Windows.Forms.AnchorStyles.Right)));
     105      this.optimizerListView.Caption = "OptimizerList View";
    104106      this.optimizerListView.Content = null;
    105107      this.optimizerListView.Location = new System.Drawing.Point(6, 6);
    106108      this.optimizerListView.Name = "optimizerListView";
    107       this.optimizerListView.Size = new System.Drawing.Size(659, 362);
     109      this.optimizerListView.ReadOnly = false;
     110      this.optimizerListView.Size = new System.Drawing.Size(659, 388);
    108111      this.optimizerListView.TabIndex = 0;
    109112      //
     
    114117      this.runsTabPage.Name = "runsTabPage";
    115118      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
    116       this.runsTabPage.Size = new System.Drawing.Size(671, 374);
     119      this.runsTabPage.Size = new System.Drawing.Size(671, 400);
    117120      this.runsTabPage.TabIndex = 2;
    118121      this.runsTabPage.Text = "Runs";
    119122      this.runsTabPage.UseVisualStyleBackColor = true;
    120123      //
     124      // runsViewHost
     125      //
     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)));
     129      this.runsViewHost.Caption = "View";
     130      this.runsViewHost.Content = null;
     131      this.runsViewHost.Enabled = false;
     132      this.runsViewHost.Location = new System.Drawing.Point(2, 6);
     133      this.runsViewHost.Name = "runsViewHost";
     134      this.runsViewHost.ReadOnly = false;
     135      this.runsViewHost.Size = new System.Drawing.Size(663, 388);
     136      this.runsViewHost.TabIndex = 0;
     137      this.runsViewHost.ViewsLabelVisible = true;
     138      this.runsViewHost.ViewType = null;
     139      //
    121140      // startButton
    122141      //
    123142      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    124       this.startButton.Image = Common.Resources.VSImageLibrary.Play;
     143      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    125144      this.startButton.Location = new System.Drawing.Point(0, 458);
    126145      this.startButton.Name = "startButton";
    127146      this.startButton.Size = new System.Drawing.Size(24, 24);
    128       this.startButton.TabIndex = 5;
     147      this.startButton.TabIndex = 4;
    129148      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
    130149      this.startButton.UseVisualStyleBackColor = true;
     
    134153      //
    135154      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    136       this.stopButton.Image = Common.Resources.VSImageLibrary.Stop;
     155      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    137156      this.stopButton.Location = new System.Drawing.Point(60, 458);
    138157      this.stopButton.Name = "stopButton";
    139158      this.stopButton.Size = new System.Drawing.Size(24, 24);
    140       this.stopButton.TabIndex = 7;
     159      this.stopButton.TabIndex = 6;
    141160      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
    142161      this.stopButton.UseVisualStyleBackColor = true;
     
    146165      //
    147166      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    148       this.resetButton.Image = Common.Resources.VSImageLibrary.Restart;
     167      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
    149168      this.resetButton.Location = new System.Drawing.Point(90, 458);
    150169      this.resetButton.Name = "resetButton";
    151170      this.resetButton.Size = new System.Drawing.Size(24, 24);
    152       this.resetButton.TabIndex = 8;
     171      this.resetButton.TabIndex = 7;
    153172      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
    154173      this.resetButton.UseVisualStyleBackColor = true;
     
    162181      this.executionTimeLabel.Name = "executionTimeLabel";
    163182      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    164       this.executionTimeLabel.TabIndex = 9;
     183      this.executionTimeLabel.TabIndex = 8;
    165184      this.executionTimeLabel.Text = "&Execution Time:";
    166185      //
     
    172191      this.executionTimeTextBox.ReadOnly = true;
    173192      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    174       this.executionTimeTextBox.TabIndex = 10;
     193      this.executionTimeTextBox.TabIndex = 9;
    175194      //
    176195      // pauseButton
    177196      //
    178197      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    179       this.pauseButton.Image = Common.Resources.VSImageLibrary.Pause;
     198      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    180199      this.pauseButton.Location = new System.Drawing.Point(30, 458);
    181200      this.pauseButton.Name = "pauseButton";
    182201      this.pauseButton.Size = new System.Drawing.Size(24, 24);
    183       this.pauseButton.TabIndex = 6;
     202      this.pauseButton.TabIndex = 5;
    184203      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
    185204      this.pauseButton.UseVisualStyleBackColor = true;
    186205      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
    187       //
    188       // runsViewHost
    189       //
    190       this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    191                   | System.Windows.Forms.AnchorStyles.Left)
    192                   | System.Windows.Forms.AnchorStyles.Right)));
    193       this.runsViewHost.Content = null;
    194       this.runsViewHost.Location = new System.Drawing.Point(2, 6);
    195       this.runsViewHost.Name = "runsViewHost";
    196       this.runsViewHost.Size = new System.Drawing.Size(663, 362);
    197       this.runsViewHost.TabIndex = 0;
    198       this.runsViewHost.ViewType = null;
    199206      //
    200207      // ExperimentView
     
    211218      this.Name = "ExperimentView";
    212219      this.Size = new System.Drawing.Size(679, 482);
     220      this.Controls.SetChildIndex(this.infoLabel, 0);
    213221      this.Controls.SetChildIndex(this.resetButton, 0);
    214222      this.Controls.SetChildIndex(this.stopButton, 0);
     
    219227      this.Controls.SetChildIndex(this.tabControl, 0);
    220228      this.Controls.SetChildIndex(this.nameLabel, 0);
    221       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    222229      this.Controls.SetChildIndex(this.nameTextBox, 0);
    223       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    224230      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    225231      this.tabControl.ResumeLayout(false);
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/ExperimentView.cs

    r5445 r5832  
    114114        Invoke(new EventHandler(Content_Prepared), sender, e);
    115115      else {
    116         nameTextBox.Enabled = descriptionTextBox.Enabled = true;
     116        nameTextBox.Enabled = infoLabel.Enabled = true;
    117117        ReadOnly = Locked = false;
    118118        SetEnabledStateOfExecutableButtons();
     
    123123        Invoke(new EventHandler(Content_Started), sender, e);
    124124      else {
    125         nameTextBox.Enabled = descriptionTextBox.Enabled = false;
     125        nameTextBox.Enabled = infoLabel.Enabled = false;
    126126        ReadOnly = Locked = true;
    127127        SetEnabledStateOfExecutableButtons();
     
    132132        Invoke(new EventHandler(Content_Paused), sender, e);
    133133      else {
    134         nameTextBox.Enabled = descriptionTextBox.Enabled = true;
     134        nameTextBox.Enabled = infoLabel.Enabled = true;
    135135        ReadOnly = Locked = false;
    136136        SetEnabledStateOfExecutableButtons();
     
    141141        Invoke(new EventHandler(Content_Stopped), sender, e);
    142142      else {
    143         nameTextBox.Enabled = descriptionTextBox.Enabled = true;
     143        nameTextBox.Enabled = infoLabel.Enabled = true;
    144144        ReadOnly = Locked = false;
    145145        SetEnabledStateOfExecutableButtons();
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/ResultView.Designer.cs

    r5445 r5832  
    5959      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6060      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    61       this.nameTextBox.Size = new System.Drawing.Size(287, 20);
     61      this.nameTextBox.Location = new System.Drawing.Point(69, 0);
     62      this.nameTextBox.Size = new System.Drawing.Size(265, 20);
    6263      //
    63       // descriptionTextBox
     64      // infoLabel
    6465      //
    65       this.descriptionTextBox.Size = new System.Drawing.Size(287, 20);
     66      this.infoLabel.Location = new System.Drawing.Point(340, 3);
    6667      //
    6768      // dataTypeLabel
    6869      //
    6970      this.dataTypeLabel.AutoSize = true;
    70       this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
     71      this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
    7172      this.dataTypeLabel.Name = "dataTypeLabel";
    7273      this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
    73       this.dataTypeLabel.TabIndex = 4;
     74      this.dataTypeLabel.TabIndex = 3;
    7475      this.dataTypeLabel.Text = "Data &Type:";
    7576      //
     
    7879      this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7980                  | System.Windows.Forms.AnchorStyles.Right)));
    80       this.dataTypeTextBox.Location = new System.Drawing.Point(72, 52);
     81      this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
    8182      this.dataTypeTextBox.Name = "dataTypeTextBox";
    8283      this.dataTypeTextBox.ReadOnly = true;
    83       this.dataTypeTextBox.Size = new System.Drawing.Size(287, 20);
    84       this.dataTypeTextBox.TabIndex = 5;
     84      this.dataTypeTextBox.Size = new System.Drawing.Size(290, 20);
     85      this.dataTypeTextBox.TabIndex = 4;
    8586      //
    8687      // valueGroupBox
     
    9091                  | System.Windows.Forms.AnchorStyles.Right)));
    9192      this.valueGroupBox.Controls.Add(this.valuePanel);
    92       this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
     93      this.valueGroupBox.Location = new System.Drawing.Point(0, 52);
    9394      this.valueGroupBox.Name = "valueGroupBox";
    94       this.valueGroupBox.Size = new System.Drawing.Size(359, 196);
    95       this.valueGroupBox.TabIndex = 7;
     95      this.valueGroupBox.Size = new System.Drawing.Size(359, 222);
     96      this.valueGroupBox.TabIndex = 5;
    9697      this.valueGroupBox.TabStop = false;
    9798      this.valueGroupBox.Text = "Value";
     
    106107      this.valuePanel.Location = new System.Drawing.Point(6, 19);
    107108      this.valuePanel.Name = "valuePanel";
    108       this.valuePanel.Size = new System.Drawing.Size(347, 171);
     109      this.valuePanel.Size = new System.Drawing.Size(347, 197);
    109110      this.valuePanel.TabIndex = 2;
    110111      //
    111112      // viewHost
    112113      //
     114      this.viewHost.Caption = "View";
    113115      this.viewHost.Content = null;
    114116      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
     117      this.viewHost.Enabled = false;
    115118      this.viewHost.Location = new System.Drawing.Point(0, 0);
    116119      this.viewHost.Name = "viewHost";
    117       this.viewHost.Size = new System.Drawing.Size(347, 171);
     120      this.viewHost.ReadOnly = false;
     121      this.viewHost.Size = new System.Drawing.Size(347, 197);
    118122      this.viewHost.TabIndex = 0;
     123      this.viewHost.ViewsLabelVisible = true;
    119124      this.viewHost.ViewType = null;
    120125      //
     
    128133      this.Name = "ResultView";
    129134      this.Size = new System.Drawing.Size(359, 274);
    130       this.Controls.SetChildIndex(this.descriptionLabel, 0);
     135      this.Controls.SetChildIndex(this.infoLabel, 0);
    131136      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    132137      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
    133       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    134138      this.Controls.SetChildIndex(this.nameTextBox, 0);
    135139      this.Controls.SetChildIndex(this.nameLabel, 0);
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunView.Designer.cs

    r5445 r5832  
    6464      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6565      this.parametersResultsGroupBox.SuspendLayout();
     66      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    6667      this.splitContainer.Panel1.SuspendLayout();
    6768      this.splitContainer.Panel2.SuspendLayout();
     
    7475      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    7576      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    76       this.nameTextBox.Size = new System.Drawing.Size(423, 20);
    77       //
    78       // descriptionTextBox
    79       //
    80       this.descriptionTextBox.Size = new System.Drawing.Size(423, 20);
     77      this.nameTextBox.Location = new System.Drawing.Point(56, 0);
     78      this.nameTextBox.Size = new System.Drawing.Size(414, 20);
     79      //
     80      // infoLabel
     81      //
     82      this.infoLabel.Location = new System.Drawing.Point(476, 3);
    8183      //
    8284      // parametersResultsGroupBox
     
    8688                  | System.Windows.Forms.AnchorStyles.Right)));
    8789      this.parametersResultsGroupBox.Controls.Add(this.splitContainer);
    88       this.parametersResultsGroupBox.Location = new System.Drawing.Point(0, 82);
     90      this.parametersResultsGroupBox.Location = new System.Drawing.Point(0, 56);
    8991      this.parametersResultsGroupBox.Name = "parametersResultsGroupBox";
    90       this.parametersResultsGroupBox.Size = new System.Drawing.Size(495, 242);
    91       this.parametersResultsGroupBox.TabIndex = 8;
     92      this.parametersResultsGroupBox.Size = new System.Drawing.Size(495, 268);
     93      this.parametersResultsGroupBox.TabIndex = 6;
    9294      this.parametersResultsGroupBox.TabStop = false;
    9395      this.parametersResultsGroupBox.Text = "Parameters && Results";
     
    106108      //
    107109      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
    108       this.splitContainer.Size = new System.Drawing.Size(489, 223);
     110      this.splitContainer.Size = new System.Drawing.Size(489, 249);
    109111      this.splitContainer.SplitterDistance = 177;
    110112      this.splitContainer.TabIndex = 0;
     
    131133      this.listView.Name = "listView";
    132134      this.listView.ShowItemToolTips = true;
    133       this.listView.Size = new System.Drawing.Size(171, 217);
     135      this.listView.Size = new System.Drawing.Size(171, 243);
    134136      this.listView.SmallImageList = this.imageList;
    135137      this.listView.Sorting = System.Windows.Forms.SortOrder.Ascending;
     
    163165      this.detailsGroupBox.Location = new System.Drawing.Point(3, 3);
    164166      this.detailsGroupBox.Name = "detailsGroupBox";
    165       this.detailsGroupBox.Size = new System.Drawing.Size(302, 217);
     167      this.detailsGroupBox.Size = new System.Drawing.Size(302, 243);
    166168      this.detailsGroupBox.TabIndex = 0;
    167169      this.detailsGroupBox.TabStop = false;
     
    175177      this.viewHost.Caption = "View";
    176178      this.viewHost.Content = null;
     179      this.viewHost.Enabled = false;
    177180      this.viewHost.Location = new System.Drawing.Point(6, 19);
    178181      this.viewHost.Name = "viewHost";
    179182      this.viewHost.ReadOnly = true;
    180       this.viewHost.Size = new System.Drawing.Size(290, 192);
     183      this.viewHost.Size = new System.Drawing.Size(290, 218);
    181184      this.viewHost.TabIndex = 0;
     185      this.viewHost.ViewsLabelVisible = true;
    182186      this.viewHost.ViewType = null;
    183187      //
     
    189193      this.showAlgorithmButton.Name = "showAlgorithmButton";
    190194      this.showAlgorithmButton.Size = new System.Drawing.Size(495, 23);
    191       this.showAlgorithmButton.TabIndex = 9;
     195      this.showAlgorithmButton.TabIndex = 8;
    192196      this.showAlgorithmButton.Text = "&Show Algorithm";
    193197      this.toolTip.SetToolTip(this.showAlgorithmButton, "Show the algorithm which produced these results");
     
    199203      this.changeColorButton.Enabled = false;
    200204      this.changeColorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    201       this.changeColorButton.Location = new System.Drawing.Point(94, 52);
     205      this.changeColorButton.Location = new System.Drawing.Point(78, 26);
    202206      this.changeColorButton.Name = "changeColorButton";
    203207      this.changeColorButton.Size = new System.Drawing.Size(64, 24);
    204       this.changeColorButton.TabIndex = 6;
     208      this.changeColorButton.TabIndex = 5;
    205209      this.changeColorButton.Text = "&Change...";
    206210      this.changeColorButton.UseVisualStyleBackColor = true;
     
    210214      //
    211215      this.colorLabel.AutoSize = true;
    212       this.colorLabel.Location = new System.Drawing.Point(3, 58);
     216      this.colorLabel.Location = new System.Drawing.Point(3, 32);
    213217      this.colorLabel.Name = "colorLabel";
    214218      this.colorLabel.Size = new System.Drawing.Size(34, 13);
    215       this.colorLabel.TabIndex = 4;
     219      this.colorLabel.TabIndex = 3;
    216220      this.colorLabel.Text = "C&olor:";
    217221      //
     
    223227      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    224228      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
    225       this.showDetailsCheckBox.Location = new System.Drawing.Point(471, 52);
     229      this.showDetailsCheckBox.Location = new System.Drawing.Point(471, 26);
    226230      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
    227231      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
     
    235239      this.colorArea.BackColor = System.Drawing.Color.White;
    236240      this.colorArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    237       this.colorArea.Location = new System.Drawing.Point(72, 56);
     241      this.colorArea.Location = new System.Drawing.Point(56, 31);
    238242      this.colorArea.Name = "colorArea";
    239243      this.colorArea.Size = new System.Drawing.Size(16, 16);
    240       this.colorArea.TabIndex = 5;
     244      this.colorArea.TabIndex = 4;
    241245      //
    242246      // RunView
     
    252256      this.Name = "RunView";
    253257      this.Size = new System.Drawing.Size(495, 353);
     258      this.Controls.SetChildIndex(this.infoLabel, 0);
    254259      this.Controls.SetChildIndex(this.showAlgorithmButton, 0);
    255260      this.Controls.SetChildIndex(this.parametersResultsGroupBox, 0);
    256       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    257       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    258261      this.Controls.SetChildIndex(this.nameTextBox, 0);
    259262      this.Controls.SetChildIndex(this.nameLabel, 0);
     
    266269      this.splitContainer.Panel1.ResumeLayout(false);
    267270      this.splitContainer.Panel2.ResumeLayout(false);
     271      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    268272      this.splitContainer.ResumeLayout(false);
    269273      this.detailsGroupBox.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.