Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/3.2/Drawing/CanvasUI.Designer.cs @ 1976

Last change on this file since 1976 was 1964, checked in by mstoeger, 15 years ago

moved the canvas and the basic types of shapes to their own namespace. #498

File size: 1002 bytes
Line 
1namespace HeuristicLab.Visualization.Drawing {
2  partial class CanvasUI
3  {
4    /// <summary>
5    /// Required designer variable.
6    /// </summary>
7    private System.ComponentModel.IContainer components = null;
8
9    /// <summary>
10    /// Clean up any resources being used.
11    /// </summary>
12    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
13    protected override void Dispose(bool disposing)
14    {
15      if (disposing && (components != null))
16      {
17        components.Dispose();
18      }
19      base.Dispose(disposing);
20    }
21
22    #region Component Designer generated code
23
24    /// <summary>
25    /// Required method for Designer support - do not modify
26    /// the contents of this method with the code editor.
27    /// </summary>
28    private void InitializeComponent()
29    {
30      this.SuspendLayout();
31      //
32      // CanvasUI
33      //
34      this.ResumeLayout(false);
35
36    }
37
38    #endregion
39  }
40}
Note: See TracBrowser for help on using the repository browser.