Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/08 12:30:22 (16 years ago)
Author:
shofstad
Message:

added empty legend form (#407)

File:
1 edited

Legend:

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

    r725 r865  
    2626      this.canvasUI = new HeuristicLab.Visualization.CanvasUI();
    2727      this.label2 = new System.Windows.Forms.Label();
     28      this.legendButton = new System.Windows.Forms.Button();
    2829      this.SuspendLayout();
    2930      //
     
    3334      this.canvasUI.MouseEventListener = null;
    3435      this.canvasUI.Name = "canvasUI";
    35       this.canvasUI.Size = new System.Drawing.Size(800, 600);
     36      this.canvasUI.Size = new System.Drawing.Size(800, 571);
    3637      this.canvasUI.TabIndex = 3;
    3738      this.canvasUI.Text = "canvasUI";
     
    4748      this.label2.Text = "Canvas";
    4849      //
     50      // legendButton
     51      //
     52      this.legendButton.Location = new System.Drawing.Point(12, 606);
     53      this.legendButton.Name = "legendButton";
     54      this.legendButton.Size = new System.Drawing.Size(75, 23);
     55      this.legendButton.TabIndex = 5;
     56      this.legendButton.Text = "Legend";
     57      this.legendButton.UseVisualStyleBackColor = true;
     58      this.legendButton.Click += new System.EventHandler(this.legendButton_Click);
     59      //
    4960      // MainForm
    5061      //
     
    5263      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    5364      this.ClientSize = new System.Drawing.Size(822, 637);
     65      this.Controls.Add(this.legendButton);
    5466      this.Controls.Add(this.label2);
    5567      this.Controls.Add(this.canvasUI);
     
    6577    private HeuristicLab.Visualization.CanvasUI canvasUI;
    6678    private System.Windows.Forms.Label label2;
     79    private System.Windows.Forms.Button legendButton;
    6780  }
    6881}
Note: See TracChangeset for help on using the changeset viewer.