Update 20250204

This commit is contained in:
Stefan Hutter
2025-02-04 22:36:20 +01:00
parent 293b615547
commit 00eae8a837
2881 changed files with 1570876 additions and 300 deletions

59
WinSign/Sign.Designer.cs generated Normal file
View File

@@ -0,0 +1,59 @@
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;
}
}