Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CEDMA-Refactoring-Ticket419/HeuristicLab.Visualization/LineChart.Designer.cs @ 1075

Last change on this file since 1075 was 869, checked in by mstoeger, 16 years ago

Adjustments on LineChart for new interface. #345

File size: 1.9 KB
Line 
1namespace HeuristicLab.Visualization
2{
3    partial class LineChart
4    {
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        {
16            if (disposing && (components != null))
17            {
18                components.Dispose();
19            }
20            base.Dispose(disposing);
21        }
22
23        #region Component Designer generated code
24
25        /// <summary>
26        /// Required method for Designer support - do not modify
27        /// the contents of this method with the code editor.
28        /// </summary>
29        private void InitializeComponent()
30        {
31          this.canvasUI1 = new HeuristicLab.Visualization.CanvasUI();
32          this.SuspendLayout();
33          //
34          // canvasUI1
35          //
36          this.canvasUI1.Dock = System.Windows.Forms.DockStyle.Fill;
37          this.canvasUI1.Location = new System.Drawing.Point(0, 0);
38          this.canvasUI1.MouseEventListener = null;
39          this.canvasUI1.Name = "canvasUI1";
40          this.canvasUI1.Size = new System.Drawing.Size(552, 390);
41          this.canvasUI1.TabIndex = 0;
42          this.canvasUI1.Text = "canvasUI1";
43          //
44          // LineChart
45          //
46          this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
47          this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
48          this.Controls.Add(this.canvasUI1);
49          this.Name = "LineChart";
50          this.Size = new System.Drawing.Size(552, 390);
51          this.ResumeLayout(false);
52
53        }
54
55        #endregion
56
57        private CanvasUI canvasUI1;
58    }
59}
Note: See TracBrowser for help on using the repository browser.