Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/17 19:15:33 (7 years ago)
Author:
jzenisek
Message:

#2719 updated databar set and view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DatastreamAnalysis/HeuristicLab.DatastreamAnalysis.Views/3.4/DataBarSetView.Designer.cs

    r14547 r14588  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.components = new System.ComponentModel.Container();
    4748      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
    4849      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
     
    5354      // chart
    5455      //
    55       this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    56                   | System.Windows.Forms.AnchorStyles.Left)
    57                   | System.Windows.Forms.AnchorStyles.Right)));
     56      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     57            | System.Windows.Forms.AnchorStyles.Left)
     58            | System.Windows.Forms.AnchorStyles.Right)));
    5859      chartArea1.Name = "ChartArea1";
    5960      this.chart.ChartAreas.Add(chartArea1);
     
    7475      // DataBarSetView
    7576      //
    76       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7777      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    7878      this.Controls.Add(this.chart);
     
    8181      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
    8282      this.ResumeLayout(false);
    83       this.PerformLayout();
     83
    8484    }
    8585    #endregion
Note: See TracChangeset for help on using the changeset viewer.