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/AlgorithmView.Designer.cs

    r3299 r3454  
    5252      this.problemPanel = new System.Windows.Forms.Panel();
    5353      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    54       this.saveProblemButton = new System.Windows.Forms.Button();
    5554      this.openProblemButton = new System.Windows.Forms.Button();
    5655      this.newProblemButton = new System.Windows.Forms.Button();
     
    6564      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    6665      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    67       this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
    6866      this.stopButton = new System.Windows.Forms.Button();
    6967      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    127125      //
    128126      this.problemTabPage.Controls.Add(this.problemPanel);
    129       this.problemTabPage.Controls.Add(this.saveProblemButton);
    130127      this.problemTabPage.Controls.Add(this.openProblemButton);
    131128      this.problemTabPage.Controls.Add(this.newProblemButton);
     
    163160      this.problemViewHost.ViewType = null;
    164161      //
    165       // saveProblemButton
    166       //
    167       this.saveProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
    168       this.saveProblemButton.Location = new System.Drawing.Point(66, 6);
    169       this.saveProblemButton.Name = "saveProblemButton";
    170       this.saveProblemButton.Size = new System.Drawing.Size(24, 24);
    171       this.saveProblemButton.TabIndex = 2;
    172       this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
    173       this.saveProblemButton.UseVisualStyleBackColor = true;
    174       this.saveProblemButton.Click += new System.EventHandler(this.saveProblemButton_Click);
    175       //
    176162      // openProblemButton
    177163      //
     
    303289      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
    304290      this.openFileDialog.Title = "Open Problem";
    305       //
    306       // saveFileDialog
    307       //
    308       this.saveFileDialog.DefaultExt = "hl";
    309       this.saveFileDialog.FileName = "Problem";
    310       this.saveFileDialog.Filter = "Uncompressed HeuristicLab Files|*.hl|HeuristicLab Files|*.hl|All Files|*.*";
    311       this.saveFileDialog.FilterIndex = 2;
    312       this.saveFileDialog.Title = "Save Problem";
    313291      //
    314292      // stopButton
     
    368346    protected HeuristicLab.MainForm.WindowsForms.ViewHost problemViewHost;
    369347    protected System.Windows.Forms.Button newProblemButton;
    370     protected System.Windows.Forms.Button saveProblemButton;
    371348    protected System.Windows.Forms.Button openProblemButton;
    372349    protected System.Windows.Forms.Button startButton;
     
    376353    protected System.Windows.Forms.TextBox executionTimeTextBox;
    377354    protected System.Windows.Forms.OpenFileDialog openFileDialog;
    378     protected System.Windows.Forms.SaveFileDialog saveFileDialog;
    379355    protected System.Windows.Forms.TabPage resultsTabPage;
    380356    protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
Note: See TracChangeset for help on using the changeset viewer.