Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/13/17 12:55:06 (7 years ago)
Author:
abeham
Message:

#2701: Updated branch to trunk

Location:
branches/MemPRAlgorithm
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/MemPRAlgorithm

  • branches/MemPRAlgorithm/HeuristicLab.Analysis.Views

  • branches/MemPRAlgorithm/HeuristicLab.Analysis.Views/3.3/DataTableView.Designer.cs

    r14185 r14562  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
    48       System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
    49       System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
    50       System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
    51       this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
     47      this.chart = new HeuristicLab.Analysis.Views.DataTableControl();
    5248      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    53       ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
    5449      this.SuspendLayout();
    5550      //
     
    7065                  | System.Windows.Forms.AnchorStyles.Left)
    7166                  | System.Windows.Forms.AnchorStyles.Right)));
    72       this.chart.BorderlineColor = System.Drawing.Color.Black;
    73       this.chart.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
    74       chartArea1.AxisX.Minimum = 0D;
    75       chartArea1.CursorX.IsUserEnabled = true;
    76       chartArea1.CursorX.IsUserSelectionEnabled = true;
    77       chartArea1.CursorY.IsUserEnabled = true;
    78       chartArea1.CursorY.IsUserSelectionEnabled = true;
    79       chartArea1.Name = "Default";
    80       this.chart.ChartAreas.Add(chartArea1);
    81       legend1.Alignment = System.Drawing.StringAlignment.Center;
    82       legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
    83       legend1.Name = "Default";
    84       this.chart.Legends.Add(legend1);
    8567      this.chart.Location = new System.Drawing.Point(0, 26);
    8668      this.chart.Name = "chart";
    87       series1.ChartArea = "Default";
    88       series1.Legend = "Default";
    89       series1.Name = "Default";
    90       this.chart.Series.Add(series1);
    9169      this.chart.Size = new System.Drawing.Size(359, 248);
    9270      this.chart.TabIndex = 3;
    9371      this.chart.Text = "chart";
    94       title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    95       title1.Name = "Default";
    96       title1.Text = "Title";
    97       this.chart.Titles.Add(title1);
    98       this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
    99       this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
    100       this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
    10172      //
    10273      // DataTableView
     
    11283      this.Controls.SetChildIndex(this.nameTextBox, 0);
    11384      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    114       ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
    11585      this.ResumeLayout(false);
    11686      this.PerformLayout();
    117 
    11887    }
    11988
    12089    #endregion
    12190
    122     protected HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
    123 
     91    protected HeuristicLab.Analysis.Views.DataTableControl chart;
    12492  }
    12593}
Note: See TracChangeset for help on using the changeset viewer.