Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/18 14:15:49 (5 years ago)
Author:
ddorfmei
Message:

#2931:

  • moved views to separate plugin HeuristicLab.MathematicalOptimization.Views
  • added button in LinearProgrammingProblemView to select the problem definition type
  • added views for problem definitions
  • added ExportFile parameter to LinearProgrammingAlgorithm
  • extended FileValue and FileValueView by the option to save a file
  • code cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2931_OR-Tools_LP_MIP/HeuristicLab.Data.Views/3.3/Path Views/FileValueView.Designer.cs

    r15583 r16405  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileValueView));
    4748      this.openButton = new System.Windows.Forms.Button();
    4849      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    4950      this.stringConvertibleValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
     51      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
    5052      this.SuspendLayout();
    5153      //
     
    9092    protected System.Windows.Forms.OpenFileDialog openFileDialog;
    9193    protected StringConvertibleValueView stringConvertibleValueView;
     94    private System.Windows.Forms.SaveFileDialog saveFileDialog;
    9295  }
    9396}
Note: See TracChangeset for help on using the changeset viewer.