1668 lines
100 KiB
C#
1668 lines
100 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.tSBBenutzerVW = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBAuftragVW = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBAufgabeVW = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBArtikelVW = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripZaehlscheine = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBExpedit = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripDB = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBKosten = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBScannTest = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBHilfe = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButtonImport = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBEinstellung = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBTourenplanung = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripBeenden = new System.Windows.Forms.ToolStripButton();
|
|
this.panelMain = new System.Windows.Forms.Panel();
|
|
this.groupBoxContAnz = new System.Windows.Forms.GroupBox();
|
|
this.tLPContAnz = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.labelContGes = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.labelContZahl5 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.labelZeit52 = new System.Windows.Forms.Label();
|
|
this.labelZeit42 = new System.Windows.Forms.Label();
|
|
this.labelZeit32 = new System.Windows.Forms.Label();
|
|
this.labelZeit22 = new System.Windows.Forms.Label();
|
|
this.labelZeit12 = new System.Windows.Forms.Label();
|
|
this.labelZeit5 = new System.Windows.Forms.Label();
|
|
this.labelZeit4 = new System.Windows.Forms.Label();
|
|
this.labelZeit3 = new System.Windows.Forms.Label();
|
|
this.labelZeit2 = new System.Windows.Forms.Label();
|
|
this.labelZeit1 = new System.Windows.Forms.Label();
|
|
this.labelContZahl4 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.labelContZahl3 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.labelContZahl2 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.labelContZahl1 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.groupBoxSaison = new System.Windows.Forms.GroupBox();
|
|
this.comboBoxSaison = new System.Windows.Forms.ComboBox();
|
|
this.buttonNeuerStand = new System.Windows.Forms.Button();
|
|
this.buttonNeueInventur = new System.Windows.Forms.Button();
|
|
this.buttonNeueAufgabe = new System.Windows.Forms.Button();
|
|
this.buttonNeuerAuftrag = new System.Windows.Forms.Button();
|
|
this.buttonNeuerUser = new System.Windows.Forms.Button();
|
|
this.groupBoxStatistik = new System.Windows.Forms.GroupBox();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.tableLayoutPanelStatistik = new System.Windows.Forms.TableLayoutPanel();
|
|
this.labelZahl6 = new System.Windows.Forms.Label();
|
|
this.labelStatistik6 = new System.Windows.Forms.Label();
|
|
this.labelZahl5 = new System.Windows.Forms.Label();
|
|
this.labelStatistik5 = new System.Windows.Forms.Label();
|
|
this.labelZahl4 = new System.Windows.Forms.Label();
|
|
this.labelStatistik4 = new System.Windows.Forms.Label();
|
|
this.labelZahl3 = new System.Windows.Forms.Label();
|
|
this.labelStatistik3 = new System.Windows.Forms.Label();
|
|
this.labelZahl2 = new System.Windows.Forms.Label();
|
|
this.labelStatistik2 = new System.Windows.Forms.Label();
|
|
this.labelZahl1 = new System.Windows.Forms.Label();
|
|
this.labelStatistik1 = new System.Windows.Forms.Label();
|
|
this.groupBoxUpdate = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanelUpdate = new System.Windows.Forms.TableLayoutPanel();
|
|
this.progressBarSortiment = new System.Windows.Forms.ProgressBar();
|
|
this.buttonSortimentUpdate = new System.Windows.Forms.Button();
|
|
this.buttonArtikelUpdate = new System.Windows.Forms.Button();
|
|
this.progressBarArtikel = new System.Windows.Forms.ProgressBar();
|
|
this.buttonAllUpdate = new System.Windows.Forms.Button();
|
|
this.groupBoxAuftrag = new System.Windows.Forms.GroupBox();
|
|
this.objectListViewAuftrag = new BrightIdeasSoftware.ObjectListView();
|
|
this.rBAufAbruf = new System.Windows.Forms.RadioButton();
|
|
this.rBAusgeliefert = new System.Windows.Forms.RadioButton();
|
|
this.rBFertig = new System.Windows.Forms.RadioButton();
|
|
this.rBVorbereitet = new System.Windows.Forms.RadioButton();
|
|
this.rBAlle = new System.Windows.Forms.RadioButton();
|
|
this.buttonAufAbruf = new System.Windows.Forms.Button();
|
|
this.buttonAusgeliefert = new System.Windows.Forms.Button();
|
|
this.groupBoxScannTest = new System.Windows.Forms.GroupBox();
|
|
this.pictureBoxScannTest = new System.Windows.Forms.PictureBox();
|
|
this.textBoxScannTest = new System.Windows.Forms.TextBox();
|
|
this.buttonScannTest = new System.Windows.Forms.Button();
|
|
this.labelScannTest = new System.Windows.Forms.Label();
|
|
this.toolStripMenu.SuspendLayout();
|
|
this.panelMain.SuspendLayout();
|
|
this.groupBoxContAnz.SuspendLayout();
|
|
this.tLPContAnz.SuspendLayout();
|
|
this.groupBoxSaison.SuspendLayout();
|
|
this.groupBoxStatistik.SuspendLayout();
|
|
this.tableLayoutPanelStatistik.SuspendLayout();
|
|
this.groupBoxUpdate.SuspendLayout();
|
|
this.tableLayoutPanelUpdate.SuspendLayout();
|
|
this.groupBoxAuftrag.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.objectListViewAuftrag)).BeginInit();
|
|
this.groupBoxScannTest.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxScannTest)).BeginInit();
|
|
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.tSBBenutzerVW,
|
|
this.tSBAuftragVW,
|
|
this.tSBAufgabeVW,
|
|
this.tSBArtikelVW,
|
|
this.toolStripZaehlscheine,
|
|
this.tSBExpedit,
|
|
this.toolStripDB,
|
|
this.tSBKosten,
|
|
this.toolStripButton1,
|
|
this.tSBScannTest,
|
|
this.tSBHilfe,
|
|
this.toolStripButtonImport,
|
|
this.tSBEinstellung,
|
|
this.tSBTourenplanung,
|
|
this.toolStripBeenden});
|
|
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(212, 689);
|
|
this.toolStripMenu.TabIndex = 0;
|
|
this.toolStripMenu.Text = "toolStripMenu";
|
|
//
|
|
// tSBBenutzerVW
|
|
//
|
|
this.tSBBenutzerVW.AutoSize = false;
|
|
this.tSBBenutzerVW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBBenutzerVW.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBBenutzerVW.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBBenutzerVW.ForeColor = System.Drawing.Color.White;
|
|
this.tSBBenutzerVW.Image = ((System.Drawing.Image)(resources.GetObject("tSBBenutzerVW.Image")));
|
|
this.tSBBenutzerVW.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBBenutzerVW.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBBenutzerVW.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBBenutzerVW.Name = "tSBBenutzerVW";
|
|
this.tSBBenutzerVW.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBBenutzerVW.Text = "BENUTZERVERWALTUNG";
|
|
this.tSBBenutzerVW.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBBenutzerVW.Click += new System.EventHandler(this.tSBBenutzerVW_Click);
|
|
this.tSBBenutzerVW.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.tSBBenutzerVW.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.tSBBenutzerVW.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// tSBAuftragVW
|
|
//
|
|
this.tSBAuftragVW.AutoSize = false;
|
|
this.tSBAuftragVW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBAuftragVW.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBAuftragVW.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBAuftragVW.ForeColor = System.Drawing.Color.White;
|
|
this.tSBAuftragVW.Image = ((System.Drawing.Image)(resources.GetObject("tSBAuftragVW.Image")));
|
|
this.tSBAuftragVW.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBAuftragVW.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBAuftragVW.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBAuftragVW.Name = "tSBAuftragVW";
|
|
this.tSBAuftragVW.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBAuftragVW.Text = "AUFTRAGVERWALTUNG";
|
|
this.tSBAuftragVW.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBAuftragVW.ToolTipText = "Auftragkontrolle und -bearbeitung";
|
|
this.tSBAuftragVW.Click += new System.EventHandler(this.tSBAuftragVW_Click);
|
|
this.tSBAuftragVW.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.tSBAuftragVW.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.tSBAuftragVW.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// tSBAufgabeVW
|
|
//
|
|
this.tSBAufgabeVW.AutoSize = false;
|
|
this.tSBAufgabeVW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBAufgabeVW.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBAufgabeVW.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBAufgabeVW.ForeColor = System.Drawing.Color.White;
|
|
this.tSBAufgabeVW.Image = ((System.Drawing.Image)(resources.GetObject("tSBAufgabeVW.Image")));
|
|
this.tSBAufgabeVW.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBAufgabeVW.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBAufgabeVW.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBAufgabeVW.Name = "tSBAufgabeVW";
|
|
this.tSBAufgabeVW.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBAufgabeVW.Text = "AUFGABENVERWALTUNG";
|
|
this.tSBAufgabeVW.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBAufgabeVW.Click += new System.EventHandler(this.tSBAufgabeVW_Click);
|
|
this.tSBAufgabeVW.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.tSBAufgabeVW.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.tSBAufgabeVW.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// tSBArtikelVW
|
|
//
|
|
this.tSBArtikelVW.AutoSize = false;
|
|
this.tSBArtikelVW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBArtikelVW.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBArtikelVW.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBArtikelVW.ForeColor = System.Drawing.Color.White;
|
|
this.tSBArtikelVW.Image = ((System.Drawing.Image)(resources.GetObject("tSBArtikelVW.Image")));
|
|
this.tSBArtikelVW.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBArtikelVW.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBArtikelVW.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBArtikelVW.Name = "tSBArtikelVW";
|
|
this.tSBArtikelVW.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBArtikelVW.Text = "ARTIKELVERWALTUNG";
|
|
this.tSBArtikelVW.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBArtikelVW.ToolTipText = "Artikel bearbeiten";
|
|
this.tSBArtikelVW.Click += new System.EventHandler(this.tSBArtikelVW_Click);
|
|
this.tSBArtikelVW.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.tSBArtikelVW.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.tSBArtikelVW.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 = "KUNDENVERWALTUNG";
|
|
this.toolStripZaehlscheine.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripZaehlscheine.ToolTipText = "Kunde bearbeiten";
|
|
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);
|
|
//
|
|
// tSBExpedit
|
|
//
|
|
this.tSBExpedit.AutoSize = false;
|
|
this.tSBExpedit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBExpedit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBExpedit.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBExpedit.ForeColor = System.Drawing.Color.White;
|
|
this.tSBExpedit.Image = ((System.Drawing.Image)(resources.GetObject("tSBExpedit.Image")));
|
|
this.tSBExpedit.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBExpedit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBExpedit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBExpedit.Name = "tSBExpedit";
|
|
this.tSBExpedit.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBExpedit.Text = "EXPEDIT";
|
|
this.tSBExpedit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBExpedit.Click += new System.EventHandler(this.tSBExpedit_Click);
|
|
this.tSBExpedit.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.tSBExpedit.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.tSBExpedit.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);
|
|
//
|
|
// 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";
|
|
//
|
|
// tSBScannTest
|
|
//
|
|
this.tSBScannTest.AutoSize = false;
|
|
this.tSBScannTest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBScannTest.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBScannTest.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBScannTest.ForeColor = System.Drawing.Color.White;
|
|
this.tSBScannTest.Image = ((System.Drawing.Image)(resources.GetObject("tSBScannTest.Image")));
|
|
this.tSBScannTest.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBScannTest.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBScannTest.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBScannTest.Name = "tSBScannTest";
|
|
this.tSBScannTest.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBScannTest.Text = "SCANN TEST";
|
|
this.tSBScannTest.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBScannTest.Click += new System.EventHandler(this.tSBScannTest_Click);
|
|
this.tSBScannTest.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.tSBScannTest.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.tSBScannTest.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// tSBHilfe
|
|
//
|
|
this.tSBHilfe.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.tSBHilfe.AutoSize = false;
|
|
this.tSBHilfe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBHilfe.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBHilfe.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBHilfe.ForeColor = System.Drawing.Color.White;
|
|
this.tSBHilfe.Image = ((System.Drawing.Image)(resources.GetObject("tSBHilfe.Image")));
|
|
this.tSBHilfe.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBHilfe.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBHilfe.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBHilfe.Name = "tSBHilfe";
|
|
this.tSBHilfe.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBHilfe.Text = "HILFE";
|
|
this.tSBHilfe.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBHilfe.Click += new System.EventHandler(this.tSBHilfe_Click);
|
|
//
|
|
// 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);
|
|
//
|
|
// 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);
|
|
//
|
|
// tSBTourenplanung
|
|
//
|
|
this.tSBTourenplanung.AutoSize = false;
|
|
this.tSBTourenplanung.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBTourenplanung.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBTourenplanung.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBTourenplanung.ForeColor = System.Drawing.Color.White;
|
|
this.tSBTourenplanung.Image = ((System.Drawing.Image)(resources.GetObject("tSBTourenplanung.Image")));
|
|
this.tSBTourenplanung.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBTourenplanung.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBTourenplanung.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBTourenplanung.Name = "tSBTourenplanung";
|
|
this.tSBTourenplanung.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBTourenplanung.Text = "TOURENPLANUNG";
|
|
this.tSBTourenplanung.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBTourenplanung.Click += new System.EventHandler(this.tSBTourenplanung_Click);
|
|
this.tSBTourenplanung.MouseEnter += new System.EventHandler(this.toolStrip_MouseEnter);
|
|
this.tSBTourenplanung.MouseLeave += new System.EventHandler(this.toolStrip_MouseLeave);
|
|
this.tSBTourenplanung.Paint += new System.Windows.Forms.PaintEventHandler(this.get_Border_Paint);
|
|
//
|
|
// 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);
|
|
//
|
|
// panelMain
|
|
//
|
|
this.panelMain.AllowDrop = true;
|
|
this.panelMain.BackColor = System.Drawing.Color.White;
|
|
this.panelMain.Controls.Add(this.groupBoxContAnz);
|
|
this.panelMain.Controls.Add(this.groupBoxSaison);
|
|
this.panelMain.Controls.Add(this.buttonNeuerStand);
|
|
this.panelMain.Controls.Add(this.buttonNeueInventur);
|
|
this.panelMain.Controls.Add(this.buttonNeueAufgabe);
|
|
this.panelMain.Controls.Add(this.buttonNeuerAuftrag);
|
|
this.panelMain.Controls.Add(this.buttonNeuerUser);
|
|
this.panelMain.Controls.Add(this.groupBoxStatistik);
|
|
this.panelMain.Controls.Add(this.groupBoxUpdate);
|
|
this.panelMain.Controls.Add(this.groupBoxAuftrag);
|
|
this.panelMain.Controls.Add(this.groupBoxScannTest);
|
|
this.panelMain.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panelMain.Location = new System.Drawing.Point(218, 0);
|
|
this.panelMain.Margin = new System.Windows.Forms.Padding(2);
|
|
this.panelMain.Name = "panelMain";
|
|
this.panelMain.Size = new System.Drawing.Size(938, 689);
|
|
this.panelMain.TabIndex = 5;
|
|
this.panelMain.Paint += new System.Windows.Forms.PaintEventHandler(this.panelMain_Paint);
|
|
//
|
|
// groupBoxContAnz
|
|
//
|
|
this.groupBoxContAnz.AutoSize = true;
|
|
this.groupBoxContAnz.Controls.Add(this.tLPContAnz);
|
|
this.groupBoxContAnz.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxContAnz.Location = new System.Drawing.Point(324, 57);
|
|
this.groupBoxContAnz.Name = "groupBoxContAnz";
|
|
this.groupBoxContAnz.Size = new System.Drawing.Size(305, 248);
|
|
this.groupBoxContAnz.TabIndex = 62;
|
|
this.groupBoxContAnz.TabStop = false;
|
|
this.groupBoxContAnz.Text = "CONT. ANZAHL / WASCHZEIT";
|
|
this.groupBoxContAnz.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.groupBox_GiveFeedback);
|
|
this.groupBoxContAnz.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox_Paint);
|
|
//
|
|
// tLPContAnz
|
|
//
|
|
this.tLPContAnz.AutoSize = true;
|
|
this.tLPContAnz.ColumnCount = 4;
|
|
this.tLPContAnz.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tLPContAnz.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tLPContAnz.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tLPContAnz.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tLPContAnz.Controls.Add(this.label14, 3, 6);
|
|
this.tLPContAnz.Controls.Add(this.label13, 2, 6);
|
|
this.tLPContAnz.Controls.Add(this.labelContGes, 1, 6);
|
|
this.tLPContAnz.Controls.Add(this.label9, 0, 6);
|
|
this.tLPContAnz.Controls.Add(this.label5, 3, 5);
|
|
this.tLPContAnz.Controls.Add(this.label4, 2, 5);
|
|
this.tLPContAnz.Controls.Add(this.labelContZahl5, 1, 5);
|
|
this.tLPContAnz.Controls.Add(this.label2, 0, 5);
|
|
this.tLPContAnz.Controls.Add(this.labelZeit52, 3, 4);
|
|
this.tLPContAnz.Controls.Add(this.labelZeit42, 3, 3);
|
|
this.tLPContAnz.Controls.Add(this.labelZeit32, 3, 2);
|
|
this.tLPContAnz.Controls.Add(this.labelZeit22, 3, 1);
|
|
this.tLPContAnz.Controls.Add(this.labelZeit12, 3, 0);
|
|
this.tLPContAnz.Controls.Add(this.labelZeit5, 2, 4);
|
|
this.tLPContAnz.Controls.Add(this.labelZeit4, 2, 3);
|
|
this.tLPContAnz.Controls.Add(this.labelZeit3, 2, 2);
|
|
this.tLPContAnz.Controls.Add(this.labelZeit2, 2, 1);
|
|
this.tLPContAnz.Controls.Add(this.labelZeit1, 2, 0);
|
|
this.tLPContAnz.Controls.Add(this.labelContZahl4, 1, 4);
|
|
this.tLPContAnz.Controls.Add(this.label1, 0, 4);
|
|
this.tLPContAnz.Controls.Add(this.labelContZahl3, 1, 3);
|
|
this.tLPContAnz.Controls.Add(this.label6, 0, 3);
|
|
this.tLPContAnz.Controls.Add(this.labelContZahl2, 1, 2);
|
|
this.tLPContAnz.Controls.Add(this.label8, 0, 2);
|
|
this.tLPContAnz.Controls.Add(this.labelContZahl1, 1, 1);
|
|
this.tLPContAnz.Controls.Add(this.label10, 0, 1);
|
|
this.tLPContAnz.Controls.Add(this.label12, 0, 0);
|
|
this.tLPContAnz.Location = new System.Drawing.Point(3, 19);
|
|
this.tLPContAnz.Name = "tLPContAnz";
|
|
this.tLPContAnz.RowCount = 7;
|
|
this.tLPContAnz.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tLPContAnz.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tLPContAnz.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tLPContAnz.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tLPContAnz.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tLPContAnz.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tLPContAnz.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tLPContAnz.Size = new System.Drawing.Size(296, 210);
|
|
this.tLPContAnz.TabIndex = 0;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label14.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label14.Location = new System.Drawing.Point(249, 180);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(44, 30);
|
|
this.label14.TabIndex = 29;
|
|
this.label14.Text = "0,00";
|
|
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label13.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label13.Location = new System.Drawing.Point(199, 180);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(44, 30);
|
|
this.label13.TabIndex = 28;
|
|
this.label13.Text = "0,00";
|
|
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelContGes
|
|
//
|
|
this.labelContGes.AutoSize = true;
|
|
this.labelContGes.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelContGes.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelContGes.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelContGes.Location = new System.Drawing.Point(134, 180);
|
|
this.labelContGes.Name = "labelContGes";
|
|
this.labelContGes.Size = new System.Drawing.Size(59, 30);
|
|
this.labelContGes.TabIndex = 27;
|
|
this.labelContGes.Text = "Zahl 5";
|
|
this.labelContGes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label9.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label9.Location = new System.Drawing.Point(3, 180);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(72, 30);
|
|
this.label9.TabIndex = 25;
|
|
this.label9.Text = "Gesamt";
|
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label5.Location = new System.Drawing.Point(253, 150);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(40, 30);
|
|
this.label5.TabIndex = 23;
|
|
this.label5.Text = "0,00";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label4.Location = new System.Drawing.Point(203, 150);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(40, 30);
|
|
this.label4.TabIndex = 22;
|
|
this.label4.Text = "0,00";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelContZahl5
|
|
//
|
|
this.labelContZahl5.AutoSize = true;
|
|
this.labelContZahl5.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelContZahl5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelContZahl5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelContZahl5.Location = new System.Drawing.Point(134, 150);
|
|
this.labelContZahl5.Name = "labelContZahl5";
|
|
this.labelContZahl5.Size = new System.Drawing.Size(53, 30);
|
|
this.labelContZahl5.TabIndex = 21;
|
|
this.labelContZahl5.Text = "Zahl 5";
|
|
this.labelContZahl5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label2.Location = new System.Drawing.Point(3, 150);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(90, 30);
|
|
this.label2.TabIndex = 20;
|
|
this.label2.Text = "Cont Rest";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelZeit52
|
|
//
|
|
this.labelZeit52.AutoSize = true;
|
|
this.labelZeit52.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelZeit52.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZeit52.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZeit52.Location = new System.Drawing.Point(253, 120);
|
|
this.labelZeit52.Name = "labelZeit52";
|
|
this.labelZeit52.Size = new System.Drawing.Size(40, 30);
|
|
this.labelZeit52.TabIndex = 19;
|
|
this.labelZeit52.Text = "0,00";
|
|
this.labelZeit52.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZeit42
|
|
//
|
|
this.labelZeit42.AutoSize = true;
|
|
this.labelZeit42.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelZeit42.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZeit42.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZeit42.Location = new System.Drawing.Point(253, 90);
|
|
this.labelZeit42.Name = "labelZeit42";
|
|
this.labelZeit42.Size = new System.Drawing.Size(40, 30);
|
|
this.labelZeit42.TabIndex = 18;
|
|
this.labelZeit42.Text = "0,00";
|
|
this.labelZeit42.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZeit32
|
|
//
|
|
this.labelZeit32.AutoSize = true;
|
|
this.labelZeit32.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelZeit32.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZeit32.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZeit32.Location = new System.Drawing.Point(253, 60);
|
|
this.labelZeit32.Name = "labelZeit32";
|
|
this.labelZeit32.Size = new System.Drawing.Size(40, 30);
|
|
this.labelZeit32.TabIndex = 17;
|
|
this.labelZeit32.Text = "0,00";
|
|
this.labelZeit32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZeit22
|
|
//
|
|
this.labelZeit22.AutoSize = true;
|
|
this.labelZeit22.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelZeit22.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZeit22.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZeit22.Location = new System.Drawing.Point(253, 30);
|
|
this.labelZeit22.Name = "labelZeit22";
|
|
this.labelZeit22.Size = new System.Drawing.Size(40, 30);
|
|
this.labelZeit22.TabIndex = 16;
|
|
this.labelZeit22.Text = "0,00";
|
|
this.labelZeit22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZeit12
|
|
//
|
|
this.labelZeit12.AutoSize = true;
|
|
this.labelZeit12.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelZeit12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZeit12.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZeit12.Location = new System.Drawing.Point(249, 0);
|
|
this.labelZeit12.Name = "labelZeit12";
|
|
this.labelZeit12.Size = new System.Drawing.Size(44, 30);
|
|
this.labelZeit12.TabIndex = 15;
|
|
this.labelZeit12.Text = "2";
|
|
this.labelZeit12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZeit5
|
|
//
|
|
this.labelZeit5.AutoSize = true;
|
|
this.labelZeit5.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelZeit5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZeit5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZeit5.Location = new System.Drawing.Point(203, 120);
|
|
this.labelZeit5.Name = "labelZeit5";
|
|
this.labelZeit5.Size = new System.Drawing.Size(40, 30);
|
|
this.labelZeit5.TabIndex = 14;
|
|
this.labelZeit5.Text = "0,00";
|
|
this.labelZeit5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZeit4
|
|
//
|
|
this.labelZeit4.AutoSize = true;
|
|
this.labelZeit4.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelZeit4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZeit4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZeit4.Location = new System.Drawing.Point(203, 90);
|
|
this.labelZeit4.Name = "labelZeit4";
|
|
this.labelZeit4.Size = new System.Drawing.Size(40, 30);
|
|
this.labelZeit4.TabIndex = 13;
|
|
this.labelZeit4.Text = "0,00";
|
|
this.labelZeit4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZeit3
|
|
//
|
|
this.labelZeit3.AutoSize = true;
|
|
this.labelZeit3.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelZeit3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZeit3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZeit3.Location = new System.Drawing.Point(203, 60);
|
|
this.labelZeit3.Name = "labelZeit3";
|
|
this.labelZeit3.Size = new System.Drawing.Size(40, 30);
|
|
this.labelZeit3.TabIndex = 12;
|
|
this.labelZeit3.Text = "0,00";
|
|
this.labelZeit3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZeit2
|
|
//
|
|
this.labelZeit2.AutoSize = true;
|
|
this.labelZeit2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelZeit2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZeit2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZeit2.Location = new System.Drawing.Point(203, 30);
|
|
this.labelZeit2.Name = "labelZeit2";
|
|
this.labelZeit2.Size = new System.Drawing.Size(40, 30);
|
|
this.labelZeit2.TabIndex = 11;
|
|
this.labelZeit2.Text = "0,00";
|
|
this.labelZeit2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZeit1
|
|
//
|
|
this.labelZeit1.AutoSize = true;
|
|
this.labelZeit1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelZeit1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZeit1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZeit1.Location = new System.Drawing.Point(199, 0);
|
|
this.labelZeit1.Name = "labelZeit1";
|
|
this.labelZeit1.Size = new System.Drawing.Size(44, 30);
|
|
this.labelZeit1.TabIndex = 10;
|
|
this.labelZeit1.Text = "1";
|
|
this.labelZeit1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelContZahl4
|
|
//
|
|
this.labelContZahl4.AutoSize = true;
|
|
this.labelContZahl4.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelContZahl4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelContZahl4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelContZahl4.Location = new System.Drawing.Point(134, 120);
|
|
this.labelContZahl4.Name = "labelContZahl4";
|
|
this.labelContZahl4.Size = new System.Drawing.Size(53, 30);
|
|
this.labelContZahl4.TabIndex = 9;
|
|
this.labelContZahl4.Text = "Zahl 5";
|
|
this.labelContZahl4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label1.Location = new System.Drawing.Point(3, 120);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(118, 30);
|
|
this.label1.TabIndex = 8;
|
|
this.label1.Text = "Cont heute+3";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelContZahl3
|
|
//
|
|
this.labelContZahl3.AutoSize = true;
|
|
this.labelContZahl3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelContZahl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelContZahl3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelContZahl3.Location = new System.Drawing.Point(134, 90);
|
|
this.labelContZahl3.Name = "labelContZahl3";
|
|
this.labelContZahl3.Size = new System.Drawing.Size(53, 30);
|
|
this.labelContZahl3.TabIndex = 7;
|
|
this.labelContZahl3.Text = "Zahl 4";
|
|
this.labelContZahl3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label6.Location = new System.Drawing.Point(3, 90);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(118, 30);
|
|
this.label6.TabIndex = 6;
|
|
this.label6.Text = "Cont heute+2";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelContZahl2
|
|
//
|
|
this.labelContZahl2.AutoSize = true;
|
|
this.labelContZahl2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelContZahl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelContZahl2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelContZahl2.Location = new System.Drawing.Point(134, 60);
|
|
this.labelContZahl2.Name = "labelContZahl2";
|
|
this.labelContZahl2.Size = new System.Drawing.Size(53, 30);
|
|
this.labelContZahl2.TabIndex = 5;
|
|
this.labelContZahl2.Text = "Zahl 3";
|
|
this.labelContZahl2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label8.Location = new System.Drawing.Point(3, 60);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(118, 30);
|
|
this.label8.TabIndex = 4;
|
|
this.label8.Text = "Cont heute+1";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelContZahl1
|
|
//
|
|
this.labelContZahl1.AutoSize = true;
|
|
this.labelContZahl1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelContZahl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelContZahl1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelContZahl1.Location = new System.Drawing.Point(134, 30);
|
|
this.labelContZahl1.Name = "labelContZahl1";
|
|
this.labelContZahl1.Size = new System.Drawing.Size(53, 30);
|
|
this.labelContZahl1.TabIndex = 3;
|
|
this.labelContZahl1.Text = "Zahl 2";
|
|
this.labelContZahl1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label10.Location = new System.Drawing.Point(3, 30);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(98, 30);
|
|
this.label10.TabIndex = 2;
|
|
this.label10.Text = "Cont heute";
|
|
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label12.Location = new System.Drawing.Point(3, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(125, 30);
|
|
this.label12.TabIndex = 0;
|
|
this.label12.Text = "Waschstraßen";
|
|
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// groupBoxSaison
|
|
//
|
|
this.groupBoxSaison.Controls.Add(this.comboBoxSaison);
|
|
this.groupBoxSaison.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxSaison.Location = new System.Drawing.Point(8, 457);
|
|
this.groupBoxSaison.Name = "groupBoxSaison";
|
|
this.groupBoxSaison.Size = new System.Drawing.Size(279, 59);
|
|
this.groupBoxSaison.TabIndex = 62;
|
|
this.groupBoxSaison.TabStop = false;
|
|
this.groupBoxSaison.Text = "AKTIVE SAISON";
|
|
this.groupBoxSaison.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.groupBox_GiveFeedback);
|
|
this.groupBoxSaison.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox_Paint);
|
|
//
|
|
// comboBoxSaison
|
|
//
|
|
this.comboBoxSaison.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxSaison.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxSaison.FormattingEnabled = true;
|
|
this.comboBoxSaison.Location = new System.Drawing.Point(8, 19);
|
|
this.comboBoxSaison.Name = "comboBoxSaison";
|
|
this.comboBoxSaison.Size = new System.Drawing.Size(265, 28);
|
|
this.comboBoxSaison.TabIndex = 66;
|
|
this.comboBoxSaison.SelectedIndexChanged += new System.EventHandler(this.comboBoxSaison_SelectedIndexChanged);
|
|
//
|
|
// buttonNeuerStand
|
|
//
|
|
this.buttonNeuerStand.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
|
|
this.buttonNeuerStand.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonNeuerStand.FlatAppearance.BorderSize = 0;
|
|
this.buttonNeuerStand.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonNeuerStand.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNeuerStand.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNeuerStand.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.buttonNeuerStand.Location = new System.Drawing.Point(8, 116);
|
|
this.buttonNeuerStand.Margin = new System.Windows.Forms.Padding(5);
|
|
this.buttonNeuerStand.Name = "buttonNeuerStand";
|
|
this.buttonNeuerStand.Size = new System.Drawing.Size(250, 41);
|
|
this.buttonNeuerStand.TabIndex = 65;
|
|
this.buttonNeuerStand.Text = "Neue Standveränderung";
|
|
this.buttonNeuerStand.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonNeuerStand.UseVisualStyleBackColor = false;
|
|
this.buttonNeuerStand.Click += new System.EventHandler(this.buttonNeuerStand_Click);
|
|
//
|
|
// buttonNeueInventur
|
|
//
|
|
this.buttonNeueInventur.BackColor = System.Drawing.Color.Green;
|
|
this.buttonNeueInventur.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonNeueInventur.FlatAppearance.BorderSize = 0;
|
|
this.buttonNeueInventur.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonNeueInventur.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNeueInventur.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNeueInventur.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.buttonNeueInventur.Location = new System.Drawing.Point(8, 65);
|
|
this.buttonNeueInventur.Margin = new System.Windows.Forms.Padding(5);
|
|
this.buttonNeueInventur.Name = "buttonNeueInventur";
|
|
this.buttonNeueInventur.Size = new System.Drawing.Size(250, 41);
|
|
this.buttonNeueInventur.TabIndex = 64;
|
|
this.buttonNeueInventur.Text = "Neue Inventur";
|
|
this.buttonNeueInventur.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonNeueInventur.UseVisualStyleBackColor = false;
|
|
this.buttonNeueInventur.Click += new System.EventHandler(this.buttonNeueInventur_Click);
|
|
//
|
|
// buttonNeueAufgabe
|
|
//
|
|
this.buttonNeueAufgabe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|
this.buttonNeueAufgabe.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonNeueAufgabe.FlatAppearance.BorderSize = 0;
|
|
this.buttonNeueAufgabe.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonNeueAufgabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNeueAufgabe.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonNeueAufgabe.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.buttonNeueAufgabe.Location = new System.Drawing.Point(8, 218);
|
|
this.buttonNeueAufgabe.Margin = new System.Windows.Forms.Padding(5);
|
|
this.buttonNeueAufgabe.Name = "buttonNeueAufgabe";
|
|
this.buttonNeueAufgabe.Size = new System.Drawing.Size(250, 41);
|
|
this.buttonNeueAufgabe.TabIndex = 63;
|
|
this.buttonNeueAufgabe.Text = "Neue Aufgabe";
|
|
this.buttonNeueAufgabe.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonNeueAufgabe.UseVisualStyleBackColor = false;
|
|
this.buttonNeueAufgabe.Click += new System.EventHandler(this.buttonNeueAufgabe_Click);
|
|
//
|
|
// buttonNeuerAuftrag
|
|
//
|
|
this.buttonNeuerAuftrag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonNeuerAuftrag.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonNeuerAuftrag.FlatAppearance.BorderSize = 0;
|
|
this.buttonNeuerAuftrag.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonNeuerAuftrag.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNeuerAuftrag.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNeuerAuftrag.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.buttonNeuerAuftrag.Location = new System.Drawing.Point(8, 14);
|
|
this.buttonNeuerAuftrag.Margin = new System.Windows.Forms.Padding(5);
|
|
this.buttonNeuerAuftrag.Name = "buttonNeuerAuftrag";
|
|
this.buttonNeuerAuftrag.Size = new System.Drawing.Size(250, 41);
|
|
this.buttonNeuerAuftrag.TabIndex = 56;
|
|
this.buttonNeuerAuftrag.Text = "Neuer Auftrag";
|
|
this.buttonNeuerAuftrag.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonNeuerAuftrag.UseVisualStyleBackColor = false;
|
|
this.buttonNeuerAuftrag.Click += new System.EventHandler(this.buttonNeuerAuftrag_Click);
|
|
//
|
|
// buttonNeuerUser
|
|
//
|
|
this.buttonNeuerUser.BackColor = System.Drawing.Color.Yellow;
|
|
this.buttonNeuerUser.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonNeuerUser.FlatAppearance.BorderSize = 0;
|
|
this.buttonNeuerUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonNeuerUser.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNeuerUser.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonNeuerUser.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.buttonNeuerUser.Location = new System.Drawing.Point(8, 167);
|
|
this.buttonNeuerUser.Margin = new System.Windows.Forms.Padding(5);
|
|
this.buttonNeuerUser.Name = "buttonNeuerUser";
|
|
this.buttonNeuerUser.Size = new System.Drawing.Size(250, 41);
|
|
this.buttonNeuerUser.TabIndex = 62;
|
|
this.buttonNeuerUser.Text = "Neuer User";
|
|
this.buttonNeuerUser.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonNeuerUser.UseVisualStyleBackColor = false;
|
|
this.buttonNeuerUser.Click += new System.EventHandler(this.buttonNeuerUser_Click);
|
|
//
|
|
// groupBoxStatistik
|
|
//
|
|
this.groupBoxStatistik.AutoSize = true;
|
|
this.groupBoxStatistik.Controls.Add(this.dateTimePicker1);
|
|
this.groupBoxStatistik.Controls.Add(this.tableLayoutPanelStatistik);
|
|
this.groupBoxStatistik.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxStatistik.Location = new System.Drawing.Point(299, 317);
|
|
this.groupBoxStatistik.Name = "groupBoxStatistik";
|
|
this.groupBoxStatistik.Size = new System.Drawing.Size(282, 250);
|
|
this.groupBoxStatistik.TabIndex = 61;
|
|
this.groupBoxStatistik.TabStop = false;
|
|
this.groupBoxStatistik.Text = "STATISTIK";
|
|
this.groupBoxStatistik.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.groupBox_GiveFeedback);
|
|
this.groupBoxStatistik.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox_Paint);
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.CustomFormat = "dddd dd.MM.yyyy";
|
|
this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(4, 19);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(270, 26);
|
|
this.dateTimePicker1.TabIndex = 1;
|
|
this.dateTimePicker1.CloseUp += new System.EventHandler(this.dateTimePicker1_CloseUp);
|
|
//
|
|
// tableLayoutPanelStatistik
|
|
//
|
|
this.tableLayoutPanelStatistik.AutoSize = true;
|
|
this.tableLayoutPanelStatistik.ColumnCount = 2;
|
|
this.tableLayoutPanelStatistik.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelStatistik.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl6, 1, 5);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik6, 0, 5);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl5, 1, 4);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik5, 0, 4);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl4, 1, 3);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik4, 0, 3);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl3, 1, 2);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik3, 0, 2);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl2, 1, 1);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik2, 0, 1);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelZahl1, 1, 0);
|
|
this.tableLayoutPanelStatistik.Controls.Add(this.labelStatistik1, 0, 0);
|
|
this.tableLayoutPanelStatistik.Location = new System.Drawing.Point(3, 51);
|
|
this.tableLayoutPanelStatistik.Name = "tableLayoutPanelStatistik";
|
|
this.tableLayoutPanelStatistik.RowCount = 6;
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanelStatistik.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanelStatistik.Size = new System.Drawing.Size(273, 180);
|
|
this.tableLayoutPanelStatistik.TabIndex = 0;
|
|
this.tableLayoutPanelStatistik.MouseDown += new System.Windows.Forms.MouseEventHandler(this.groupBox_MouseDown);
|
|
this.tableLayoutPanelStatistik.MouseMove += new System.Windows.Forms.MouseEventHandler(this.groupBox_MouseMove);
|
|
this.tableLayoutPanelStatistik.MouseUp += new System.Windows.Forms.MouseEventHandler(this.groupBox_MouseUp);
|
|
//
|
|
// labelZahl6
|
|
//
|
|
this.labelZahl6.AutoSize = true;
|
|
this.labelZahl6.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZahl6.Location = new System.Drawing.Point(99, 150);
|
|
this.labelZahl6.Name = "labelZahl6";
|
|
this.labelZahl6.Size = new System.Drawing.Size(53, 30);
|
|
this.labelZahl6.TabIndex = 11;
|
|
this.labelZahl6.Text = "Zahl 6";
|
|
this.labelZahl6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik6
|
|
//
|
|
this.labelStatistik6.AutoSize = true;
|
|
this.labelStatistik6.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelStatistik6.Location = new System.Drawing.Point(3, 150);
|
|
this.labelStatistik6.Name = "labelStatistik6";
|
|
this.labelStatistik6.Size = new System.Drawing.Size(90, 30);
|
|
this.labelStatistik6.TabIndex = 10;
|
|
this.labelStatistik6.Text = "Statistik 6";
|
|
this.labelStatistik6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZahl5
|
|
//
|
|
this.labelZahl5.AutoSize = true;
|
|
this.labelZahl5.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZahl5.Location = new System.Drawing.Point(99, 120);
|
|
this.labelZahl5.Name = "labelZahl5";
|
|
this.labelZahl5.Size = new System.Drawing.Size(53, 30);
|
|
this.labelZahl5.TabIndex = 9;
|
|
this.labelZahl5.Text = "Zahl 5";
|
|
this.labelZahl5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik5
|
|
//
|
|
this.labelStatistik5.AutoSize = true;
|
|
this.labelStatistik5.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelStatistik5.Location = new System.Drawing.Point(3, 120);
|
|
this.labelStatistik5.Name = "labelStatistik5";
|
|
this.labelStatistik5.Size = new System.Drawing.Size(90, 30);
|
|
this.labelStatistik5.TabIndex = 8;
|
|
this.labelStatistik5.Text = "Statistik 5";
|
|
this.labelStatistik5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZahl4
|
|
//
|
|
this.labelZahl4.AutoSize = true;
|
|
this.labelZahl4.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZahl4.Location = new System.Drawing.Point(99, 90);
|
|
this.labelZahl4.Name = "labelZahl4";
|
|
this.labelZahl4.Size = new System.Drawing.Size(53, 30);
|
|
this.labelZahl4.TabIndex = 7;
|
|
this.labelZahl4.Text = "Zahl 4";
|
|
this.labelZahl4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik4
|
|
//
|
|
this.labelStatistik4.AutoSize = true;
|
|
this.labelStatistik4.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelStatistik4.Location = new System.Drawing.Point(3, 90);
|
|
this.labelStatistik4.Name = "labelStatistik4";
|
|
this.labelStatistik4.Size = new System.Drawing.Size(90, 30);
|
|
this.labelStatistik4.TabIndex = 6;
|
|
this.labelStatistik4.Text = "Statistik 4";
|
|
this.labelStatistik4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZahl3
|
|
//
|
|
this.labelZahl3.AutoSize = true;
|
|
this.labelZahl3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZahl3.Location = new System.Drawing.Point(99, 60);
|
|
this.labelZahl3.Name = "labelZahl3";
|
|
this.labelZahl3.Size = new System.Drawing.Size(53, 30);
|
|
this.labelZahl3.TabIndex = 5;
|
|
this.labelZahl3.Text = "Zahl 3";
|
|
this.labelZahl3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik3
|
|
//
|
|
this.labelStatistik3.AutoSize = true;
|
|
this.labelStatistik3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelStatistik3.Location = new System.Drawing.Point(3, 60);
|
|
this.labelStatistik3.Name = "labelStatistik3";
|
|
this.labelStatistik3.Size = new System.Drawing.Size(90, 30);
|
|
this.labelStatistik3.TabIndex = 4;
|
|
this.labelStatistik3.Text = "Statistik 3";
|
|
this.labelStatistik3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZahl2
|
|
//
|
|
this.labelZahl2.AutoSize = true;
|
|
this.labelZahl2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZahl2.Location = new System.Drawing.Point(99, 30);
|
|
this.labelZahl2.Name = "labelZahl2";
|
|
this.labelZahl2.Size = new System.Drawing.Size(53, 30);
|
|
this.labelZahl2.TabIndex = 3;
|
|
this.labelZahl2.Text = "Zahl 2";
|
|
this.labelZahl2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik2
|
|
//
|
|
this.labelStatistik2.AutoSize = true;
|
|
this.labelStatistik2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelStatistik2.Location = new System.Drawing.Point(3, 30);
|
|
this.labelStatistik2.Name = "labelStatistik2";
|
|
this.labelStatistik2.Size = new System.Drawing.Size(90, 30);
|
|
this.labelStatistik2.TabIndex = 2;
|
|
this.labelStatistik2.Text = "Statistik 2";
|
|
this.labelStatistik2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelZahl1
|
|
//
|
|
this.labelZahl1.AutoSize = true;
|
|
this.labelZahl1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelZahl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelZahl1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelZahl1.Location = new System.Drawing.Point(99, 0);
|
|
this.labelZahl1.Name = "labelZahl1";
|
|
this.labelZahl1.Size = new System.Drawing.Size(53, 30);
|
|
this.labelZahl1.TabIndex = 1;
|
|
this.labelZahl1.Text = "Zahl 1";
|
|
this.labelZahl1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelStatistik1
|
|
//
|
|
this.labelStatistik1.AutoSize = true;
|
|
this.labelStatistik1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.labelStatistik1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStatistik1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.labelStatistik1.Location = new System.Drawing.Point(3, 0);
|
|
this.labelStatistik1.Name = "labelStatistik1";
|
|
this.labelStatistik1.Size = new System.Drawing.Size(90, 30);
|
|
this.labelStatistik1.TabIndex = 0;
|
|
this.labelStatistik1.Text = "Statistik 1";
|
|
this.labelStatistik1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// groupBoxUpdate
|
|
//
|
|
this.groupBoxUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.groupBoxUpdate.Controls.Add(this.tableLayoutPanelUpdate);
|
|
this.groupBoxUpdate.Location = new System.Drawing.Point(8, 573);
|
|
this.groupBoxUpdate.Name = "groupBoxUpdate";
|
|
this.groupBoxUpdate.Size = new System.Drawing.Size(573, 110);
|
|
this.groupBoxUpdate.TabIndex = 60;
|
|
this.groupBoxUpdate.TabStop = false;
|
|
this.groupBoxUpdate.Text = "UPDATE";
|
|
//
|
|
// tableLayoutPanelUpdate
|
|
//
|
|
this.tableLayoutPanelUpdate.ColumnCount = 2;
|
|
this.tableLayoutPanelUpdate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanelUpdate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
|
|
this.tableLayoutPanelUpdate.Controls.Add(this.progressBarSortiment, 1, 1);
|
|
this.tableLayoutPanelUpdate.Controls.Add(this.buttonSortimentUpdate, 0, 1);
|
|
this.tableLayoutPanelUpdate.Controls.Add(this.buttonArtikelUpdate, 0, 0);
|
|
this.tableLayoutPanelUpdate.Controls.Add(this.progressBarArtikel, 1, 0);
|
|
this.tableLayoutPanelUpdate.Controls.Add(this.buttonAllUpdate, 0, 2);
|
|
this.tableLayoutPanelUpdate.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanelUpdate.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanelUpdate.Name = "tableLayoutPanelUpdate";
|
|
this.tableLayoutPanelUpdate.RowCount = 3;
|
|
this.tableLayoutPanelUpdate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanelUpdate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanelUpdate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanelUpdate.Size = new System.Drawing.Size(567, 91);
|
|
this.tableLayoutPanelUpdate.TabIndex = 0;
|
|
//
|
|
// progressBarSortiment
|
|
//
|
|
this.progressBarSortiment.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.progressBarSortiment.Location = new System.Drawing.Point(144, 33);
|
|
this.progressBarSortiment.Name = "progressBarSortiment";
|
|
this.progressBarSortiment.Size = new System.Drawing.Size(420, 24);
|
|
this.progressBarSortiment.TabIndex = 62;
|
|
//
|
|
// buttonSortimentUpdate
|
|
//
|
|
this.buttonSortimentUpdate.BackColor = System.Drawing.Color.White;
|
|
this.buttonSortimentUpdate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonSortimentUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.buttonSortimentUpdate.Location = new System.Drawing.Point(2, 32);
|
|
this.buttonSortimentUpdate.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonSortimentUpdate.Name = "buttonSortimentUpdate";
|
|
this.buttonSortimentUpdate.Size = new System.Drawing.Size(137, 24);
|
|
this.buttonSortimentUpdate.TabIndex = 61;
|
|
this.buttonSortimentUpdate.Text = "Sortiment-Update";
|
|
this.buttonSortimentUpdate.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonSortimentUpdate.UseVisualStyleBackColor = false;
|
|
this.buttonSortimentUpdate.Click += new System.EventHandler(this.buttonSortimentUpdate_Click);
|
|
//
|
|
// buttonArtikelUpdate
|
|
//
|
|
this.buttonArtikelUpdate.BackColor = System.Drawing.Color.White;
|
|
this.buttonArtikelUpdate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonArtikelUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.buttonArtikelUpdate.Location = new System.Drawing.Point(2, 2);
|
|
this.buttonArtikelUpdate.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonArtikelUpdate.Name = "buttonArtikelUpdate";
|
|
this.buttonArtikelUpdate.Size = new System.Drawing.Size(137, 24);
|
|
this.buttonArtikelUpdate.TabIndex = 59;
|
|
this.buttonArtikelUpdate.Text = "Artikel-Update";
|
|
this.buttonArtikelUpdate.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonArtikelUpdate.UseVisualStyleBackColor = false;
|
|
this.buttonArtikelUpdate.Click += new System.EventHandler(this.buttonArtikelUpdate_Click);
|
|
//
|
|
// progressBarArtikel
|
|
//
|
|
this.progressBarArtikel.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.progressBarArtikel.Location = new System.Drawing.Point(144, 3);
|
|
this.progressBarArtikel.Name = "progressBarArtikel";
|
|
this.progressBarArtikel.Size = new System.Drawing.Size(420, 24);
|
|
this.progressBarArtikel.TabIndex = 58;
|
|
//
|
|
// buttonAllUpdate
|
|
//
|
|
this.buttonAllUpdate.BackColor = System.Drawing.Color.White;
|
|
this.buttonAllUpdate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonAllUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.buttonAllUpdate.Location = new System.Drawing.Point(2, 62);
|
|
this.buttonAllUpdate.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonAllUpdate.Name = "buttonAllUpdate";
|
|
this.buttonAllUpdate.Size = new System.Drawing.Size(137, 25);
|
|
this.buttonAllUpdate.TabIndex = 60;
|
|
this.buttonAllUpdate.Text = "Alle-Updates starten";
|
|
this.buttonAllUpdate.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonAllUpdate.UseVisualStyleBackColor = false;
|
|
this.buttonAllUpdate.Click += new System.EventHandler(this.buttonAllUpdate_Click);
|
|
//
|
|
// groupBoxAuftrag
|
|
//
|
|
this.groupBoxAuftrag.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.groupBoxAuftrag.Controls.Add(this.objectListViewAuftrag);
|
|
this.groupBoxAuftrag.Controls.Add(this.rBAufAbruf);
|
|
this.groupBoxAuftrag.Controls.Add(this.rBAusgeliefert);
|
|
this.groupBoxAuftrag.Controls.Add(this.rBFertig);
|
|
this.groupBoxAuftrag.Controls.Add(this.rBVorbereitet);
|
|
this.groupBoxAuftrag.Controls.Add(this.rBAlle);
|
|
this.groupBoxAuftrag.Controls.Add(this.buttonAufAbruf);
|
|
this.groupBoxAuftrag.Controls.Add(this.buttonAusgeliefert);
|
|
this.groupBoxAuftrag.Location = new System.Drawing.Point(662, 150);
|
|
this.groupBoxAuftrag.Name = "groupBoxAuftrag";
|
|
this.groupBoxAuftrag.Size = new System.Drawing.Size(663, 479);
|
|
this.groupBoxAuftrag.TabIndex = 51;
|
|
this.groupBoxAuftrag.TabStop = false;
|
|
this.groupBoxAuftrag.Visible = false;
|
|
//
|
|
// objectListViewAuftrag
|
|
//
|
|
this.objectListViewAuftrag.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.objectListViewAuftrag.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.objectListViewAuftrag.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.objectListViewAuftrag.CellEditUseWholeCell = false;
|
|
this.objectListViewAuftrag.CheckBoxes = true;
|
|
this.objectListViewAuftrag.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.objectListViewAuftrag.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.objectListViewAuftrag.FullRowSelect = true;
|
|
this.objectListViewAuftrag.GridLines = true;
|
|
this.objectListViewAuftrag.HideSelection = false;
|
|
this.objectListViewAuftrag.Location = new System.Drawing.Point(165, 14);
|
|
this.objectListViewAuftrag.Name = "objectListViewAuftrag";
|
|
this.objectListViewAuftrag.Size = new System.Drawing.Size(492, 459);
|
|
this.objectListViewAuftrag.TabIndex = 58;
|
|
this.objectListViewAuftrag.UseAlternatingBackColors = true;
|
|
this.objectListViewAuftrag.UseCompatibleStateImageBehavior = false;
|
|
this.objectListViewAuftrag.View = System.Windows.Forms.View.Details;
|
|
this.objectListViewAuftrag.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.objectListViewAuftrag_ItemChecked);
|
|
//
|
|
// rBAufAbruf
|
|
//
|
|
this.rBAufAbruf.AutoSize = true;
|
|
this.rBAufAbruf.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.rBAufAbruf.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rBAufAbruf.Location = new System.Drawing.Point(44, 136);
|
|
this.rBAufAbruf.Name = "rBAufAbruf";
|
|
this.rBAufAbruf.Size = new System.Drawing.Size(95, 24);
|
|
this.rBAufAbruf.TabIndex = 57;
|
|
this.rBAufAbruf.TabStop = true;
|
|
this.rBAufAbruf.Text = "Auf Abruf";
|
|
this.rBAufAbruf.UseVisualStyleBackColor = true;
|
|
this.rBAufAbruf.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged);
|
|
//
|
|
// rBAusgeliefert
|
|
//
|
|
this.rBAusgeliefert.AutoSize = true;
|
|
this.rBAusgeliefert.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.rBAusgeliefert.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rBAusgeliefert.Location = new System.Drawing.Point(27, 106);
|
|
this.rBAusgeliefert.Name = "rBAusgeliefert";
|
|
this.rBAusgeliefert.Size = new System.Drawing.Size(112, 24);
|
|
this.rBAusgeliefert.TabIndex = 54;
|
|
this.rBAusgeliefert.TabStop = true;
|
|
this.rBAusgeliefert.Text = "Ausgeliefert";
|
|
this.rBAusgeliefert.UseVisualStyleBackColor = true;
|
|
this.rBAusgeliefert.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged);
|
|
//
|
|
// rBFertig
|
|
//
|
|
this.rBFertig.AutoSize = true;
|
|
this.rBFertig.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.rBFertig.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rBFertig.Location = new System.Drawing.Point(71, 76);
|
|
this.rBFertig.Name = "rBFertig";
|
|
this.rBFertig.Size = new System.Drawing.Size(68, 24);
|
|
this.rBFertig.TabIndex = 53;
|
|
this.rBFertig.TabStop = true;
|
|
this.rBFertig.Text = "Fertig";
|
|
this.rBFertig.UseVisualStyleBackColor = true;
|
|
this.rBFertig.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged);
|
|
//
|
|
// rBVorbereitet
|
|
//
|
|
this.rBVorbereitet.AutoSize = true;
|
|
this.rBVorbereitet.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.rBVorbereitet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rBVorbereitet.Location = new System.Drawing.Point(33, 46);
|
|
this.rBVorbereitet.Name = "rBVorbereitet";
|
|
this.rBVorbereitet.Size = new System.Drawing.Size(106, 24);
|
|
this.rBVorbereitet.TabIndex = 52;
|
|
this.rBVorbereitet.TabStop = true;
|
|
this.rBVorbereitet.Text = "Vorbereitet";
|
|
this.rBVorbereitet.UseVisualStyleBackColor = true;
|
|
this.rBVorbereitet.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged);
|
|
//
|
|
// rBAlle
|
|
//
|
|
this.rBAlle.AutoSize = true;
|
|
this.rBAlle.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.rBAlle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rBAlle.Location = new System.Drawing.Point(86, 16);
|
|
this.rBAlle.Name = "rBAlle";
|
|
this.rBAlle.Size = new System.Drawing.Size(53, 24);
|
|
this.rBAlle.TabIndex = 51;
|
|
this.rBAlle.TabStop = true;
|
|
this.rBAlle.Text = "Alle";
|
|
this.rBAlle.UseVisualStyleBackColor = true;
|
|
this.rBAlle.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged);
|
|
//
|
|
// buttonAufAbruf
|
|
//
|
|
this.buttonAufAbruf.BackColor = System.Drawing.Color.Red;
|
|
this.buttonAufAbruf.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.buttonAufAbruf.FlatAppearance.BorderSize = 0;
|
|
this.buttonAufAbruf.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonAufAbruf.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonAufAbruf.ForeColor = System.Drawing.Color.White;
|
|
this.buttonAufAbruf.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.buttonAufAbruf.Location = new System.Drawing.Point(10, 215);
|
|
this.buttonAufAbruf.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonAufAbruf.Name = "buttonAufAbruf";
|
|
this.buttonAufAbruf.Size = new System.Drawing.Size(150, 41);
|
|
this.buttonAufAbruf.TabIndex = 56;
|
|
this.buttonAufAbruf.Text = "AufAbruf";
|
|
this.buttonAufAbruf.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonAufAbruf.UseVisualStyleBackColor = false;
|
|
this.buttonAufAbruf.Visible = false;
|
|
this.buttonAufAbruf.Click += new System.EventHandler(this.buttonAufAbruf_Click);
|
|
//
|
|
// buttonAusgeliefert
|
|
//
|
|
this.buttonAusgeliefert.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonAusgeliefert.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonAusgeliefert.FlatAppearance.BorderSize = 0;
|
|
this.buttonAusgeliefert.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonAusgeliefert.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonAusgeliefert.ForeColor = System.Drawing.Color.White;
|
|
this.buttonAusgeliefert.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.buttonAusgeliefert.Location = new System.Drawing.Point(10, 170);
|
|
this.buttonAusgeliefert.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonAusgeliefert.Name = "buttonAusgeliefert";
|
|
this.buttonAusgeliefert.Size = new System.Drawing.Size(150, 41);
|
|
this.buttonAusgeliefert.TabIndex = 55;
|
|
this.buttonAusgeliefert.Text = "Ausgeliefert";
|
|
this.buttonAusgeliefert.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonAusgeliefert.UseVisualStyleBackColor = false;
|
|
this.buttonAusgeliefert.Visible = false;
|
|
this.buttonAusgeliefert.Click += new System.EventHandler(this.buttonAusgeliefert_Click);
|
|
//
|
|
// groupBoxScannTest
|
|
//
|
|
this.groupBoxScannTest.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBoxScannTest.Controls.Add(this.pictureBoxScannTest);
|
|
this.groupBoxScannTest.Controls.Add(this.textBoxScannTest);
|
|
this.groupBoxScannTest.Controls.Add(this.buttonScannTest);
|
|
this.groupBoxScannTest.Controls.Add(this.labelScannTest);
|
|
this.groupBoxScannTest.Location = new System.Drawing.Point(746, 223);
|
|
this.groupBoxScannTest.Name = "groupBoxScannTest";
|
|
this.groupBoxScannTest.Size = new System.Drawing.Size(932, 264);
|
|
this.groupBoxScannTest.TabIndex = 50;
|
|
this.groupBoxScannTest.TabStop = false;
|
|
this.groupBoxScannTest.Visible = false;
|
|
//
|
|
// pictureBoxScannTest
|
|
//
|
|
this.pictureBoxScannTest.Location = new System.Drawing.Point(6, 10);
|
|
this.pictureBoxScannTest.Name = "pictureBoxScannTest";
|
|
this.pictureBoxScannTest.Size = new System.Drawing.Size(179, 160);
|
|
this.pictureBoxScannTest.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBoxScannTest.TabIndex = 14;
|
|
this.pictureBoxScannTest.TabStop = false;
|
|
this.pictureBoxScannTest.Visible = false;
|
|
//
|
|
// textBoxScannTest
|
|
//
|
|
this.textBoxScannTest.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxScannTest.Location = new System.Drawing.Point(6, 176);
|
|
this.textBoxScannTest.Name = "textBoxScannTest";
|
|
this.textBoxScannTest.Size = new System.Drawing.Size(129, 26);
|
|
this.textBoxScannTest.TabIndex = 13;
|
|
this.textBoxScannTest.Visible = false;
|
|
this.textBoxScannTest.TextChanged += new System.EventHandler(this.textBoxScannTest_TextChanged);
|
|
//
|
|
// buttonScannTest
|
|
//
|
|
this.buttonScannTest.Location = new System.Drawing.Point(6, 208);
|
|
this.buttonScannTest.Name = "buttonScannTest";
|
|
this.buttonScannTest.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonScannTest.TabIndex = 12;
|
|
this.buttonScannTest.Text = "Test starten";
|
|
this.buttonScannTest.UseVisualStyleBackColor = true;
|
|
this.buttonScannTest.Visible = false;
|
|
this.buttonScannTest.Click += new System.EventHandler(this.buttonScannTest_Click);
|
|
//
|
|
// labelScannTest
|
|
//
|
|
this.labelScannTest.AutoSize = true;
|
|
this.labelScannTest.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelScannTest.Location = new System.Drawing.Point(6, 234);
|
|
this.labelScannTest.Name = "labelScannTest";
|
|
this.labelScannTest.Size = new System.Drawing.Size(60, 24);
|
|
this.labelScannTest.TabIndex = 11;
|
|
this.labelScannTest.Text = "label1";
|
|
this.labelScannTest.Visible = false;
|
|
//
|
|
// 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.toolStripMenu);
|
|
this.Controls.Add(this.panelMain);
|
|
this.HelpButton = true;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "FormMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "VERWALTUNG Version: ";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.FormMain_HelpButtonClicked);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
|
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
|
this.ResizeBegin += new System.EventHandler(this.FormMain_ResizeBegin);
|
|
this.Resize += new System.EventHandler(this.FormMain_Resize);
|
|
this.toolStripMenu.ResumeLayout(false);
|
|
this.toolStripMenu.PerformLayout();
|
|
this.panelMain.ResumeLayout(false);
|
|
this.panelMain.PerformLayout();
|
|
this.groupBoxContAnz.ResumeLayout(false);
|
|
this.groupBoxContAnz.PerformLayout();
|
|
this.tLPContAnz.ResumeLayout(false);
|
|
this.tLPContAnz.PerformLayout();
|
|
this.groupBoxSaison.ResumeLayout(false);
|
|
this.groupBoxStatistik.ResumeLayout(false);
|
|
this.groupBoxStatistik.PerformLayout();
|
|
this.tableLayoutPanelStatistik.ResumeLayout(false);
|
|
this.tableLayoutPanelStatistik.PerformLayout();
|
|
this.groupBoxUpdate.ResumeLayout(false);
|
|
this.tableLayoutPanelUpdate.ResumeLayout(false);
|
|
this.groupBoxAuftrag.ResumeLayout(false);
|
|
this.groupBoxAuftrag.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.objectListViewAuftrag)).EndInit();
|
|
this.groupBoxScannTest.ResumeLayout(false);
|
|
this.groupBoxScannTest.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxScannTest)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#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.ToolStripButton toolStripButton1;
|
|
private System.Windows.Forms.Panel panelMain;
|
|
private System.Windows.Forms.ToolStripButton tSBExpedit;
|
|
private System.Windows.Forms.ToolStripButton toolStripButtonImport;
|
|
private System.Windows.Forms.ToolStripButton tSBKosten;
|
|
private System.Windows.Forms.ToolStripButton tSBEinstellung;
|
|
private System.Windows.Forms.ToolStripButton tSBBenutzerVW;
|
|
private System.Windows.Forms.ToolStripButton tSBAufgabeVW;
|
|
private System.Windows.Forms.ToolStripButton tSBAuftragVW;
|
|
private System.Windows.Forms.ToolStripButton tSBScannTest;
|
|
private System.Windows.Forms.GroupBox groupBoxScannTest;
|
|
private System.Windows.Forms.PictureBox pictureBoxScannTest;
|
|
private System.Windows.Forms.TextBox textBoxScannTest;
|
|
private System.Windows.Forms.Button buttonScannTest;
|
|
private System.Windows.Forms.Label labelScannTest;
|
|
private System.Windows.Forms.GroupBox groupBoxAuftrag;
|
|
private System.Windows.Forms.RadioButton rBAufAbruf;
|
|
private System.Windows.Forms.RadioButton rBAusgeliefert;
|
|
private System.Windows.Forms.RadioButton rBFertig;
|
|
private System.Windows.Forms.RadioButton rBVorbereitet;
|
|
private System.Windows.Forms.RadioButton rBAlle;
|
|
private System.Windows.Forms.Button buttonAufAbruf;
|
|
private System.Windows.Forms.Button buttonAusgeliefert;
|
|
private System.Windows.Forms.Button buttonNeuerAuftrag;
|
|
private System.Windows.Forms.ToolStripButton tSBArtikelVW;
|
|
private System.Windows.Forms.ProgressBar progressBarArtikel;
|
|
private System.Windows.Forms.Button buttonArtikelUpdate;
|
|
private System.Windows.Forms.GroupBox groupBoxUpdate;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelUpdate;
|
|
private System.Windows.Forms.Button buttonAllUpdate;
|
|
private BrightIdeasSoftware.ObjectListView objectListViewAuftrag;
|
|
private System.Windows.Forms.Button buttonSortimentUpdate;
|
|
private System.Windows.Forms.ProgressBar progressBarSortiment;
|
|
private System.Windows.Forms.ToolStripButton tSBHilfe;
|
|
private System.Windows.Forms.GroupBox groupBoxStatistik;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelStatistik;
|
|
private System.Windows.Forms.Label labelStatistik1;
|
|
private System.Windows.Forms.Label labelZahl6;
|
|
private System.Windows.Forms.Label labelStatistik6;
|
|
private System.Windows.Forms.Label labelZahl5;
|
|
private System.Windows.Forms.Label labelStatistik5;
|
|
private System.Windows.Forms.Label labelZahl4;
|
|
private System.Windows.Forms.Label labelStatistik4;
|
|
private System.Windows.Forms.Label labelZahl3;
|
|
private System.Windows.Forms.Label labelStatistik3;
|
|
private System.Windows.Forms.Label labelZahl2;
|
|
private System.Windows.Forms.Label labelStatistik2;
|
|
private System.Windows.Forms.Label labelZahl1;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.Button buttonNeuerUser;
|
|
private System.Windows.Forms.Button buttonNeueAufgabe;
|
|
private System.Windows.Forms.Button buttonNeueInventur;
|
|
private System.Windows.Forms.Button buttonNeuerStand;
|
|
private System.Windows.Forms.ToolStripButton tSBTourenplanung;
|
|
private System.Windows.Forms.ComboBox comboBoxSaison;
|
|
private System.Windows.Forms.GroupBox groupBoxSaison;
|
|
private System.Windows.Forms.GroupBox groupBoxContAnz;
|
|
private System.Windows.Forms.TableLayoutPanel tLPContAnz;
|
|
private System.Windows.Forms.Label labelContZahl3;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label labelContZahl2;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label labelContZahl1;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label labelContZahl4;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label labelZeit5;
|
|
private System.Windows.Forms.Label labelZeit4;
|
|
private System.Windows.Forms.Label labelZeit3;
|
|
private System.Windows.Forms.Label labelZeit2;
|
|
private System.Windows.Forms.Label labelZeit1;
|
|
private System.Windows.Forms.Label labelZeit52;
|
|
private System.Windows.Forms.Label labelZeit42;
|
|
private System.Windows.Forms.Label labelZeit32;
|
|
private System.Windows.Forms.Label labelZeit22;
|
|
private System.Windows.Forms.Label labelZeit12;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label labelContZahl5;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label labelContGes;
|
|
private System.Windows.Forms.Label label9;
|
|
}
|
|
}
|
|
|