Free cookie consent management tool by TermsFeed Policy Generator

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

Implemented reviewers' comments (#893)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.