52 lines
1.9 KiB
C#
52 lines
1.9 KiB
C#
namespace XKRS.UI
|
|
{
|
|
partial class Canvas
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.SuspendLayout();
|
|
//
|
|
// Canvas
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Name = "Canvas";
|
|
this.Size = new System.Drawing.Size(190, 148);
|
|
this.SizeChanged += new System.EventHandler(this.Canvas_SizeChanged);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Canvas_KeyDown);
|
|
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Canvas_KeyUp);
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Canvas_MouseDown);
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Canvas_MouseMove);
|
|
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Canvas_MouseUp);
|
|
this.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.Canvas_MouseWheel);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
}
|
|
} |