namespace Deckungsbeitrag { partial class FormNeueAufgabe { /// /// 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(FormNeueAufgabe)); this.groupBoxNeueAufgabe = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.buttonAbbrechen = new System.Windows.Forms.Button(); this.buttonSpeichern = new System.Windows.Forms.Button(); this.textBoxBeschreibung = new System.Windows.Forms.TextBox(); this.textBoxBezeichnung = new System.Windows.Forms.TextBox(); this.groupBoxNeuerFahrer = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.dTPGueltigBis = new System.Windows.Forms.DateTimePicker(); this.textBoxSchein = new System.Windows.Forms.TextBox(); this.textBoxNachname = new System.Windows.Forms.TextBox(); this.textBoxVorname = new System.Windows.Forms.TextBox(); this.groupBoxNeueAufgabe.SuspendLayout(); this.groupBoxNeuerFahrer.SuspendLayout(); this.SuspendLayout(); // // groupBoxNeueAufgabe // this.groupBoxNeueAufgabe.Controls.Add(this.label2); this.groupBoxNeueAufgabe.Controls.Add(this.label1); this.groupBoxNeueAufgabe.Controls.Add(this.textBoxBeschreibung); this.groupBoxNeueAufgabe.Controls.Add(this.textBoxBezeichnung); this.groupBoxNeueAufgabe.Location = new System.Drawing.Point(12, 12); this.groupBoxNeueAufgabe.Name = "groupBoxNeueAufgabe"; this.groupBoxNeueAufgabe.Size = new System.Drawing.Size(652, 100); this.groupBoxNeueAufgabe.TabIndex = 28; this.groupBoxNeueAufgabe.TabStop = false; this.groupBoxNeueAufgabe.Text = "Neue Aufgabe"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(178, 29); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(95, 17); this.label2.TabIndex = 23; this.label2.Text = "Beschreibung"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(61, 17); this.label1.TabIndex = 22; this.label1.Text = "Aufgabe"; // // buttonAbbrechen // this.buttonAbbrechen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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(745, 231); this.buttonAbbrechen.Name = "buttonAbbrechen"; this.buttonAbbrechen.Size = new System.Drawing.Size(40, 40); this.buttonAbbrechen.TabIndex = 21; this.buttonAbbrechen.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.buttonAbbrechen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.buttonAbbrechen.UseVisualStyleBackColor = true; // // buttonSpeichern // this.buttonSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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(699, 232); this.buttonSpeichern.Name = "buttonSpeichern"; this.buttonSpeichern.Size = new System.Drawing.Size(40, 40); this.buttonSpeichern.TabIndex = 20; this.buttonSpeichern.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.buttonSpeichern.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.buttonSpeichern.UseVisualStyleBackColor = true; // // textBoxBeschreibung // this.textBoxBeschreibung.Location = new System.Drawing.Point(181, 49); this.textBoxBeschreibung.Name = "textBoxBeschreibung"; this.textBoxBeschreibung.Size = new System.Drawing.Size(459, 22); this.textBoxBeschreibung.TabIndex = 19; // // textBoxBezeichnung // this.textBoxBezeichnung.Location = new System.Drawing.Point(17, 49); this.textBoxBezeichnung.Name = "textBoxBezeichnung"; this.textBoxBezeichnung.Size = new System.Drawing.Size(158, 22); this.textBoxBezeichnung.TabIndex = 18; // // groupBoxNeuerFahrer // this.groupBoxNeuerFahrer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.groupBoxNeuerFahrer.Controls.Add(this.label6); this.groupBoxNeuerFahrer.Controls.Add(this.label5); this.groupBoxNeuerFahrer.Controls.Add(this.label4); this.groupBoxNeuerFahrer.Controls.Add(this.label3); this.groupBoxNeuerFahrer.Controls.Add(this.dTPGueltigBis); this.groupBoxNeuerFahrer.Controls.Add(this.textBoxSchein); this.groupBoxNeuerFahrer.Controls.Add(this.textBoxNachname); this.groupBoxNeuerFahrer.Controls.Add(this.textBoxVorname); this.groupBoxNeuerFahrer.Location = new System.Drawing.Point(12, 171); this.groupBoxNeuerFahrer.Name = "groupBoxNeuerFahrer"; this.groupBoxNeuerFahrer.Size = new System.Drawing.Size(652, 100); this.groupBoxNeuerFahrer.TabIndex = 29; this.groupBoxNeuerFahrer.TabStop = false; this.groupBoxNeuerFahrer.Text = "NeuerFahrer"; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(516, 28); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(67, 17); this.label6.TabIndex = 37; this.label6.Text = "Gültig bis"; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(284, 28); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(106, 17); this.label5.TabIndex = 36; this.label5.Text = "FührerscheinNr"; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(149, 28); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(76, 17); this.label4.TabIndex = 35; this.label4.Text = "Nachname"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(14, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 17); this.label3.TabIndex = 34; this.label3.Text = "Vorname"; // // dTPGueltigBis // this.dTPGueltigBis.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.dTPGueltigBis.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dTPGueltigBis.Location = new System.Drawing.Point(519, 48); this.dTPGueltigBis.Name = "dTPGueltigBis"; this.dTPGueltigBis.Size = new System.Drawing.Size(121, 22); this.dTPGueltigBis.TabIndex = 31; // // textBoxSchein // this.textBoxSchein.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBoxSchein.Location = new System.Drawing.Point(287, 48); this.textBoxSchein.Name = "textBoxSchein"; this.textBoxSchein.Size = new System.Drawing.Size(226, 22); this.textBoxSchein.TabIndex = 30; // // textBoxNachname // this.textBoxNachname.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBoxNachname.Location = new System.Drawing.Point(152, 48); this.textBoxNachname.Name = "textBoxNachname"; this.textBoxNachname.Size = new System.Drawing.Size(129, 22); this.textBoxNachname.TabIndex = 29; // // textBoxVorname // this.textBoxVorname.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textBoxVorname.Location = new System.Drawing.Point(17, 48); this.textBoxVorname.Name = "textBoxVorname"; this.textBoxVorname.Size = new System.Drawing.Size(129, 22); this.textBoxVorname.TabIndex = 28; // // FormNeueAufgabe // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(797, 286); this.Controls.Add(this.groupBoxNeuerFahrer); this.Controls.Add(this.groupBoxNeueAufgabe); this.Controls.Add(this.buttonAbbrechen); this.Controls.Add(this.buttonSpeichern); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormNeueAufgabe"; this.ShowInTaskbar = false; this.Text = "FormNeueAufgabe"; this.groupBoxNeueAufgabe.ResumeLayout(false); this.groupBoxNeueAufgabe.PerformLayout(); this.groupBoxNeuerFahrer.ResumeLayout(false); this.groupBoxNeuerFahrer.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBoxNeueAufgabe; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonAbbrechen; private System.Windows.Forms.Button buttonSpeichern; private System.Windows.Forms.TextBox textBoxBeschreibung; private System.Windows.Forms.TextBox textBoxBezeichnung; private System.Windows.Forms.GroupBox groupBoxNeuerFahrer; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker dTPGueltigBis; private System.Windows.Forms.TextBox textBoxSchein; private System.Windows.Forms.TextBox textBoxNachname; private System.Windows.Forms.TextBox textBoxVorname; } }