Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/13 18:52:52 (11 years ago)
Author:
gkronber
Message:

#2102 moved "shrink data analysis solutions" and "create ensemble" to a "data analysis" sub-menu in the "Edit" menu. And added an export button to the views for data analysis solution that automatically discovers supported exporters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/DataAnalysisSolutionView.Designer.cs

    r9456 r9973  
    4444    /// </summary>
    4545    private void InitializeComponent() {
     46      this.exportButton = new System.Windows.Forms.Button();
     47      this.exportFileDialog = new System.Windows.Forms.SaveFileDialog();
    4648      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    4749      this.splitContainer.Panel1.SuspendLayout();
     
    5456      // splitContainer
    5557      //
     58      //
     59      // splitContainer.Panel2
     60      //
     61      this.splitContainer.Panel2.Controls.Add(this.exportButton);
    5662      //
    5763      // itemsGroupBox
     
    6773      this.toolTip.SetToolTip(this.removeButton, "Remove");
    6874      //
     75      // exportButton
     76      //
     77      this.exportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     78      this.exportButton.Location = new System.Drawing.Point(215, 4);
     79      this.exportButton.Name = "exportButton";
     80      this.exportButton.Size = new System.Drawing.Size(54, 23);
     81      this.exportButton.TabIndex = 6;
     82      this.exportButton.Text = "Export";
     83      this.exportButton.UseVisualStyleBackColor = true;
     84      this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
     85      //
    6986      // DataAnalysisSolutionView
    7087      //
    71       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7288      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    7389      this.Name = "DataAnalysisSolutionView";
     
    84100    #endregion
    85101
     102    private System.Windows.Forms.SaveFileDialog exportFileDialog;
     103    protected System.Windows.Forms.Button exportButton;
     104
    86105  }
    87106}
Note: See TracChangeset for help on using the changeset viewer.