namespace Deckungsbeitrag.AA_Forms { partial class FormNeuerBenutzer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNeuerBenutzer)); this.labelVorname = new System.Windows.Forms.Label(); this.textBoxVorname = new System.Windows.Forms.TextBox(); this.comboBoxRolle = new System.Windows.Forms.ComboBox(); this.labelNachname = new System.Windows.Forms.Label(); this.labelBenutzername = new System.Windows.Forms.Label(); this.textBoxNachname = new System.Windows.Forms.TextBox(); this.textBoxBenutzername = new System.Windows.Forms.TextBox(); this.labelRolle = new System.Windows.Forms.Label(); this.labelFuehrerschein = new System.Windows.Forms.Label(); this.textBoxFuehrerschein = new System.Windows.Forms.TextBox(); this.dateTimePickerFSGueltig = new System.Windows.Forms.DateTimePicker(); this.labelFSGueltig = new System.Windows.Forms.Label(); this.groupBoxFuehrerschein = new System.Windows.Forms.GroupBox(); this.buttonAbbrechen = new System.Windows.Forms.Button(); this.buttonSpeichern = new System.Windows.Forms.Button(); this.groupBoxFuehrerschein.SuspendLayout(); this.SuspendLayout(); // // labelVorname // this.labelVorname.AutoSize = true; this.labelVorname.CausesValidation = false; this.labelVorname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelVorname.ForeColor = System.Drawing.Color.White; this.labelVorname.Location = new System.Drawing.Point(12, 9); this.labelVorname.Name = "labelVorname"; this.labelVorname.Size = new System.Drawing.Size(74, 20); this.labelVorname.TabIndex = 0; this.labelVorname.Text = "Vorname"; // // textBoxVorname // this.textBoxVorname.CausesValidation = false; this.textBoxVorname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxVorname.Location = new System.Drawing.Point(16, 32); this.textBoxVorname.Name = "textBoxVorname"; this.textBoxVorname.Size = new System.Drawing.Size(150, 26); this.textBoxVorname.TabIndex = 0; this.textBoxVorname.Leave += new System.EventHandler(this.textBoxVorname_Leave); // // comboBoxRolle // this.comboBoxRolle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxRolle.FormattingEnabled = true; this.comboBoxRolle.Location = new System.Drawing.Point(16, 165); this.comboBoxRolle.Name = "comboBoxRolle"; this.comboBoxRolle.Size = new System.Drawing.Size(306, 28); this.comboBoxRolle.TabIndex = 3; this.comboBoxRolle.DropDown += new System.EventHandler(this.comboBoxRolle_DropDown); this.comboBoxRolle.SelectedValueChanged += new System.EventHandler(this.comboBoxRolle_SelectedValueChanged); this.comboBoxRolle.Leave += new System.EventHandler(this.comboBoxRolle_Leave); this.comboBoxRolle.Validating += new System.ComponentModel.CancelEventHandler(this.comboBoxRolle_Validating); // // labelNachname // this.labelNachname.AutoSize = true; this.labelNachname.CausesValidation = false; this.labelNachname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelNachname.ForeColor = System.Drawing.Color.White; this.labelNachname.Location = new System.Drawing.Point(168, 9); this.labelNachname.Name = "labelNachname"; this.labelNachname.Size = new System.Drawing.Size(86, 20); this.labelNachname.TabIndex = 5; this.labelNachname.Text = "Nachname"; // // labelBenutzername // this.labelBenutzername.AutoSize = true; this.labelBenutzername.CausesValidation = false; this.labelBenutzername.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelBenutzername.ForeColor = System.Drawing.Color.White; this.labelBenutzername.Location = new System.Drawing.Point(12, 73); this.labelBenutzername.Name = "labelBenutzername"; this.labelBenutzername.Size = new System.Drawing.Size(114, 20); this.labelBenutzername.TabIndex = 6; this.labelBenutzername.Text = "Benutzername"; // // textBoxNachname // this.textBoxNachname.CausesValidation = false; this.textBoxNachname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxNachname.Location = new System.Drawing.Point(172, 32); this.textBoxNachname.Name = "textBoxNachname"; this.textBoxNachname.Size = new System.Drawing.Size(150, 26); this.textBoxNachname.TabIndex = 1; this.textBoxNachname.Leave += new System.EventHandler(this.textBoxNachname_Leave); // // textBoxBenutzername // this.textBoxBenutzername.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower; this.textBoxBenutzername.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxBenutzername.Location = new System.Drawing.Point(16, 96); this.textBoxBenutzername.Name = "textBoxBenutzername"; this.textBoxBenutzername.Size = new System.Drawing.Size(306, 26); this.textBoxBenutzername.TabIndex = 2; this.textBoxBenutzername.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxBenutzername_Validating); // // labelRolle // this.labelRolle.AutoSize = true; this.labelRolle.CausesValidation = false; this.labelRolle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelRolle.ForeColor = System.Drawing.Color.White; this.labelRolle.Location = new System.Drawing.Point(12, 142); this.labelRolle.Name = "labelRolle"; this.labelRolle.Size = new System.Drawing.Size(106, 20); this.labelRolle.TabIndex = 9; this.labelRolle.Text = "Rolle/Bosition"; // // labelFuehrerschein // this.labelFuehrerschein.AutoSize = true; this.labelFuehrerschein.CausesValidation = false; this.labelFuehrerschein.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelFuehrerschein.ForeColor = System.Drawing.Color.White; this.labelFuehrerschein.Location = new System.Drawing.Point(4, 16); this.labelFuehrerschein.Name = "labelFuehrerschein"; this.labelFuehrerschein.Size = new System.Drawing.Size(102, 20); this.labelFuehrerschein.TabIndex = 10; this.labelFuehrerschein.Text = "Führerschein"; // // textBoxFuehrerschein // this.textBoxFuehrerschein.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxFuehrerschein.Location = new System.Drawing.Point(8, 39); this.textBoxFuehrerschein.Name = "textBoxFuehrerschein"; this.textBoxFuehrerschein.Size = new System.Drawing.Size(292, 26); this.textBoxFuehrerschein.TabIndex = 11; this.textBoxFuehrerschein.Leave += new System.EventHandler(this.textBoxFuehrerschein_Leave); this.textBoxFuehrerschein.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxFuehrerschein_Validating); // // dateTimePickerFSGueltig // this.dateTimePickerFSGueltig.CausesValidation = false; this.dateTimePickerFSGueltig.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dateTimePickerFSGueltig.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dateTimePickerFSGueltig.Location = new System.Drawing.Point(8, 105); this.dateTimePickerFSGueltig.Name = "dateTimePickerFSGueltig"; this.dateTimePickerFSGueltig.Size = new System.Drawing.Size(127, 26); this.dateTimePickerFSGueltig.TabIndex = 12; this.dateTimePickerFSGueltig.Leave += new System.EventHandler(this.dateTimePickerFSGueltig_Leave); // // labelFSGueltig // this.labelFSGueltig.AutoSize = true; this.labelFSGueltig.CausesValidation = false; this.labelFSGueltig.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelFSGueltig.ForeColor = System.Drawing.Color.White; this.labelFSGueltig.Location = new System.Drawing.Point(6, 82); this.labelFSGueltig.Name = "labelFSGueltig"; this.labelFSGueltig.Size = new System.Drawing.Size(75, 20); this.labelFSGueltig.TabIndex = 13; this.labelFSGueltig.Text = "Gültig bis"; // // groupBoxFuehrerschein // this.groupBoxFuehrerschein.Controls.Add(this.labelFuehrerschein); this.groupBoxFuehrerschein.Controls.Add(this.labelFSGueltig); this.groupBoxFuehrerschein.Controls.Add(this.dateTimePickerFSGueltig); this.groupBoxFuehrerschein.Controls.Add(this.textBoxFuehrerschein); this.groupBoxFuehrerschein.Enabled = false; this.groupBoxFuehrerschein.ForeColor = System.Drawing.Color.White; this.groupBoxFuehrerschein.Location = new System.Drawing.Point(16, 209); this.groupBoxFuehrerschein.Name = "groupBoxFuehrerschein"; this.groupBoxFuehrerschein.Size = new System.Drawing.Size(306, 137); this.groupBoxFuehrerschein.TabIndex = 14; this.groupBoxFuehrerschein.TabStop = false; this.groupBoxFuehrerschein.Visible = false; this.groupBoxFuehrerschein.Validating += new System.ComponentModel.CancelEventHandler(this.groupBoxFuehrerschein_Validating); // // buttonAbbrechen // this.buttonAbbrechen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonAbbrechen.BackColor = System.Drawing.Color.Red; this.buttonAbbrechen.CausesValidation = false; this.buttonAbbrechen.FlatAppearance.BorderColor = System.Drawing.Color.Red; this.buttonAbbrechen.FlatAppearance.BorderSize = 0; this.buttonAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonAbbrechen.Image = ((System.Drawing.Image)(resources.GetObject("buttonAbbrechen.Image"))); this.buttonAbbrechen.Location = new System.Drawing.Point(281, 210); this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(2); this.buttonAbbrechen.Name = "buttonAbbrechen"; this.buttonAbbrechen.Size = new System.Drawing.Size(41, 41); this.buttonAbbrechen.TabIndex = 5; this.buttonAbbrechen.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.buttonAbbrechen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.buttonAbbrechen.UseVisualStyleBackColor = false; this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click); // // buttonSpeichern // this.buttonSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonSpeichern.BackColor = System.Drawing.Color.Gray; this.buttonSpeichern.CausesValidation = false; this.buttonSpeichern.Enabled = false; this.buttonSpeichern.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.buttonSpeichern.FlatAppearance.BorderSize = 0; this.buttonSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonSpeichern.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonSpeichern.Image = ((System.Drawing.Image)(resources.GetObject("buttonSpeichern.Image"))); this.buttonSpeichern.Location = new System.Drawing.Point(16, 210); this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(2); this.buttonSpeichern.Name = "buttonSpeichern"; this.buttonSpeichern.Size = new System.Drawing.Size(41, 41); this.buttonSpeichern.TabIndex = 4; this.buttonSpeichern.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.buttonSpeichern.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.buttonSpeichern.UseVisualStyleBackColor = false; this.buttonSpeichern.Click += new System.EventHandler(this.buttonSpeichern_Click); // // FormNeuerBenutzer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.ClientSize = new System.Drawing.Size(339, 261); this.Controls.Add(this.buttonAbbrechen); this.Controls.Add(this.buttonSpeichern); this.Controls.Add(this.groupBoxFuehrerschein); this.Controls.Add(this.labelRolle); this.Controls.Add(this.textBoxBenutzername); this.Controls.Add(this.textBoxNachname); this.Controls.Add(this.labelBenutzername); this.Controls.Add(this.labelNachname); this.Controls.Add(this.comboBoxRolle); this.Controls.Add(this.textBoxVorname); this.Controls.Add(this.labelVorname); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormNeuerBenutzer"; this.Text = "NEUER BENUTZER"; this.Load += new System.EventHandler(this.FormNeuerBenutzer_Load); this.groupBoxFuehrerschein.ResumeLayout(false); this.groupBoxFuehrerschein.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelVorname; private System.Windows.Forms.TextBox textBoxVorname; private System.Windows.Forms.ComboBox comboBoxRolle; private System.Windows.Forms.Label labelNachname; private System.Windows.Forms.Label labelBenutzername; private System.Windows.Forms.TextBox textBoxNachname; private System.Windows.Forms.TextBox textBoxBenutzername; private System.Windows.Forms.Label labelRolle; private System.Windows.Forms.Label labelFuehrerschein; private System.Windows.Forms.TextBox textBoxFuehrerschein; private System.Windows.Forms.DateTimePicker dateTimePickerFSGueltig; private System.Windows.Forms.Label labelFSGueltig; private System.Windows.Forms.GroupBox groupBoxFuehrerschein; private System.Windows.Forms.Button buttonAbbrechen; private System.Windows.Forms.Button buttonSpeichern; } }