[7845] | 1 | using HeuristicLab.Visualization.ChartControlsExtensions;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
|
---|
| 4 | partial class SlidingWindowDataView {
|
---|
| 5 | /// <summary>
|
---|
| 6 | /// Required designer variable.
|
---|
| 7 | /// </summary>
|
---|
| 8 | private System.ComponentModel.IContainer components = null;
|
---|
| 9 |
|
---|
| 10 | /// <summary>
|
---|
| 11 | /// Clean up any resources being used.
|
---|
| 12 | /// </summary>
|
---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 14 | protected override void Dispose(bool disposing) {
|
---|
| 15 | if (disposing && (components != null)) {
|
---|
| 16 | components.Dispose();
|
---|
| 17 | }
|
---|
| 18 | base.Dispose(disposing);
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | #region Component Designer generated code
|
---|
| 22 |
|
---|
| 23 | /// <summary>
|
---|
| 24 | /// Required method for Designer support - do not modify
|
---|
| 25 | /// the contents of this method with the code editor.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private void InitializeComponent() {
|
---|
| 28 | this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
|
---|
| 29 | ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
---|
| 30 | this.SuspendLayout();
|
---|
| 31 | //
|
---|
| 32 | // chart
|
---|
| 33 | //
|
---|
| 34 | this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 35 | this.chart.Location = new System.Drawing.Point(0, 0);
|
---|
| 36 | this.chart.Name = "chart";
|
---|
| 37 | this.chart.Size = new System.Drawing.Size(770, 410);
|
---|
| 38 | this.chart.TabIndex = 0;
|
---|
| 39 | //
|
---|
| 40 | // SlidingWindowDataView
|
---|
| 41 | //
|
---|
| 42 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 43 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 44 | this.Controls.Add(this.chart);
|
---|
| 45 | this.Name = "SlidingWindowDataView";
|
---|
| 46 | this.Size = new System.Drawing.Size(770, 410);
|
---|
| 47 | ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
---|
| 48 | this.ResumeLayout(false);
|
---|
| 49 |
|
---|
| 50 | }
|
---|
| 51 |
|
---|
| 52 |
|
---|
| 53 | private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
|
---|
| 54 |
|
---|
| 55 | #endregion
|
---|
| 56 | }
|
---|
| 57 | }
|
---|