Free cookie consent management tool by TermsFeed Policy Generator

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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      //
Note: See TracChangeset for help on using the changeset viewer.