Update 20250117 12:30
This commit is contained in:
13
Client/Diverses/MitarbeiterProfil.Designer.cs
generated
13
Client/Diverses/MitarbeiterProfil.Designer.cs
generated
@@ -73,6 +73,7 @@
|
||||
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.GrpBoxProfile.SuspendLayout();
|
||||
this.GrpBoxDetails.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxTeam)).BeginInit();
|
||||
@@ -331,6 +332,7 @@
|
||||
//
|
||||
// GrpBoxMitarbeiter
|
||||
//
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.chkOndocMails);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.button1);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.btnLoadImage);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.label12);
|
||||
@@ -518,6 +520,16 @@
|
||||
this.lblName.TabIndex = 0;
|
||||
this.lblName.Text = "Name";
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// MitarbeiterProfil
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -595,5 +607,6 @@
|
||||
private System.Windows.Forms.Label label12;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.Label label11;
|
||||
private System.Windows.Forms.CheckBox chkOndocMails;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user