Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 06:14:03 (14 years ago)
Author:
swagner
Message:

Adapted views according the new read-only property (#973)

File:
1 edited

Legend:

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

    r3299 r3454  
    5050      this.algorithmPanel = new System.Windows.Forms.Panel();
    5151      this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    52       this.saveAlgorithmButton = new System.Windows.Forms.Button();
    5352      this.openAlgorithmButton = new System.Windows.Forms.Button();
    5453      this.newAlgorithmButton = new System.Windows.Forms.Button();
     
    6160      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    6261      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    63       this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
    6462      this.repetitionsLabel = new System.Windows.Forms.Label();
    6563      this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
     
    9997      //
    10098      this.algorithmTabPage.Controls.Add(this.algorithmPanel);
    101       this.algorithmTabPage.Controls.Add(this.saveAlgorithmButton);
    10299      this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
    103100      this.algorithmTabPage.Controls.Add(this.newAlgorithmButton);
     
    135132      this.algorithmViewHost.ViewType = null;
    136133      //
    137       // saveAlgorithmButton
    138       //
    139       this.saveAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
    140       this.saveAlgorithmButton.Location = new System.Drawing.Point(66, 6);
    141       this.saveAlgorithmButton.Name = "saveAlgorithmButton";
    142       this.saveAlgorithmButton.Size = new System.Drawing.Size(24, 24);
    143       this.saveAlgorithmButton.TabIndex = 2;
    144       this.toolTip.SetToolTip(this.saveAlgorithmButton, "Save Problem");
    145       this.saveAlgorithmButton.UseVisualStyleBackColor = true;
    146       this.saveAlgorithmButton.Click += new System.EventHandler(this.saveAlgorithmButton_Click);
    147       //
    148134      // openAlgorithmButton
    149135      //
     
    252238      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
    253239      this.openFileDialog.Title = "Open Algorithm";
    254       //
    255       // saveFileDialog
    256       //
    257       this.saveFileDialog.DefaultExt = "hl";
    258       this.saveFileDialog.FileName = "Algorithm";
    259       this.saveFileDialog.Filter = "Uncompressed HeuristicLab Files|*.hl|HeuristicLab Files|*.hl|All Files|*.*";
    260       this.saveFileDialog.FilterIndex = 2;
    261       this.saveFileDialog.Title = "Save Algorithm";
    262240      //
    263241      // repetitionsLabel
     
    353331    private HeuristicLab.MainForm.WindowsForms.ViewHost algorithmViewHost;
    354332    private System.Windows.Forms.Button newAlgorithmButton;
    355     private System.Windows.Forms.Button saveAlgorithmButton;
    356333    private System.Windows.Forms.Button openAlgorithmButton;
    357334    private System.Windows.Forms.Button startButton;
     
    361338    private System.Windows.Forms.TextBox executionTimeTextBox;
    362339    private System.Windows.Forms.OpenFileDialog openFileDialog;
    363     private System.Windows.Forms.SaveFileDialog saveFileDialog;
    364340    private System.Windows.Forms.TabPage runsTabPage;
    365341    private System.Windows.Forms.Label repetitionsLabel;
Note: See TracChangeset for help on using the changeset viewer.