Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/13/08 22:44:22 (16 years ago)
Author:
dwagner
Message:

#345 First implementation of LineChart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/LineChart.Designer.cs

    r684 r754  
    2929        private void InitializeComponent()
    3030        {
    31             this.SuspendLayout();
    32             //
    33             // LineChart
    34             //
    35             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    36             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    37             this.Name = "LineChart";
    38             this.Size = new System.Drawing.Size(552, 390);
    39             this.ResumeLayout(false);
     31          this.canvasUI1 = new HeuristicLab.Visualization.CanvasUI();
     32          this.SuspendLayout();
     33          //
     34          // canvasUI1
     35          //
     36          this.canvasUI1.Location = new System.Drawing.Point(3, 3);
     37          this.canvasUI1.MouseEventListener = null;
     38          this.canvasUI1.Name = "canvasUI1";
     39          this.canvasUI1.Size = new System.Drawing.Size(546, 384);
     40          this.canvasUI1.TabIndex = 0;
     41          this.canvasUI1.Text = "canvasUI1";
     42          //
     43          // LineChart
     44          //
     45          this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     46          this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     47          this.Controls.Add(this.canvasUI1);
     48          this.Name = "LineChart";
     49          this.Size = new System.Drawing.Size(552, 390);
     50          this.ResumeLayout(false);
    4051
    4152        }
    4253
    4354        #endregion
     55
     56        private CanvasUI canvasUI1;
    4457    }
    4558}
Note: See TracChangeset for help on using the changeset viewer.