update 20250111

This commit is contained in:
Stefan Hutter
2025-01-11 18:28:18 +01:00
parent bd4598e4a8
commit 11b4f840f0
150 changed files with 3091 additions and 390 deletions

View File

@@ -268,6 +268,7 @@
//
// cbboxTeam
//
this.cbboxTeam.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbboxTeam.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
this.cbboxTeam.Location = new System.Drawing.Point(137, 97);
this.cbboxTeam.Name = "cbboxTeam";
@@ -279,6 +280,7 @@
//
// cbboxUnterschriftRechts
//
this.cbboxUnterschriftRechts.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbboxUnterschriftRechts.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
this.cbboxUnterschriftRechts.Location = new System.Drawing.Point(137, 72);
this.cbboxUnterschriftRechts.Name = "cbboxUnterschriftRechts";
@@ -290,6 +292,7 @@
//
// cbboxUnterschriftLinks
//
this.cbboxUnterschriftLinks.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbboxUnterschriftLinks.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
this.cbboxUnterschriftLinks.Location = new System.Drawing.Point(137, 47);
this.cbboxUnterschriftLinks.Name = "cbboxUnterschriftLinks";
@@ -347,7 +350,7 @@
this.GrpBoxMitarbeiter.Controls.Add(this.lblVorname);
this.GrpBoxMitarbeiter.Controls.Add(this.txtName);
this.GrpBoxMitarbeiter.Controls.Add(this.lblName);
this.GrpBoxMitarbeiter.Location = new System.Drawing.Point(5, 139);
this.GrpBoxMitarbeiter.Location = new System.Drawing.Point(5, 129);
this.GrpBoxMitarbeiter.Name = "GrpBoxMitarbeiter";
this.GrpBoxMitarbeiter.Size = new System.Drawing.Size(793, 340);
this.GrpBoxMitarbeiter.TabIndex = 3;

View File

@@ -60,11 +60,11 @@
//
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(152, 339);
this.label2.Location = new System.Drawing.Point(144, 330);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(156, 26);
this.label2.Size = new System.Drawing.Size(168, 26);
this.label2.TabIndex = 2;
this.label2.Text = "8. Januar 2025";
this.label2.Text = "12. Januar 2025";
//
// SplashScreen
//

View File

@@ -16,6 +16,7 @@ namespace OnDoc.Diverses
public SplashScreen()
{
InitializeComponent();
Application.DoEvents();
}