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

View File

@@ -54,6 +54,11 @@
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.GrpBoxMitarbeiter = new System.Windows.Forms.GroupBox();
this.GrpGetSignature = new System.Windows.Forms.GroupBox();
this.btnDeleteImage = new System.Windows.Forms.Button();
this.btnSaveSignature = new System.Windows.Forms.Button();
this.sign1 = new WinSign.Sign();
this.chkOndocMails = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.btnLoadImage = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
@@ -73,13 +78,17 @@
this.lblVorname = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.lblName = new System.Windows.Forms.Label();
this.chkOndocMails = new System.Windows.Forms.CheckBox();
this.button2 = new System.Windows.Forms.Button();
this.GetSignatureAbort = new System.Windows.Forms.Button();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.GrpBoxProfile.SuspendLayout();
this.GrpBoxDetails.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbboxTeam)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxUnterschriftRechts)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxUnterschriftLinks)).BeginInit();
this.GrpBoxMitarbeiter.SuspendLayout();
this.GrpGetSignature.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
@@ -332,6 +341,7 @@
//
// GrpBoxMitarbeiter
//
this.GrpBoxMitarbeiter.Controls.Add(this.button2);
this.GrpBoxMitarbeiter.Controls.Add(this.chkOndocMails);
this.GrpBoxMitarbeiter.Controls.Add(this.button1);
this.GrpBoxMitarbeiter.Controls.Add(this.btnLoadImage);
@@ -358,6 +368,67 @@
this.GrpBoxMitarbeiter.TabIndex = 3;
this.GrpBoxMitarbeiter.TabStop = false;
//
// GrpGetSignature
//
this.GrpGetSignature.BackColor = System.Drawing.Color.Gainsboro;
this.GrpGetSignature.Controls.Add(this.label14);
this.GrpGetSignature.Controls.Add(this.label13);
this.GrpGetSignature.Controls.Add(this.GetSignatureAbort);
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.Name = "GrpGetSignature";
this.GrpGetSignature.Size = new System.Drawing.Size(644, 364);
this.GrpGetSignature.TabIndex = 21;
this.GrpGetSignature.TabStop = false;
this.GrpGetSignature.Text = "Unterschrift erfassen";
this.GrpGetSignature.Visible = false;
//
// btnDeleteImage
//
this.btnDeleteImage.Location = new System.Drawing.Point(11, 327);
this.btnDeleteImage.Name = "btnDeleteImage";
this.btnDeleteImage.Size = new System.Drawing.Size(103, 23);
this.btnDeleteImage.TabIndex = 22;
this.btnDeleteImage.Text = "Bild löschen";
this.btnDeleteImage.UseVisualStyleBackColor = true;
this.btnDeleteImage.Click += new System.EventHandler(this.btnDeleteImage_Click);
//
// btnSaveSignature
//
this.btnSaveSignature.Location = new System.Drawing.Point(498, 327);
this.btnSaveSignature.Name = "btnSaveSignature";
this.btnSaveSignature.Size = new System.Drawing.Size(129, 23);
this.btnSaveSignature.TabIndex = 21;
this.btnSaveSignature.Text = "Unterschrift speichern";
this.btnSaveSignature.UseVisualStyleBackColor = true;
this.btnSaveSignature.Click += new System.EventHandler(this.btnSaveSignature_Click);
//
// sign1
//
this.sign1.BackColor = System.Drawing.Color.White;
this.sign1.BackgroundImageBitmap = null;
this.sign1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sign1.FileFormat = System.Drawing.Imaging.ImageFormat.Bmp;
this.sign1.Location = new System.Drawing.Point(11, 93);
this.sign1.Name = "sign1";
this.sign1.PenColor = System.Drawing.Color.Black;
this.sign1.PenWidth = 4;
this.sign1.RequiredPoints = 20;
this.sign1.Size = new System.Drawing.Size(616, 228);
this.sign1.TabIndex = 20;
//
// chkOndocMails
//
this.chkOndocMails.AutoSize = true;
this.chkOndocMails.Location = new System.Drawing.Point(29, 257);
this.chkOndocMails.Name = "chkOndocMails";
this.chkOndocMails.Size = new System.Drawing.Size(128, 17);
this.chkOndocMails.TabIndex = 19;
this.chkOndocMails.Text = "OnDoc-Mails erhalten";
this.chkOndocMails.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(628, 208);
@@ -520,21 +591,52 @@
this.lblName.TabIndex = 0;
this.lblName.Text = "Name";
//
// chkOndocMails
// button2
//
this.chkOndocMails.AutoSize = true;
this.chkOndocMails.Location = new System.Drawing.Point(29, 257);
this.chkOndocMails.Name = "chkOndocMails";
this.chkOndocMails.Size = new System.Drawing.Size(128, 17);
this.chkOndocMails.TabIndex = 19;
this.chkOndocMails.Text = "OnDoc-Mails erhalten";
this.chkOndocMails.UseVisualStyleBackColor = true;
this.button2.Location = new System.Drawing.Point(386, 208);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(147, 23);
this.button2.TabIndex = 22;
this.button2.Text = "Unterschrift erfassen";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// GetSignatureAbort
//
this.GetSignatureAbort.Location = new System.Drawing.Point(524, 19);
this.GetSignatureAbort.Name = "GetSignatureAbort";
this.GetSignatureAbort.Size = new System.Drawing.Size(103, 23);
this.GetSignatureAbort.TabIndex = 23;
this.GetSignatureAbort.Text = "Abbrechen";
this.GetSignatureAbort.UseVisualStyleBackColor = true;
this.GetSignatureAbort.Click += new System.EventHandler(this.button3_Click);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label13.Location = new System.Drawing.Point(11, 31);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(198, 17);
this.label13.TabIndex = 24;
this.label13.Text = "Unterschrift mit Stift erfassen. ";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.Location = new System.Drawing.Point(11, 53);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(400, 17);
this.label14.TabIndex = 25;
this.label14.Text = "Bitte möglichst den gesamten Paltz des Eingabefeldes nutzen.";
//
// MitarbeiterProfil
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 498);
this.Controls.Add(this.GrpGetSignature);
this.Controls.Add(this.GrpBoxMitarbeiter);
this.Controls.Add(this.GrpBoxDetails);
this.Controls.Add(this.GrpBoxProfile);
@@ -556,6 +658,8 @@
((System.ComponentModel.ISupportInitialize)(this.cbboxUnterschriftLinks)).EndInit();
this.GrpBoxMitarbeiter.ResumeLayout(false);
this.GrpBoxMitarbeiter.PerformLayout();
this.GrpGetSignature.ResumeLayout(false);
this.GrpGetSignature.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
@@ -608,5 +712,13 @@
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.CheckBox chkOndocMails;
private WinSign.Sign sign1;
private System.Windows.Forms.GroupBox GrpGetSignature;
private System.Windows.Forms.Button btnDeleteImage;
private System.Windows.Forms.Button btnSaveSignature;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button GetSignatureAbort;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
}
}