Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/21/10 23:55:23 (14 years ago)
Author:
swagner
Message:

Implemented import of optimal TSP solutions (#924).

File:
1 edited

Legend:

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

    r2917 r3151  
    3333    protected override void Dispose(bool disposing) {
    3434      if (disposing) {
     35        if (tsplibImportDialog != null) tsplibImportDialog.Dispose();
    3536        if (components != null) components.Dispose();
    3637      }
     
    4546    /// </summary>
    4647    private void InitializeComponent() {
    47       this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    4848      this.importButton = new System.Windows.Forms.Button();
    4949      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    6363      //
    6464      this.descriptionTextBox.Size = new System.Drawing.Size(457, 20);
    65       //
    66       // openFileDialog
    67       //
    68       this.openFileDialog.DefaultExt = "tsp";
    69       this.openFileDialog.FileName = "tspdata";
    70       this.openFileDialog.Filter = "TSPLIB Files|*.tsp|All Files|*.*";
    71       this.openFileDialog.Title = "Import TSP Data";
    7265      //
    7366      // importButton
     
    10497    #endregion
    10598
    106     private System.Windows.Forms.OpenFileDialog openFileDialog;
    10799    private System.Windows.Forms.Button importButton;
    108100
Note: See TracChangeset for help on using the changeset viewer.