Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/27/10 03:35:11 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on algorithms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Routing.TSP.Views/3.3/TSPView.Designer.cs

    r2834 r2882  
    5252      // parameterCollectionView
    5353      //
    54       this.parameterCollectionView.Size = new System.Drawing.Size(490, 205);
     54      this.parameterCollectionView.Size = new System.Drawing.Size(529, 274);
    5555      //
    5656      // nameTextBox
     
    5858      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    5959      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     60      this.nameTextBox.Size = new System.Drawing.Size(457, 20);
     61      //
     62      // descriptionTextBox
     63      //
     64      this.descriptionTextBox.Size = new System.Drawing.Size(457, 87);
    6065      //
    6166      // openFileDialog
     
    7075      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    7176                  | System.Windows.Forms.AnchorStyles.Right)));
    72       this.importButton.Location = new System.Drawing.Point(0, 330);
     77      this.importButton.Location = new System.Drawing.Point(0, 399);
    7378      this.importButton.Name = "importButton";
    74       this.importButton.Size = new System.Drawing.Size(490, 23);
     79      this.importButton.Size = new System.Drawing.Size(529, 23);
    7580      this.importButton.TabIndex = 5;
    7681      this.importButton.Text = "&Import from TSPLIB";
     
    8489      this.Controls.Add(this.importButton);
    8590      this.Name = "TSPView";
     91      this.Size = new System.Drawing.Size(529, 422);
    8692      this.Controls.SetChildIndex(this.importButton, 0);
    8793      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
Note: See TracChangeset for help on using the changeset viewer.