update 20250501

This commit is contained in:
Stefan Hutter
2025-05-01 09:50:49 +02:00
parent eb5c908f0c
commit c7a4e24e3f
160 changed files with 1339 additions and 400 deletions

View File

@@ -60,11 +60,12 @@
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(150, 330);
this.label2.Location = new System.Drawing.Point(161, 330);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(146, 26);
this.label2.Size = new System.Drawing.Size(125, 26);
this.label2.TabIndex = 2;
this.label2.Text = "23. April 2025";
this.label2.Text = "1. Mai 2025";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// SplashScreen
//

View File

@@ -36,5 +36,10 @@ namespace OnDoc.Diverses
tmr.Stop();
this.Hide();
}
private void label2_Click(object sender, EventArgs e)
{
}
}
}