Update 20250306

This commit is contained in:
Stefan Hutter
2025-03-06 17:54:57 +01:00
parent 438845a172
commit 3ad46bb5ef
48 changed files with 413 additions and 272 deletions

View File

@@ -76,6 +76,8 @@
this.txtName = new System.Windows.Forms.TextBox();
this.lblName = new System.Windows.Forms.Label();
this.GrpGetSignature = new System.Windows.Forms.GroupBox();
this.label18 = new System.Windows.Forms.Label();
this.btnSaveForUser = new System.Windows.Forms.Button();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
@@ -85,8 +87,6 @@
this.btnDeleteImage = new System.Windows.Forms.Button();
this.btnSaveSignature = new System.Windows.Forms.Button();
this.sign1 = new WinSign.Sign();
this.btnSaveForUser = new System.Windows.Forms.Button();
this.label18 = new System.Windows.Forms.Label();
this.GrpBoxProfile.SuspendLayout();
this.GrpBoxDetails.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbboxTeam)).BeginInit();
@@ -367,7 +367,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, 129);
this.GrpBoxMitarbeiter.Location = new System.Drawing.Point(5, 148);
this.GrpBoxMitarbeiter.Name = "GrpBoxMitarbeiter";
this.GrpBoxMitarbeiter.Size = new System.Drawing.Size(793, 340);
this.GrpBoxMitarbeiter.TabIndex = 3;
@@ -569,7 +569,7 @@
this.GrpGetSignature.Controls.Add(this.btnDeleteImage);
this.GrpGetSignature.Controls.Add(this.btnSaveSignature);
this.GrpGetSignature.Controls.Add(this.sign1);
this.GrpGetSignature.Location = new System.Drawing.Point(101, 99);
this.GrpGetSignature.Location = new System.Drawing.Point(72, 88);
this.GrpGetSignature.Name = "GrpGetSignature";
this.GrpGetSignature.Size = new System.Drawing.Size(644, 394);
this.GrpGetSignature.TabIndex = 21;
@@ -577,6 +577,26 @@
this.GrpGetSignature.Text = "Unterschrift erfassen";
this.GrpGetSignature.Visible = false;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label18.Location = new System.Drawing.Point(11, 60);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(130, 17);
this.label18.TabIndex = 30;
this.label18.Text = "Starten links unten.";
//
// btnSaveForUser
//
this.btnSaveForUser.Location = new System.Drawing.Point(462, 40);
this.btnSaveForUser.Name = "btnSaveForUser";
this.btnSaveForUser.Size = new System.Drawing.Size(176, 23);
this.btnSaveForUser.TabIndex = 29;
this.btnSaveForUser.Text = "Unterschrift für andere Benutzer";
this.btnSaveForUser.UseVisualStyleBackColor = true;
this.btnSaveForUser.Click += new System.EventHandler(this.btnSaveForUser_Click);
//
// label17
//
this.label17.AutoSize = true;
@@ -674,26 +694,6 @@
this.sign1.Size = new System.Drawing.Size(616, 228);
this.sign1.TabIndex = 20;
//
// btnSaveForUser
//
this.btnSaveForUser.Location = new System.Drawing.Point(462, 40);
this.btnSaveForUser.Name = "btnSaveForUser";
this.btnSaveForUser.Size = new System.Drawing.Size(176, 23);
this.btnSaveForUser.TabIndex = 29;
this.btnSaveForUser.Text = "Unterschrift für andere Benutzer";
this.btnSaveForUser.UseVisualStyleBackColor = true;
this.btnSaveForUser.Click += new System.EventHandler(this.btnSaveForUser_Click);
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label18.Location = new System.Drawing.Point(11, 60);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(130, 17);
this.label18.TabIndex = 30;
this.label18.Text = "Starten links unten.";
//
// MitarbeiterProfil
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);