Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3505


Ignore:
Timestamp:
04/23/10 02:22:48 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893)

Location:
trunk/sources
Files:
5 edited

Legend:

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

    r3454 r3505  
    8989                  | System.Windows.Forms.AnchorStyles.Left)
    9090                  | System.Windows.Forms.AnchorStyles.Right)));
     91      this.tabControl.Controls.Add(this.problemTabPage);
    9192      this.tabControl.Controls.Add(this.parametersTabPage);
    92       this.tabControl.Controls.Add(this.problemTabPage);
    9393      this.tabControl.Controls.Add(this.resultsTabPage);
    9494      this.tabControl.Controls.Add(this.runsTabPage);
     
    106106      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    107107      this.parametersTabPage.Size = new System.Drawing.Size(671, 374);
    108       this.parametersTabPage.TabIndex = 0;
     108      this.parametersTabPage.TabIndex = 1;
    109109      this.parametersTabPage.Text = "Parameters";
    110110      this.parametersTabPage.UseVisualStyleBackColor = true;
     
    131131      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
    132132      this.problemTabPage.Size = new System.Drawing.Size(671, 374);
    133       this.problemTabPage.TabIndex = 1;
     133      this.problemTabPage.TabIndex = 0;
    134134      this.problemTabPage.Text = "Problem";
    135135      this.problemTabPage.UseVisualStyleBackColor = true;
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r3454 r3505  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EngineAlgorithmView));
    4847      this.engineLabel = new System.Windows.Forms.Label();
    4948      this.createUserDefinedAlgorithmButton = new System.Windows.Forms.Button();
     
    7574      this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
    7675      this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
     76      this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
    7777      this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
    78       this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
    7978      //
    8079      // parametersTabPage
     
    191190      this.engineComboBox.Location = new System.Drawing.Point(55, 6);
    192191      this.engineComboBox.Name = "engineComboBox";
    193       this.engineComboBox.Size = new System.Drawing.Size(610, 21);
     192      this.engineComboBox.Size = new System.Drawing.Size(644, 21);
    194193      this.engineComboBox.TabIndex = 1;
    195194      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
     
    204203      this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
    205204      this.engineTabPage.Size = new System.Drawing.Size(705, 441);
    206       this.engineTabPage.TabIndex = 3;
     205      this.engineTabPage.TabIndex = 5;
    207206      this.engineTabPage.Text = "Engine";
    208207      this.engineTabPage.UseVisualStyleBackColor = true;
     
    213212                  | System.Windows.Forms.AnchorStyles.Left)
    214213                  | System.Windows.Forms.AnchorStyles.Right)));
     214      this.engineViewHost.Caption = null;
    215215      this.engineViewHost.Content = null;
    216216      this.engineViewHost.Location = new System.Drawing.Point(6, 33);
    217217      this.engineViewHost.Name = "engineViewHost";
    218218      this.engineViewHost.ReadOnly = false;
    219       this.engineViewHost.Size = new System.Drawing.Size(659, 335);
     219      this.engineViewHost.Size = new System.Drawing.Size(693, 402);
    220220      this.engineViewHost.TabIndex = 2;
    221221      this.engineViewHost.ViewType = null;
     
    260260                  | System.Windows.Forms.AnchorStyles.Left)
    261261                  | System.Windows.Forms.AnchorStyles.Right)));
     262      this.operatorGraphViewHost.Caption = null;
    262263      this.operatorGraphViewHost.Content = null;
    263264      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
    264265      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
    265266      this.operatorGraphViewHost.ReadOnly = true;
    266       this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 405);
     267      this.operatorGraphViewHost.Size = new System.Drawing.Size(665, 338);
    267268      this.operatorGraphViewHost.TabIndex = 0;
    268269      this.operatorGraphViewHost.ViewType = null;
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionView.cs

    r3483 r3505  
    4747      InitializeComponent();
    4848      Caption = "Run Collection";
     49      itemsGroupBox.Text = "Runs";
    4950    }
    5051
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs

    r3454 r3505  
    4848      this.globalScopeView = new HeuristicLab.Core.Views.ScopeView();
    4949      this.engineTabPage.SuspendLayout();
     50      this.operatorGraphTabPage.SuspendLayout();
    5051      this.tabControl.SuspendLayout();
    5152      this.parametersTabPage.SuspendLayout();
     
    6465      this.createUserDefinedAlgorithmButton.Visible = false;
    6566      //
     67      // engineComboBox
     68      //
     69      this.engineComboBox.Size = new System.Drawing.Size(644, 21);
     70      //
     71      // engineViewHost
     72      //
     73      this.engineViewHost.Size = new System.Drawing.Size(693, 402);
     74      //
     75      // openOperatorGraphButton
     76      //
     77      this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
     78      //
     79      // newOperatorGraphButton
     80      //
     81      this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph");
     82      //
    6683      // tabControl
    6784      //
    6885      this.tabControl.Controls.Add(this.globalScopeTabPage);
     86      this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
    6987      this.tabControl.Controls.SetChildIndex(this.globalScopeTabPage, 0);
    7088      this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
    7189      this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
    7290      this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
    73       this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
     91      this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
    7492      this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
    75       this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
    7693      //
    7794      // newProblemButton
     
    110127      this.globalScopeTabPage.Name = "globalScopeTabPage";
    111128      this.globalScopeTabPage.Size = new System.Drawing.Size(705, 441);
    112       this.globalScopeTabPage.TabIndex = 3;
     129      this.globalScopeTabPage.TabIndex = 6;
    113130      this.globalScopeTabPage.Text = "Global Scope";
    114131      this.globalScopeTabPage.UseVisualStyleBackColor = true;
     
    134151      this.engineTabPage.ResumeLayout(false);
    135152      this.engineTabPage.PerformLayout();
     153      this.operatorGraphTabPage.ResumeLayout(false);
    136154      this.tabControl.ResumeLayout(false);
    137155      this.parametersTabPage.ResumeLayout(false);
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.Designer.cs

    r3159 r3505  
    7070      // importButton
    7171      //
    72       this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     72      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7373                  | System.Windows.Forms.AnchorStyles.Right)));
    74       this.importButton.Location = new System.Drawing.Point(0, 399);
     74      this.importButton.Location = new System.Drawing.Point(0, 52);
    7575      this.importButton.Name = "importButton";
    7676      this.importButton.Size = new System.Drawing.Size(529, 23);
    77       this.importButton.TabIndex = 5;
     77      this.importButton.TabIndex = 4;
    7878      this.importButton.Text = "&Import from TSPLIB";
    7979      this.importButton.UseVisualStyleBackColor = true;
     
    8787      this.tabControl.Controls.Add(this.parametersTabPage);
    8888      this.tabControl.Controls.Add(this.visualizationTabPage);
    89       this.tabControl.Location = new System.Drawing.Point(0, 52);
     89      this.tabControl.Location = new System.Drawing.Point(0, 81);
    9090      this.tabControl.Name = "tabControl";
    9191      this.tabControl.SelectedIndex = 0;
    9292      this.tabControl.Size = new System.Drawing.Size(529, 341);
    93       this.tabControl.TabIndex = 4;
     93      this.tabControl.TabIndex = 5;
    9494      //
    9595      // parametersTabPage
     
    113113      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
    114114      this.parameterCollectionView.Name = "parameterCollectionView";
     115      this.parameterCollectionView.ReadOnly = false;
    115116      this.parameterCollectionView.Size = new System.Drawing.Size(509, 303);
    116117      this.parameterCollectionView.TabIndex = 0;
     
    136137      this.pathTSPTourView.Location = new System.Drawing.Point(6, 6);
    137138      this.pathTSPTourView.Name = "pathTSPTourView";
     139      this.pathTSPTourView.ReadOnly = false;
    138140      this.pathTSPTourView.Size = new System.Drawing.Size(509, 303);
    139141      this.pathTSPTourView.TabIndex = 0;
Note: See TracChangeset for help on using the changeset viewer.