Last change
on this file since 2215 was
1964,
checked in by mstoeger, 16 years ago
|
moved the canvas and the basic types of shapes to their own namespace. #498
|
File size:
1002 bytes
|
Rev | Line | |
---|
[1964] | 1 | namespace 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)
|
---|
[635] | 14 | {
|
---|
[1964] | 15 | if (disposing && (components != null))
|
---|
| 16 | {
|
---|
| 17 | components.Dispose();
|
---|
| 18 | }
|
---|
| 19 | base.Dispose(disposing);
|
---|
| 20 | }
|
---|
[635] | 21 |
|
---|
[1964] | 22 | #region Component Designer generated code
|
---|
[635] | 23 |
|
---|
[1964] | 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);
|
---|
[635] | 35 |
|
---|
[1964] | 36 | }
|
---|
[724] | 37 |
|
---|
[1964] | 38 | #endregion
|
---|
| 39 | }
|
---|
| 40 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.