1287 lines
82 KiB
C#
1287 lines
82 KiB
C#
|
|
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormMain
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Windows Form-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
|
|
this.toolStripMenu = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripBeenden = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripZaehlscheine = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripDB = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBKosten = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBFahrerAuftrag = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBWaschverlauf = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButtonImport = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBExpeditDrucken = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBEinstellung = new System.Windows.Forms.ToolStripButton();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.statusStripUser = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.statusStripSortiment = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.statusStripDatum = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.buttonNeueAufgabe = new System.Windows.Forms.Button();
|
|
this.buttonNeuerAuftrag = new System.Windows.Forms.Button();
|
|
this.panelMain = new System.Windows.Forms.Panel();
|
|
this.groupBoxNeueAufgabe = new System.Windows.Forms.GroupBox();
|
|
this.buttonFarbe = new System.Windows.Forms.Button();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.buttonAbbrechenAufgabe = new System.Windows.Forms.Button();
|
|
this.comboBoxAufgabeKat = new System.Windows.Forms.ComboBox();
|
|
this.buttonSpeichernAufgabe = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBoxBeschreibung = new System.Windows.Forms.TextBox();
|
|
this.textBoxBezeichnung = new System.Windows.Forms.TextBox();
|
|
this.groupBoxMaschine = new System.Windows.Forms.GroupBox();
|
|
this.listViewMaschine = new System.Windows.Forms.ListView();
|
|
this.numUpDownFaecher = new System.Windows.Forms.NumericUpDown();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.textBoxMaschBezeich = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.buttonMaAbbrechen = new System.Windows.Forms.Button();
|
|
this.buttonMaSpeichern = new System.Windows.Forms.Button();
|
|
this.groupBoxWPr = new System.Windows.Forms.GroupBox();
|
|
this.listViewProg = new System.Windows.Forms.ListView();
|
|
this.numericUpDownWPr = new System.Windows.Forms.NumericUpDown();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.textBoxWPrBezeichnung = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.buttonWPrAbbrechen = new System.Windows.Forms.Button();
|
|
this.buttonWPrSpeichern = new System.Windows.Forms.Button();
|
|
this.pictureBoxBenutzerClose = new System.Windows.Forms.PictureBox();
|
|
this.groupBoxBenutzer = new System.Windows.Forms.GroupBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.comboBoxRolle = new System.Windows.Forms.ComboBox();
|
|
this.checkBoxAktiv = new System.Windows.Forms.CheckBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.textBoxBenutzername = new System.Windows.Forms.TextBox();
|
|
this.buttonAbbrechen = new System.Windows.Forms.Button();
|
|
this.buttonSpeichernFahrer = new System.Windows.Forms.Button();
|
|
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.listView1 = new System.Windows.Forms.ListView();
|
|
this.buttonNeueMaschine = new System.Windows.Forms.Button();
|
|
this.buttonBenutzerverwaltung = new System.Windows.Forms.Button();
|
|
this.buttonNeuerBenutzer = new System.Windows.Forms.Button();
|
|
this.flowPanelButtons = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.buttonAufgabenverwaltung = new System.Windows.Forms.Button();
|
|
this.buttonWPr = new System.Windows.Forms.Button();
|
|
this.toolStripMenu.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.panelMain.SuspendLayout();
|
|
this.groupBoxNeueAufgabe.SuspendLayout();
|
|
this.groupBoxMaschine.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numUpDownFaecher)).BeginInit();
|
|
this.groupBoxWPr.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownWPr)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxBenutzerClose)).BeginInit();
|
|
this.groupBoxBenutzer.SuspendLayout();
|
|
this.flowPanelButtons.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStripMenu
|
|
//
|
|
this.toolStripMenu.AutoSize = false;
|
|
this.toolStripMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.toolStripMenu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.toolStripMenu.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.toolStripMenu.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.toolStripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripBeenden,
|
|
this.toolStripZaehlscheine,
|
|
this.toolStripDB,
|
|
this.tSBKosten,
|
|
this.tSBFahrerAuftrag,
|
|
this.toolStripButton1,
|
|
this.tSBWaschverlauf,
|
|
this.toolStripButtonImport,
|
|
this.tSBExpeditDrucken,
|
|
this.tSBEinstellung});
|
|
this.toolStripMenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
|
|
this.toolStripMenu.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStripMenu.Name = "toolStripMenu";
|
|
this.toolStripMenu.Size = new System.Drawing.Size(150, 689);
|
|
this.toolStripMenu.TabIndex = 0;
|
|
this.toolStripMenu.Text = "toolStripMenu";
|
|
//
|
|
// toolStripBeenden
|
|
//
|
|
this.toolStripBeenden.AutoSize = false;
|
|
this.toolStripBeenden.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.toolStripBeenden.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripBeenden.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.toolStripBeenden.ForeColor = System.Drawing.Color.White;
|
|
this.toolStripBeenden.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBeenden.Image")));
|
|
this.toolStripBeenden.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripBeenden.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.toolStripBeenden.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripBeenden.Name = "toolStripBeenden";
|
|
this.toolStripBeenden.Size = new System.Drawing.Size(180, 40);
|
|
this.toolStripBeenden.Text = "BEENDEN";
|
|
this.toolStripBeenden.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripBeenden.Click += new System.EventHandler(this.toolStripBeenden_Click);
|
|
this.toolStripBeenden.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.toolStripBeenden.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.toolStripBeenden.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// toolStripZaehlscheine
|
|
//
|
|
this.toolStripZaehlscheine.AutoSize = false;
|
|
this.toolStripZaehlscheine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.toolStripZaehlscheine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripZaehlscheine.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.toolStripZaehlscheine.ForeColor = System.Drawing.Color.White;
|
|
this.toolStripZaehlscheine.Image = ((System.Drawing.Image)(resources.GetObject("toolStripZaehlscheine.Image")));
|
|
this.toolStripZaehlscheine.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripZaehlscheine.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.toolStripZaehlscheine.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripZaehlscheine.Name = "toolStripZaehlscheine";
|
|
this.toolStripZaehlscheine.Size = new System.Drawing.Size(180, 40);
|
|
this.toolStripZaehlscheine.Text = "KUNDE (ZÄHLSCHEIN)";
|
|
this.toolStripZaehlscheine.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripZaehlscheine.Click += new System.EventHandler(this.toolStripZaehlscheine_Click);
|
|
this.toolStripZaehlscheine.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.toolStripZaehlscheine.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.toolStripZaehlscheine.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// toolStripDB
|
|
//
|
|
this.toolStripDB.AutoSize = false;
|
|
this.toolStripDB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.toolStripDB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripDB.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.toolStripDB.ForeColor = System.Drawing.Color.White;
|
|
this.toolStripDB.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDB.Image")));
|
|
this.toolStripDB.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripDB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.toolStripDB.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripDB.Name = "toolStripDB";
|
|
this.toolStripDB.Size = new System.Drawing.Size(180, 40);
|
|
this.toolStripDB.Text = "DECKUNGSBEITRAG";
|
|
this.toolStripDB.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripDB.Click += new System.EventHandler(this.toolStripDB_Click);
|
|
this.toolStripDB.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.toolStripDB.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.toolStripDB.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// tSBKosten
|
|
//
|
|
this.tSBKosten.AutoSize = false;
|
|
this.tSBKosten.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBKosten.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBKosten.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBKosten.ForeColor = System.Drawing.Color.White;
|
|
this.tSBKosten.Image = ((System.Drawing.Image)(resources.GetObject("tSBKosten.Image")));
|
|
this.tSBKosten.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBKosten.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBKosten.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBKosten.Name = "tSBKosten";
|
|
this.tSBKosten.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBKosten.Text = "KOSTENLISTE";
|
|
this.tSBKosten.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBKosten.Click += new System.EventHandler(this.tSBKosten_Click);
|
|
this.tSBKosten.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.tSBKosten.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.tSBKosten.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// tSBFahrerAuftrag
|
|
//
|
|
this.tSBFahrerAuftrag.AutoSize = false;
|
|
this.tSBFahrerAuftrag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBFahrerAuftrag.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBFahrerAuftrag.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBFahrerAuftrag.ForeColor = System.Drawing.Color.White;
|
|
this.tSBFahrerAuftrag.Image = ((System.Drawing.Image)(resources.GetObject("tSBFahrerAuftrag.Image")));
|
|
this.tSBFahrerAuftrag.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBFahrerAuftrag.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBFahrerAuftrag.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBFahrerAuftrag.Name = "tSBFahrerAuftrag";
|
|
this.tSBFahrerAuftrag.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBFahrerAuftrag.Text = "FAHRER-SCREEN";
|
|
this.tSBFahrerAuftrag.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBFahrerAuftrag.Click += new System.EventHandler(this.tSBFahrerAuftrag_Click);
|
|
this.tSBFahrerAuftrag.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.tSBFahrerAuftrag.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.tSBFahrerAuftrag.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.toolStripButton1.AutoSize = false;
|
|
this.toolStripButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.BackgroundImage")));
|
|
this.toolStripButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton1.Enabled = false;
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
this.toolStripButton1.Size = new System.Drawing.Size(180, 70);
|
|
this.toolStripButton1.Text = "toolStripButton1";
|
|
//
|
|
// tSBWaschverlauf
|
|
//
|
|
this.tSBWaschverlauf.AutoSize = false;
|
|
this.tSBWaschverlauf.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBWaschverlauf.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBWaschverlauf.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBWaschverlauf.ForeColor = System.Drawing.Color.White;
|
|
this.tSBWaschverlauf.Image = ((System.Drawing.Image)(resources.GetObject("tSBWaschverlauf.Image")));
|
|
this.tSBWaschverlauf.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBWaschverlauf.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBWaschverlauf.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBWaschverlauf.Name = "tSBWaschverlauf";
|
|
this.tSBWaschverlauf.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBWaschverlauf.Text = "WASCHVERLAUF";
|
|
this.tSBWaschverlauf.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBWaschverlauf.Click += new System.EventHandler(this.tSBWaschverlauf_Click);
|
|
this.tSBWaschverlauf.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.tSBWaschverlauf.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.tSBWaschverlauf.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// toolStripButtonImport
|
|
//
|
|
this.toolStripButtonImport.AutoSize = false;
|
|
this.toolStripButtonImport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.toolStripButtonImport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripButtonImport.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.toolStripButtonImport.ForeColor = System.Drawing.Color.White;
|
|
this.toolStripButtonImport.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonImport.Image")));
|
|
this.toolStripButtonImport.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripButtonImport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.toolStripButtonImport.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButtonImport.Name = "toolStripButtonImport";
|
|
this.toolStripButtonImport.Size = new System.Drawing.Size(180, 40);
|
|
this.toolStripButtonImport.Text = "IMPORT";
|
|
this.toolStripButtonImport.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripButtonImport.Click += new System.EventHandler(this.toolStripButtonImport_Click);
|
|
this.toolStripButtonImport.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.toolStripButtonImport.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.toolStripButtonImport.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// tSBExpeditDrucken
|
|
//
|
|
this.tSBExpeditDrucken.AutoSize = false;
|
|
this.tSBExpeditDrucken.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBExpeditDrucken.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBExpeditDrucken.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBExpeditDrucken.ForeColor = System.Drawing.Color.White;
|
|
this.tSBExpeditDrucken.Image = ((System.Drawing.Image)(resources.GetObject("tSBExpeditDrucken.Image")));
|
|
this.tSBExpeditDrucken.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBExpeditDrucken.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBExpeditDrucken.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBExpeditDrucken.Name = "tSBExpeditDrucken";
|
|
this.tSBExpeditDrucken.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBExpeditDrucken.Text = "EXPEDIT";
|
|
this.tSBExpeditDrucken.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBExpeditDrucken.Click += new System.EventHandler(this.tSBExpedit_Click);
|
|
this.tSBExpeditDrucken.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.tSBExpeditDrucken.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.tSBExpeditDrucken.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// tSBEinstellung
|
|
//
|
|
this.tSBEinstellung.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.tSBEinstellung.AutoSize = false;
|
|
this.tSBEinstellung.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBEinstellung.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBEinstellung.ForeColor = System.Drawing.Color.White;
|
|
this.tSBEinstellung.Image = ((System.Drawing.Image)(resources.GetObject("tSBEinstellung.Image")));
|
|
this.tSBEinstellung.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBEinstellung.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBEinstellung.Name = "tSBEinstellung";
|
|
this.tSBEinstellung.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBEinstellung.Text = "EINSTELLUNG";
|
|
this.tSBEinstellung.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBEinstellung.Click += new System.EventHandler(this.tSBEinstellung_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.BackColor = System.Drawing.Color.White;
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel3,
|
|
this.statusStripUser,
|
|
this.toolStripStatusLabel2,
|
|
this.statusStripSortiment,
|
|
this.toolStripStatusLabel1,
|
|
this.statusStripDatum});
|
|
this.statusStrip1.Location = new System.Drawing.Point(150, 660);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
|
|
this.statusStrip1.Size = new System.Drawing.Size(1006, 29);
|
|
this.statusStrip1.TabIndex = 1;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel3
|
|
//
|
|
this.toolStripStatusLabel3.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.toolStripStatusLabel3.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.toolStripStatusLabel3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
|
this.toolStripStatusLabel3.Size = new System.Drawing.Size(83, 24);
|
|
this.toolStripStatusLabel3.Text = "Angemeldet:";
|
|
//
|
|
// statusStripUser
|
|
//
|
|
this.statusStripUser.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.statusStripUser.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.statusStripUser.Name = "statusStripUser";
|
|
this.statusStripUser.Size = new System.Drawing.Size(64, 24);
|
|
this.statusStripUser.Text = "SomeUser";
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.toolStripStatusLabel2.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.toolStripStatusLabel2.DoubleClickEnabled = true;
|
|
this.toolStripStatusLabel2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(71, 24);
|
|
this.toolStripStatusLabel2.Text = "Sortiment:";
|
|
this.toolStripStatusLabel2.DoubleClick += new System.EventHandler(this.toolStripStatusLabel2_DoubleClick);
|
|
//
|
|
// statusStripSortiment
|
|
//
|
|
this.statusStripSortiment.BackColor = System.Drawing.SystemColors.Control;
|
|
this.statusStripSortiment.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.statusStripSortiment.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.statusStripSortiment.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.statusStripSortiment.DoubleClickEnabled = true;
|
|
this.statusStripSortiment.Image = global::Deckungsbeitrag.Properties.Resources.Checkmark_blue_16x;
|
|
this.statusStripSortiment.Name = "statusStripSortiment";
|
|
this.statusStripSortiment.Size = new System.Drawing.Size(24, 24);
|
|
this.statusStripSortiment.DoubleClick += new System.EventHandler(this.toolStripStatusLabel2_DoubleClick);
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.toolStripStatusLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(49, 24);
|
|
this.toolStripStatusLabel1.Text = "Heute:";
|
|
//
|
|
// statusStripDatum
|
|
//
|
|
this.statusStripDatum.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.statusStripDatum.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.statusStripDatum.Name = "statusStripDatum";
|
|
this.statusStripDatum.Size = new System.Drawing.Size(47, 24);
|
|
this.statusStripDatum.Text = "Datum";
|
|
//
|
|
// buttonNeueAufgabe
|
|
//
|
|
this.buttonNeueAufgabe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.buttonNeueAufgabe.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonNeueAufgabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNeueAufgabe.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNeueAufgabe.Location = new System.Drawing.Point(2, 134);
|
|
this.buttonNeueAufgabe.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonNeueAufgabe.Name = "buttonNeueAufgabe";
|
|
this.buttonNeueAufgabe.Size = new System.Drawing.Size(309, 40);
|
|
this.buttonNeueAufgabe.TabIndex = 3;
|
|
this.buttonNeueAufgabe.Text = "Neue Aufgabe";
|
|
this.buttonNeueAufgabe.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonNeueAufgabe.UseVisualStyleBackColor = false;
|
|
this.buttonNeueAufgabe.Visible = false;
|
|
this.buttonNeueAufgabe.Click += new System.EventHandler(this.PanelButtons_Click);
|
|
//
|
|
// buttonNeuerAuftrag
|
|
//
|
|
this.buttonNeuerAuftrag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.buttonNeuerAuftrag.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonNeuerAuftrag.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNeuerAuftrag.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNeuerAuftrag.Location = new System.Drawing.Point(2, 178);
|
|
this.buttonNeuerAuftrag.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonNeuerAuftrag.Name = "buttonNeuerAuftrag";
|
|
this.buttonNeuerAuftrag.Size = new System.Drawing.Size(309, 40);
|
|
this.buttonNeuerAuftrag.TabIndex = 2;
|
|
this.buttonNeuerAuftrag.Text = "Neuer Auftrag";
|
|
this.buttonNeuerAuftrag.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonNeuerAuftrag.UseVisualStyleBackColor = false;
|
|
this.buttonNeuerAuftrag.Click += new System.EventHandler(this.PanelButtons_Click);
|
|
//
|
|
// panelMain
|
|
//
|
|
this.panelMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panelMain.BackColor = System.Drawing.Color.White;
|
|
this.panelMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.panelMain.Controls.Add(this.groupBoxNeueAufgabe);
|
|
this.panelMain.Controls.Add(this.groupBoxMaschine);
|
|
this.panelMain.Controls.Add(this.groupBoxWPr);
|
|
this.panelMain.Controls.Add(this.pictureBoxBenutzerClose);
|
|
this.panelMain.Controls.Add(this.groupBoxBenutzer);
|
|
this.panelMain.Controls.Add(this.listView1);
|
|
this.panelMain.Location = new System.Drawing.Point(479, 10);
|
|
this.panelMain.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.panelMain.Name = "panelMain";
|
|
this.panelMain.Size = new System.Drawing.Size(669, 649);
|
|
this.panelMain.TabIndex = 5;
|
|
//
|
|
// groupBoxNeueAufgabe
|
|
//
|
|
this.groupBoxNeueAufgabe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxNeueAufgabe.Controls.Add(this.buttonFarbe);
|
|
this.groupBoxNeueAufgabe.Controls.Add(this.label11);
|
|
this.groupBoxNeueAufgabe.Controls.Add(this.buttonAbbrechenAufgabe);
|
|
this.groupBoxNeueAufgabe.Controls.Add(this.comboBoxAufgabeKat);
|
|
this.groupBoxNeueAufgabe.Controls.Add(this.buttonSpeichernAufgabe);
|
|
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.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBoxNeueAufgabe.ForeColor = System.Drawing.Color.White;
|
|
this.groupBoxNeueAufgabe.Location = new System.Drawing.Point(2, 12);
|
|
this.groupBoxNeueAufgabe.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxNeueAufgabe.Name = "groupBoxNeueAufgabe";
|
|
this.groupBoxNeueAufgabe.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxNeueAufgabe.Size = new System.Drawing.Size(660, 81);
|
|
this.groupBoxNeueAufgabe.TabIndex = 31;
|
|
this.groupBoxNeueAufgabe.TabStop = false;
|
|
this.groupBoxNeueAufgabe.Text = "Neue Aufgabe";
|
|
this.groupBoxNeueAufgabe.Visible = false;
|
|
//
|
|
// buttonFarbe
|
|
//
|
|
this.buttonFarbe.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.buttonFarbe.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonFarbe.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonFarbe.ForeColor = System.Drawing.Color.White;
|
|
this.buttonFarbe.Location = new System.Drawing.Point(496, 44);
|
|
this.buttonFarbe.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonFarbe.Name = "buttonFarbe";
|
|
this.buttonFarbe.Size = new System.Drawing.Size(72, 22);
|
|
this.buttonFarbe.TabIndex = 47;
|
|
this.buttonFarbe.Text = "Farbe";
|
|
this.buttonFarbe.UseVisualStyleBackColor = true;
|
|
this.buttonFarbe.Click += new System.EventHandler(this.buttonFarbe_Click);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label11.Location = new System.Drawing.Point(414, 28);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(52, 13);
|
|
this.label11.TabIndex = 46;
|
|
this.label11.Text = "Kategorie";
|
|
//
|
|
// buttonAbbrechenAufgabe
|
|
//
|
|
this.buttonAbbrechenAufgabe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonAbbrechenAufgabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonAbbrechenAufgabe.Image = ((System.Drawing.Image)(resources.GetObject("buttonAbbrechenAufgabe.Image")));
|
|
this.buttonAbbrechenAufgabe.Location = new System.Drawing.Point(622, 34);
|
|
this.buttonAbbrechenAufgabe.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonAbbrechenAufgabe.Name = "buttonAbbrechenAufgabe";
|
|
this.buttonAbbrechenAufgabe.Size = new System.Drawing.Size(30, 32);
|
|
this.buttonAbbrechenAufgabe.TabIndex = 41;
|
|
this.buttonAbbrechenAufgabe.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonAbbrechenAufgabe.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonAbbrechenAufgabe.UseVisualStyleBackColor = true;
|
|
this.buttonAbbrechenAufgabe.Click += new System.EventHandler(this.buttonAbbrechen_Click);
|
|
//
|
|
// comboBoxAufgabeKat
|
|
//
|
|
this.comboBoxAufgabeKat.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxAufgabeKat.FormattingEnabled = true;
|
|
this.comboBoxAufgabeKat.Location = new System.Drawing.Point(386, 44);
|
|
this.comboBoxAufgabeKat.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.comboBoxAufgabeKat.Name = "comboBoxAufgabeKat";
|
|
this.comboBoxAufgabeKat.Size = new System.Drawing.Size(106, 25);
|
|
this.comboBoxAufgabeKat.TabIndex = 45;
|
|
this.comboBoxAufgabeKat.SelectedValueChanged += new System.EventHandler(this.comboBoxAufgabeKat_SelectedValueChanged);
|
|
//
|
|
// buttonSpeichernAufgabe
|
|
//
|
|
this.buttonSpeichernAufgabe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonSpeichernAufgabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonSpeichernAufgabe.Image = ((System.Drawing.Image)(resources.GetObject("buttonSpeichernAufgabe.Image")));
|
|
this.buttonSpeichernAufgabe.Location = new System.Drawing.Point(587, 34);
|
|
this.buttonSpeichernAufgabe.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonSpeichernAufgabe.Name = "buttonSpeichernAufgabe";
|
|
this.buttonSpeichernAufgabe.Size = new System.Drawing.Size(30, 32);
|
|
this.buttonSpeichernAufgabe.TabIndex = 40;
|
|
this.buttonSpeichernAufgabe.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonSpeichernAufgabe.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonSpeichernAufgabe.UseVisualStyleBackColor = true;
|
|
this.buttonSpeichernAufgabe.Click += new System.EventHandler(this.groupBoxButtonSpeichern_CLick);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(108, 28);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(72, 13);
|
|
this.label2.TabIndex = 23;
|
|
this.label2.Text = "Beschreibung";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(6, 28);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(47, 13);
|
|
this.label1.TabIndex = 22;
|
|
this.label1.Text = "Aufgabe";
|
|
//
|
|
// textBoxBeschreibung
|
|
//
|
|
this.textBoxBeschreibung.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxBeschreibung.Location = new System.Drawing.Point(110, 45);
|
|
this.textBoxBeschreibung.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.textBoxBeschreibung.Name = "textBoxBeschreibung";
|
|
this.textBoxBeschreibung.Size = new System.Drawing.Size(272, 23);
|
|
this.textBoxBeschreibung.TabIndex = 19;
|
|
//
|
|
// textBoxBezeichnung
|
|
//
|
|
this.textBoxBezeichnung.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
|
|
this.textBoxBezeichnung.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
|
|
this.textBoxBezeichnung.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxBezeichnung.Location = new System.Drawing.Point(8, 45);
|
|
this.textBoxBezeichnung.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.textBoxBezeichnung.Name = "textBoxBezeichnung";
|
|
this.textBoxBezeichnung.Size = new System.Drawing.Size(98, 23);
|
|
this.textBoxBezeichnung.TabIndex = 18;
|
|
this.textBoxBezeichnung.Leave += new System.EventHandler(this.textBoxBezeichnung_Leave);
|
|
//
|
|
// groupBoxMaschine
|
|
//
|
|
this.groupBoxMaschine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxMaschine.Controls.Add(this.listViewMaschine);
|
|
this.groupBoxMaschine.Controls.Add(this.numUpDownFaecher);
|
|
this.groupBoxMaschine.Controls.Add(this.label10);
|
|
this.groupBoxMaschine.Controls.Add(this.textBoxMaschBezeich);
|
|
this.groupBoxMaschine.Controls.Add(this.label9);
|
|
this.groupBoxMaschine.Controls.Add(this.buttonMaAbbrechen);
|
|
this.groupBoxMaschine.Controls.Add(this.buttonMaSpeichern);
|
|
this.groupBoxMaschine.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBoxMaschine.ForeColor = System.Drawing.Color.White;
|
|
this.groupBoxMaschine.Location = new System.Drawing.Point(32, 257);
|
|
this.groupBoxMaschine.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxMaschine.Name = "groupBoxMaschine";
|
|
this.groupBoxMaschine.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxMaschine.Size = new System.Drawing.Size(345, 285);
|
|
this.groupBoxMaschine.TabIndex = 42;
|
|
this.groupBoxMaschine.TabStop = false;
|
|
this.groupBoxMaschine.Text = "Maschinenverwaltung";
|
|
this.groupBoxMaschine.Visible = false;
|
|
this.groupBoxMaschine.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.buttonNeueMaschine_HelpRequested);
|
|
//
|
|
// listViewMaschine
|
|
//
|
|
this.listViewMaschine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.listViewMaschine.FullRowSelect = true;
|
|
this.listViewMaschine.GridLines = true;
|
|
this.listViewMaschine.HideSelection = false;
|
|
this.listViewMaschine.Location = new System.Drawing.Point(12, 24);
|
|
this.listViewMaschine.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.listViewMaschine.Name = "listViewMaschine";
|
|
this.listViewMaschine.Size = new System.Drawing.Size(326, 196);
|
|
this.listViewMaschine.TabIndex = 46;
|
|
this.listViewMaschine.UseCompatibleStateImageBehavior = false;
|
|
this.listViewMaschine.View = System.Windows.Forms.View.Details;
|
|
this.listViewMaschine.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listViewMaschine_MouseDoubleClick);
|
|
//
|
|
// numUpDownFaecher
|
|
//
|
|
this.numUpDownFaecher.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.numUpDownFaecher.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.numUpDownFaecher.Location = new System.Drawing.Point(156, 249);
|
|
this.numUpDownFaecher.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.numUpDownFaecher.Name = "numUpDownFaecher";
|
|
this.numUpDownFaecher.Size = new System.Drawing.Size(53, 23);
|
|
this.numUpDownFaecher.TabIndex = 45;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label10.Location = new System.Drawing.Point(154, 232);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(40, 13);
|
|
this.label10.TabIndex = 44;
|
|
this.label10.Text = "Fächer";
|
|
//
|
|
// textBoxMaschBezeich
|
|
//
|
|
this.textBoxMaschBezeich.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.textBoxMaschBezeich.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxMaschBezeich.Location = new System.Drawing.Point(12, 249);
|
|
this.textBoxMaschBezeich.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.textBoxMaschBezeich.Name = "textBoxMaschBezeich";
|
|
this.textBoxMaschBezeich.Size = new System.Drawing.Size(120, 23);
|
|
this.textBoxMaschBezeich.TabIndex = 43;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label9.Location = new System.Drawing.Point(10, 232);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(69, 13);
|
|
this.label9.TabIndex = 42;
|
|
this.label9.Text = "Bezeichnung";
|
|
//
|
|
// buttonMaAbbrechen
|
|
//
|
|
this.buttonMaAbbrechen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonMaAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonMaAbbrechen.Image = ((System.Drawing.Image)(resources.GetObject("buttonMaAbbrechen.Image")));
|
|
this.buttonMaAbbrechen.Location = new System.Drawing.Point(307, 238);
|
|
this.buttonMaAbbrechen.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonMaAbbrechen.Name = "buttonMaAbbrechen";
|
|
this.buttonMaAbbrechen.Size = new System.Drawing.Size(30, 32);
|
|
this.buttonMaAbbrechen.TabIndex = 41;
|
|
this.buttonMaAbbrechen.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonMaAbbrechen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonMaAbbrechen.UseVisualStyleBackColor = true;
|
|
this.buttonMaAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click);
|
|
//
|
|
// buttonMaSpeichern
|
|
//
|
|
this.buttonMaSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonMaSpeichern.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonMaSpeichern.Image = ((System.Drawing.Image)(resources.GetObject("buttonMaSpeichern.Image")));
|
|
this.buttonMaSpeichern.Location = new System.Drawing.Point(272, 238);
|
|
this.buttonMaSpeichern.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonMaSpeichern.Name = "buttonMaSpeichern";
|
|
this.buttonMaSpeichern.Size = new System.Drawing.Size(30, 32);
|
|
this.buttonMaSpeichern.TabIndex = 40;
|
|
this.buttonMaSpeichern.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonMaSpeichern.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonMaSpeichern.UseVisualStyleBackColor = true;
|
|
this.buttonMaSpeichern.Click += new System.EventHandler(this.groupBoxButtonSpeichern_CLick);
|
|
//
|
|
// groupBoxWPr
|
|
//
|
|
this.groupBoxWPr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxWPr.Controls.Add(this.listViewProg);
|
|
this.groupBoxWPr.Controls.Add(this.numericUpDownWPr);
|
|
this.groupBoxWPr.Controls.Add(this.label12);
|
|
this.groupBoxWPr.Controls.Add(this.textBoxWPrBezeichnung);
|
|
this.groupBoxWPr.Controls.Add(this.label13);
|
|
this.groupBoxWPr.Controls.Add(this.buttonWPrAbbrechen);
|
|
this.groupBoxWPr.Controls.Add(this.buttonWPrSpeichern);
|
|
this.groupBoxWPr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBoxWPr.ForeColor = System.Drawing.Color.White;
|
|
this.groupBoxWPr.Location = new System.Drawing.Point(37, 2);
|
|
this.groupBoxWPr.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxWPr.Name = "groupBoxWPr";
|
|
this.groupBoxWPr.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxWPr.Size = new System.Drawing.Size(345, 285);
|
|
this.groupBoxWPr.TabIndex = 47;
|
|
this.groupBoxWPr.TabStop = false;
|
|
this.groupBoxWPr.Text = "Waschprogramme";
|
|
this.groupBoxWPr.Visible = false;
|
|
//
|
|
// listViewProg
|
|
//
|
|
this.listViewProg.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.listViewProg.FullRowSelect = true;
|
|
this.listViewProg.GridLines = true;
|
|
this.listViewProg.HideSelection = false;
|
|
this.listViewProg.Location = new System.Drawing.Point(12, 24);
|
|
this.listViewProg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.listViewProg.Name = "listViewProg";
|
|
this.listViewProg.Size = new System.Drawing.Size(326, 197);
|
|
this.listViewProg.TabIndex = 46;
|
|
this.listViewProg.UseCompatibleStateImageBehavior = false;
|
|
this.listViewProg.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// numericUpDownWPr
|
|
//
|
|
this.numericUpDownWPr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.numericUpDownWPr.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.numericUpDownWPr.Location = new System.Drawing.Point(12, 248);
|
|
this.numericUpDownWPr.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.numericUpDownWPr.Name = "numericUpDownWPr";
|
|
this.numericUpDownWPr.Size = new System.Drawing.Size(53, 23);
|
|
this.numericUpDownWPr.TabIndex = 45;
|
|
this.numericUpDownWPr.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label12.Location = new System.Drawing.Point(10, 232);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(21, 13);
|
|
this.label12.TabIndex = 44;
|
|
this.label12.Text = "Nr.";
|
|
//
|
|
// textBoxWPrBezeichnung
|
|
//
|
|
this.textBoxWPrBezeichnung.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.textBoxWPrBezeichnung.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxWPrBezeichnung.Location = new System.Drawing.Point(70, 247);
|
|
this.textBoxWPrBezeichnung.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.textBoxWPrBezeichnung.Name = "textBoxWPrBezeichnung";
|
|
this.textBoxWPrBezeichnung.Size = new System.Drawing.Size(199, 23);
|
|
this.textBoxWPrBezeichnung.TabIndex = 43;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label13.Location = new System.Drawing.Point(68, 231);
|
|
this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(69, 13);
|
|
this.label13.TabIndex = 42;
|
|
this.label13.Text = "Bezeichnung";
|
|
//
|
|
// buttonWPrAbbrechen
|
|
//
|
|
this.buttonWPrAbbrechen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonWPrAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonWPrAbbrechen.Image = ((System.Drawing.Image)(resources.GetObject("buttonWPrAbbrechen.Image")));
|
|
this.buttonWPrAbbrechen.Location = new System.Drawing.Point(307, 238);
|
|
this.buttonWPrAbbrechen.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonWPrAbbrechen.Name = "buttonWPrAbbrechen";
|
|
this.buttonWPrAbbrechen.Size = new System.Drawing.Size(30, 32);
|
|
this.buttonWPrAbbrechen.TabIndex = 41;
|
|
this.buttonWPrAbbrechen.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonWPrAbbrechen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonWPrAbbrechen.UseVisualStyleBackColor = true;
|
|
this.buttonWPrAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click);
|
|
//
|
|
// buttonWPrSpeichern
|
|
//
|
|
this.buttonWPrSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonWPrSpeichern.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonWPrSpeichern.Image = ((System.Drawing.Image)(resources.GetObject("buttonWPrSpeichern.Image")));
|
|
this.buttonWPrSpeichern.Location = new System.Drawing.Point(272, 238);
|
|
this.buttonWPrSpeichern.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonWPrSpeichern.Name = "buttonWPrSpeichern";
|
|
this.buttonWPrSpeichern.Size = new System.Drawing.Size(30, 32);
|
|
this.buttonWPrSpeichern.TabIndex = 40;
|
|
this.buttonWPrSpeichern.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonWPrSpeichern.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonWPrSpeichern.UseVisualStyleBackColor = true;
|
|
this.buttonWPrSpeichern.Click += new System.EventHandler(this.groupBoxButtonSpeichern_CLick);
|
|
//
|
|
// pictureBoxBenutzerClose
|
|
//
|
|
this.pictureBoxBenutzerClose.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxBenutzerClose.Image")));
|
|
this.pictureBoxBenutzerClose.Location = new System.Drawing.Point(553, 280);
|
|
this.pictureBoxBenutzerClose.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.pictureBoxBenutzerClose.Name = "pictureBoxBenutzerClose";
|
|
this.pictureBoxBenutzerClose.Size = new System.Drawing.Size(19, 20);
|
|
this.pictureBoxBenutzerClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBoxBenutzerClose.TabIndex = 34;
|
|
this.pictureBoxBenutzerClose.TabStop = false;
|
|
this.pictureBoxBenutzerClose.Visible = false;
|
|
this.pictureBoxBenutzerClose.Click += new System.EventHandler(this.pictureBoxBenutzerClose_Click);
|
|
//
|
|
// groupBoxBenutzer
|
|
//
|
|
this.groupBoxBenutzer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.groupBoxBenutzer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxBenutzer.Controls.Add(this.label8);
|
|
this.groupBoxBenutzer.Controls.Add(this.comboBoxRolle);
|
|
this.groupBoxBenutzer.Controls.Add(this.checkBoxAktiv);
|
|
this.groupBoxBenutzer.Controls.Add(this.label7);
|
|
this.groupBoxBenutzer.Controls.Add(this.textBoxBenutzername);
|
|
this.groupBoxBenutzer.Controls.Add(this.buttonAbbrechen);
|
|
this.groupBoxBenutzer.Controls.Add(this.buttonSpeichernFahrer);
|
|
this.groupBoxBenutzer.Controls.Add(this.label6);
|
|
this.groupBoxBenutzer.Controls.Add(this.label5);
|
|
this.groupBoxBenutzer.Controls.Add(this.label4);
|
|
this.groupBoxBenutzer.Controls.Add(this.label3);
|
|
this.groupBoxBenutzer.Controls.Add(this.dTPGueltigBis);
|
|
this.groupBoxBenutzer.Controls.Add(this.textBoxSchein);
|
|
this.groupBoxBenutzer.Controls.Add(this.textBoxNachname);
|
|
this.groupBoxBenutzer.Controls.Add(this.textBoxVorname);
|
|
this.groupBoxBenutzer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBoxBenutzer.ForeColor = System.Drawing.Color.White;
|
|
this.groupBoxBenutzer.Location = new System.Drawing.Point(10, 123);
|
|
this.groupBoxBenutzer.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxBenutzer.Name = "groupBoxBenutzer";
|
|
this.groupBoxBenutzer.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.groupBoxBenutzer.Size = new System.Drawing.Size(561, 146);
|
|
this.groupBoxBenutzer.TabIndex = 30;
|
|
this.groupBoxBenutzer.TabStop = false;
|
|
this.groupBoxBenutzer.Text = "Neuer Benutzer";
|
|
this.groupBoxBenutzer.Visible = false;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label8.Location = new System.Drawing.Point(338, 29);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(76, 13);
|
|
this.label8.TabIndex = 44;
|
|
this.label8.Text = "Benutzer Rolle";
|
|
//
|
|
// comboBoxRolle
|
|
//
|
|
this.comboBoxRolle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxRolle.FormattingEnabled = true;
|
|
this.comboBoxRolle.Location = new System.Drawing.Point(340, 45);
|
|
this.comboBoxRolle.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.comboBoxRolle.Name = "comboBoxRolle";
|
|
this.comboBoxRolle.Size = new System.Drawing.Size(92, 25);
|
|
this.comboBoxRolle.TabIndex = 43;
|
|
this.comboBoxRolle.SelectedValueChanged += new System.EventHandler(this.comboBoxRolle_SelectedValueChanged);
|
|
//
|
|
// checkBoxAktiv
|
|
//
|
|
this.checkBoxAktiv.AutoSize = true;
|
|
this.checkBoxAktiv.CheckAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.checkBoxAktiv.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.checkBoxAktiv.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.checkBoxAktiv.Location = new System.Drawing.Point(444, 29);
|
|
this.checkBoxAktiv.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.checkBoxAktiv.Name = "checkBoxAktiv";
|
|
this.checkBoxAktiv.Size = new System.Drawing.Size(35, 31);
|
|
this.checkBoxAktiv.TabIndex = 42;
|
|
this.checkBoxAktiv.Text = "Aktiv";
|
|
this.checkBoxAktiv.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
this.checkBoxAktiv.UseVisualStyleBackColor = true;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label7.Location = new System.Drawing.Point(209, 29);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(75, 13);
|
|
this.label7.TabIndex = 41;
|
|
this.label7.Text = "Benutzername";
|
|
//
|
|
// textBoxBenutzername
|
|
//
|
|
this.textBoxBenutzername.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.textBoxBenutzername.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxBenutzername.Location = new System.Drawing.Point(212, 46);
|
|
this.textBoxBenutzername.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.textBoxBenutzername.Name = "textBoxBenutzername";
|
|
this.textBoxBenutzername.Size = new System.Drawing.Size(126, 23);
|
|
this.textBoxBenutzername.TabIndex = 40;
|
|
//
|
|
// 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(523, 97);
|
|
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonAbbrechen.Name = "buttonAbbrechen";
|
|
this.buttonAbbrechen.Size = new System.Drawing.Size(30, 32);
|
|
this.buttonAbbrechen.TabIndex = 39;
|
|
this.buttonAbbrechen.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonAbbrechen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonAbbrechen.UseVisualStyleBackColor = true;
|
|
this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click);
|
|
//
|
|
// buttonSpeichernFahrer
|
|
//
|
|
this.buttonSpeichernFahrer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonSpeichernFahrer.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonSpeichernFahrer.Image = ((System.Drawing.Image)(resources.GetObject("buttonSpeichernFahrer.Image")));
|
|
this.buttonSpeichernFahrer.Location = new System.Drawing.Point(488, 97);
|
|
this.buttonSpeichernFahrer.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonSpeichernFahrer.Name = "buttonSpeichernFahrer";
|
|
this.buttonSpeichernFahrer.Size = new System.Drawing.Size(30, 32);
|
|
this.buttonSpeichernFahrer.TabIndex = 38;
|
|
this.buttonSpeichernFahrer.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonSpeichernFahrer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonSpeichernFahrer.UseVisualStyleBackColor = true;
|
|
this.buttonSpeichernFahrer.Click += new System.EventHandler(this.groupBoxButtonSpeichern_CLick);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.Location = new System.Drawing.Point(209, 85);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(50, 13);
|
|
this.label6.TabIndex = 37;
|
|
this.label6.Text = "Gültig bis";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label5.Location = new System.Drawing.Point(7, 86);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(79, 13);
|
|
this.label5.TabIndex = 36;
|
|
this.label5.Text = "FührerscheinNr";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(108, 29);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(59, 13);
|
|
this.label4.TabIndex = 35;
|
|
this.label4.Text = "Nachname";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.Location = new System.Drawing.Point(7, 29);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(49, 13);
|
|
this.label3.TabIndex = 34;
|
|
this.label3.Text = "Vorname";
|
|
//
|
|
// dTPGueltigBis
|
|
//
|
|
this.dTPGueltigBis.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.dTPGueltigBis.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dTPGueltigBis.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dTPGueltigBis.Location = new System.Drawing.Point(212, 102);
|
|
this.dTPGueltigBis.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.dTPGueltigBis.Name = "dTPGueltigBis";
|
|
this.dTPGueltigBis.Size = new System.Drawing.Size(92, 23);
|
|
this.dTPGueltigBis.TabIndex = 31;
|
|
//
|
|
// textBoxSchein
|
|
//
|
|
this.textBoxSchein.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.textBoxSchein.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxSchein.Location = new System.Drawing.Point(9, 102);
|
|
this.textBoxSchein.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.textBoxSchein.Name = "textBoxSchein";
|
|
this.textBoxSchein.Size = new System.Drawing.Size(199, 23);
|
|
this.textBoxSchein.TabIndex = 30;
|
|
//
|
|
// textBoxNachname
|
|
//
|
|
this.textBoxNachname.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.textBoxNachname.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxNachname.Location = new System.Drawing.Point(110, 46);
|
|
this.textBoxNachname.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.textBoxNachname.Name = "textBoxNachname";
|
|
this.textBoxNachname.Size = new System.Drawing.Size(98, 23);
|
|
this.textBoxNachname.TabIndex = 29;
|
|
this.textBoxNachname.Leave += new System.EventHandler(this.textBox_Leave);
|
|
//
|
|
// textBoxVorname
|
|
//
|
|
this.textBoxVorname.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.textBoxVorname.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxVorname.Location = new System.Drawing.Point(9, 46);
|
|
this.textBoxVorname.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.textBoxVorname.Name = "textBoxVorname";
|
|
this.textBoxVorname.Size = new System.Drawing.Size(98, 23);
|
|
this.textBoxVorname.TabIndex = 28;
|
|
this.textBoxVorname.Leave += new System.EventHandler(this.textBox_Leave);
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.AllowColumnReorder = true;
|
|
this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.listView1.FullRowSelect = true;
|
|
this.listView1.GridLines = true;
|
|
this.listView1.HideSelection = false;
|
|
this.listView1.Location = new System.Drawing.Point(10, 280);
|
|
this.listView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(562, 355);
|
|
this.listView1.TabIndex = 33;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.View = System.Windows.Forms.View.Details;
|
|
this.listView1.Visible = false;
|
|
this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView_MouseDoubleClick);
|
|
//
|
|
// buttonNeueMaschine
|
|
//
|
|
this.buttonNeueMaschine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonNeueMaschine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.buttonNeueMaschine.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonNeueMaschine.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNeueMaschine.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNeueMaschine.Location = new System.Drawing.Point(2, 222);
|
|
this.buttonNeueMaschine.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonNeueMaschine.Name = "buttonNeueMaschine";
|
|
this.buttonNeueMaschine.Size = new System.Drawing.Size(309, 40);
|
|
this.buttonNeueMaschine.TabIndex = 35;
|
|
this.buttonNeueMaschine.Text = "Maschinenverwaltung";
|
|
this.buttonNeueMaschine.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonNeueMaschine.UseVisualStyleBackColor = false;
|
|
this.buttonNeueMaschine.Click += new System.EventHandler(this.PanelButtons_Click);
|
|
this.buttonNeueMaschine.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.buttonNeueMaschine_HelpRequested);
|
|
//
|
|
// buttonBenutzerverwaltung
|
|
//
|
|
this.buttonBenutzerverwaltung.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.buttonBenutzerverwaltung.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonBenutzerverwaltung.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonBenutzerverwaltung.ForeColor = System.Drawing.Color.White;
|
|
this.buttonBenutzerverwaltung.Location = new System.Drawing.Point(2, 2);
|
|
this.buttonBenutzerverwaltung.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonBenutzerverwaltung.Name = "buttonBenutzerverwaltung";
|
|
this.buttonBenutzerverwaltung.Size = new System.Drawing.Size(309, 40);
|
|
this.buttonBenutzerverwaltung.TabIndex = 32;
|
|
this.buttonBenutzerverwaltung.Text = "Benutzerverwaltung";
|
|
this.buttonBenutzerverwaltung.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonBenutzerverwaltung.UseVisualStyleBackColor = false;
|
|
this.buttonBenutzerverwaltung.Click += new System.EventHandler(this.PanelButtons_Click);
|
|
//
|
|
// buttonNeuerBenutzer
|
|
//
|
|
this.buttonNeuerBenutzer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.buttonNeuerBenutzer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonNeuerBenutzer.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNeuerBenutzer.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNeuerBenutzer.Location = new System.Drawing.Point(2, 46);
|
|
this.buttonNeuerBenutzer.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonNeuerBenutzer.Name = "buttonNeuerBenutzer";
|
|
this.buttonNeuerBenutzer.Size = new System.Drawing.Size(309, 40);
|
|
this.buttonNeuerBenutzer.TabIndex = 5;
|
|
this.buttonNeuerBenutzer.Text = "Neuer Benutzer";
|
|
this.buttonNeuerBenutzer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonNeuerBenutzer.UseVisualStyleBackColor = false;
|
|
this.buttonNeuerBenutzer.Visible = false;
|
|
this.buttonNeuerBenutzer.Click += new System.EventHandler(this.PanelButtons_Click);
|
|
//
|
|
// flowPanelButtons
|
|
//
|
|
this.flowPanelButtons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.flowPanelButtons.BackColor = System.Drawing.Color.White;
|
|
this.flowPanelButtons.Controls.Add(this.buttonBenutzerverwaltung);
|
|
this.flowPanelButtons.Controls.Add(this.buttonNeuerBenutzer);
|
|
this.flowPanelButtons.Controls.Add(this.buttonAufgabenverwaltung);
|
|
this.flowPanelButtons.Controls.Add(this.buttonNeueAufgabe);
|
|
this.flowPanelButtons.Controls.Add(this.buttonNeuerAuftrag);
|
|
this.flowPanelButtons.Controls.Add(this.buttonNeueMaschine);
|
|
this.flowPanelButtons.Controls.Add(this.buttonWPr);
|
|
this.flowPanelButtons.Location = new System.Drawing.Point(159, 10);
|
|
this.flowPanelButtons.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.flowPanelButtons.Name = "flowPanelButtons";
|
|
this.flowPanelButtons.Size = new System.Drawing.Size(314, 648);
|
|
this.flowPanelButtons.TabIndex = 6;
|
|
//
|
|
// buttonAufgabenverwaltung
|
|
//
|
|
this.buttonAufgabenverwaltung.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.buttonAufgabenverwaltung.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonAufgabenverwaltung.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonAufgabenverwaltung.ForeColor = System.Drawing.Color.White;
|
|
this.buttonAufgabenverwaltung.Location = new System.Drawing.Point(2, 90);
|
|
this.buttonAufgabenverwaltung.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonAufgabenverwaltung.Name = "buttonAufgabenverwaltung";
|
|
this.buttonAufgabenverwaltung.Size = new System.Drawing.Size(309, 40);
|
|
this.buttonAufgabenverwaltung.TabIndex = 37;
|
|
this.buttonAufgabenverwaltung.Text = "Aufgabenverwaltung";
|
|
this.buttonAufgabenverwaltung.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonAufgabenverwaltung.UseVisualStyleBackColor = false;
|
|
this.buttonAufgabenverwaltung.Click += new System.EventHandler(this.PanelButtons_Click);
|
|
//
|
|
// buttonWPr
|
|
//
|
|
this.buttonWPr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.buttonWPr.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.buttonWPr.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonWPr.ForeColor = System.Drawing.Color.White;
|
|
this.buttonWPr.Location = new System.Drawing.Point(2, 266);
|
|
this.buttonWPr.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.buttonWPr.Name = "buttonWPr";
|
|
this.buttonWPr.Size = new System.Drawing.Size(309, 40);
|
|
this.buttonWPr.TabIndex = 36;
|
|
this.buttonWPr.Text = "Waschprogramme";
|
|
this.buttonWPr.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonWPr.UseVisualStyleBackColor = false;
|
|
this.buttonWPr.Click += new System.EventHandler(this.PanelButtons_Click);
|
|
//
|
|
// FormMain
|
|
//
|
|
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(1156, 689);
|
|
this.Controls.Add(this.flowPanelButtons);
|
|
this.Controls.Add(this.panelMain);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.toolStripMenu);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
|
this.HelpButton = true;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.Name = "FormMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Wolfgang Wirl GmbH - GRUNDPROGRAMM";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
|
this.toolStripMenu.ResumeLayout(false);
|
|
this.toolStripMenu.PerformLayout();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.panelMain.ResumeLayout(false);
|
|
this.groupBoxNeueAufgabe.ResumeLayout(false);
|
|
this.groupBoxNeueAufgabe.PerformLayout();
|
|
this.groupBoxMaschine.ResumeLayout(false);
|
|
this.groupBoxMaschine.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numUpDownFaecher)).EndInit();
|
|
this.groupBoxWPr.ResumeLayout(false);
|
|
this.groupBoxWPr.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownWPr)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxBenutzerClose)).EndInit();
|
|
this.groupBoxBenutzer.ResumeLayout(false);
|
|
this.groupBoxBenutzer.PerformLayout();
|
|
this.flowPanelButtons.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip toolStripMenu;
|
|
private System.Windows.Forms.ToolStripButton toolStripBeenden;
|
|
private System.Windows.Forms.ToolStripButton toolStripZaehlscheine;
|
|
private System.Windows.Forms.ToolStripButton toolStripDB;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel statusStripDatum;
|
|
private System.Windows.Forms.ToolStripStatusLabel statusStripUser;
|
|
private System.Windows.Forms.ToolStripStatusLabel statusStripSortiment;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
|
|
private System.Windows.Forms.ToolStripButton tSBFahrerAuftrag;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
private System.Windows.Forms.Button buttonNeueAufgabe;
|
|
private System.Windows.Forms.Button buttonNeuerAuftrag;
|
|
private System.Windows.Forms.Panel panelMain;
|
|
private System.Windows.Forms.Button buttonNeuerBenutzer;
|
|
private System.Windows.Forms.GroupBox groupBoxBenutzer;
|
|
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;
|
|
private System.Windows.Forms.Button buttonAbbrechen;
|
|
private System.Windows.Forms.Button buttonSpeichernFahrer;
|
|
private System.Windows.Forms.GroupBox groupBoxNeueAufgabe;
|
|
private System.Windows.Forms.Button buttonAbbrechenAufgabe;
|
|
private System.Windows.Forms.Button buttonSpeichernAufgabe;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBoxBeschreibung;
|
|
private System.Windows.Forms.TextBox textBoxBezeichnung;
|
|
private System.Windows.Forms.Button buttonBenutzerverwaltung;
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.PictureBox pictureBoxBenutzerClose;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.ComboBox comboBoxRolle;
|
|
private System.Windows.Forms.CheckBox checkBoxAktiv;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox textBoxBenutzername;
|
|
private System.Windows.Forms.ToolStripButton tSBWaschverlauf;
|
|
private System.Windows.Forms.ToolStripButton tSBExpeditDrucken;
|
|
private System.Windows.Forms.Button buttonNeueMaschine;
|
|
private System.Windows.Forms.GroupBox groupBoxMaschine;
|
|
private System.Windows.Forms.Button buttonMaAbbrechen;
|
|
private System.Windows.Forms.Button buttonMaSpeichern;
|
|
private System.Windows.Forms.NumericUpDown numUpDownFaecher;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox textBoxMaschBezeich;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.ListView listViewMaschine;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.ComboBox comboBoxAufgabeKat;
|
|
private System.Windows.Forms.ToolStripButton toolStripButtonImport;
|
|
private System.Windows.Forms.ToolStripButton tSBKosten;
|
|
private System.Windows.Forms.Button buttonFarbe;
|
|
private System.Windows.Forms.FlowLayoutPanel flowPanelButtons;
|
|
private System.Windows.Forms.GroupBox groupBoxWPr;
|
|
private System.Windows.Forms.ListView listViewProg;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownWPr;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.TextBox textBoxWPrBezeichnung;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Button buttonWPrAbbrechen;
|
|
private System.Windows.Forms.Button buttonWPrSpeichern;
|
|
private System.Windows.Forms.Button buttonWPr;
|
|
private System.Windows.Forms.ToolStripButton tSBEinstellung;
|
|
private System.Windows.Forms.Button buttonAufgabenverwaltung;
|
|
}
|
|
}
|
|
|