Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/09/08 14:54:41 (15 years ago)
Author:
bspisic
Message:

#319

Class MouseEventListener added
In CanvasUI surrounded the Draw method with try/catch to prevent exceptions in UI-Designer

File:
1 edited

Legend:

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

    r636 r724  
    3131      //
    3232      this.canvasUI.Location = new System.Drawing.Point(12, 29);
     33      this.canvasUI.MouseEventListener = null;
    3334      this.canvasUI.Name = "canvasUI";
    3435      this.canvasUI.Size = new System.Drawing.Size(800, 600);
     
    4546      this.label2.Text = "Canvas";
    4647      //
    47       // Form1
     48      // MainForm
    4849      //
    4950      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    5253      this.Controls.Add(this.label2);
    5354      this.Controls.Add(this.canvasUI);
    54       this.Name = "Form1";
     55      this.Name = "MainForm";
    5556      this.Text = "Form1";
    5657      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.