You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
2.1 KiB

namespace WinSign
{
partial class Sign
{
/// <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.components = new System.ComponentModel.Container();
this.tmrRefresh = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// tmrRefresh
//
this.tmrRefresh.Interval = 10;
this.tmrRefresh.Tick += new System.EventHandler(this.tmrRefresh_Tick);
//
// Sign
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Sign";
this.Size = new System.Drawing.Size(429, 244);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Sign_MouseDown);
this.MouseLeave += new System.EventHandler(this.Sign_MouseLeave);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Sign_MouseMove);
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Sign_MouseUp);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer tmrRefresh;
}
}