997 lines
55 KiB
C#
997 lines
55 KiB
C#
|
|
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormKundeVW
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormKundeVW));
|
|
this.textBoxKndNr = new System.Windows.Forms.TextBox();
|
|
this.labelKundeNummer = new System.Windows.Forms.Label();
|
|
this.labelKundeName = new System.Windows.Forms.Label();
|
|
this.textBoxKundeName = new System.Windows.Forms.TextBox();
|
|
this.textBoxStraße = new System.Windows.Forms.TextBox();
|
|
this.labelStraße = new System.Windows.Forms.Label();
|
|
this.textBoxPLZ = new System.Windows.Forms.TextBox();
|
|
this.labelPLZ = new System.Windows.Forms.Label();
|
|
this.textBoxOrt = new System.Windows.Forms.TextBox();
|
|
this.labelOrt = new System.Windows.Forms.Label();
|
|
this.labelKdnName2 = new System.Windows.Forms.Label();
|
|
this.textBoxKndName2 = new System.Windows.Forms.TextBox();
|
|
this.buttonBewertung = new System.Windows.Forms.Button();
|
|
this.buttonProgramm = new System.Windows.Forms.Button();
|
|
this.textBoxSuchtext = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.comboBoxAufgabe = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.nächsterKundeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tabControlKunde = new System.Windows.Forms.TabControl();
|
|
this.tabPageVorschau = new System.Windows.Forms.TabPage();
|
|
this.buttonSWS_Drucken = new System.Windows.Forms.Button();
|
|
this.pictureBoxEntwurf = new System.Windows.Forms.PictureBox();
|
|
this.tabPageUmsatz = new System.Windows.Forms.TabPage();
|
|
this.labelMonatsumsatz = new System.Windows.Forms.Label();
|
|
this.chartMonatsumsatz = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.olvMonatsumsatz = new BrightIdeasSoftware.ObjectListView();
|
|
this.labelQuartalsumsatz = new System.Windows.Forms.Label();
|
|
this.chartQuartalsumsatz = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.olvQuartalsumsatz = new BrightIdeasSoftware.ObjectListView();
|
|
this.labelJahresumsatz = new System.Windows.Forms.Label();
|
|
this.chartJahresumsatz = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.olvJahresumsatz = new BrightIdeasSoftware.ObjectListView();
|
|
this.tabPageArtikel = new System.Windows.Forms.TabPage();
|
|
this.buttonSpeichern = new System.Windows.Forms.Button();
|
|
this.dGArtikel = new System.Windows.Forms.DataGridView();
|
|
this.KundeArtikelID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.KundeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ArtikelNR = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ArtikelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Stand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Fehlmenge = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Reklamation = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Korrektur = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.StandBearbeitet = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.FehlmengeBearbeitet = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.KorrekturBearbeitet = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.buttonNextKunde = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.comboBoxService = new System.Windows.Forms.ComboBox();
|
|
this.textBoxAnmerkung = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.labelAnzahlChars = new System.Windows.Forms.Label();
|
|
this.numericUpDownAufgabeCount = new System.Windows.Forms.NumericUpDown();
|
|
this.comboBoxLRSommer = new System.Windows.Forms.ComboBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.comboBoxLRWinter = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.buttonServiceBearbeiten = new System.Windows.Forms.Button();
|
|
this.buttonAufgEnt = new System.Windows.Forms.Button();
|
|
this.pictureBoxQRCode = new System.Windows.Forms.PictureBox();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.tabControlKunde.SuspendLayout();
|
|
this.tabPageVorschau.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxEntwurf)).BeginInit();
|
|
this.tabPageUmsatz.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartMonatsumsatz)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.olvMonatsumsatz)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartQuartalsumsatz)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.olvQuartalsumsatz)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartJahresumsatz)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.olvJahresumsatz)).BeginInit();
|
|
this.tabPageArtikel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dGArtikel)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownAufgabeCount)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxQRCode)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBoxKndNr
|
|
//
|
|
this.textBoxKndNr.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.textBoxKndNr.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
|
|
this.textBoxKndNr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBoxKndNr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxKndNr.Location = new System.Drawing.Point(13, 99);
|
|
this.textBoxKndNr.Name = "textBoxKndNr";
|
|
this.textBoxKndNr.Size = new System.Drawing.Size(102, 26);
|
|
this.textBoxKndNr.TabIndex = 0;
|
|
//
|
|
// labelKundeNummer
|
|
//
|
|
this.labelKundeNummer.AutoSize = true;
|
|
this.labelKundeNummer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelKundeNummer.ForeColor = System.Drawing.Color.White;
|
|
this.labelKundeNummer.Location = new System.Drawing.Point(9, 76);
|
|
this.labelKundeNummer.Name = "labelKundeNummer";
|
|
this.labelKundeNummer.Size = new System.Drawing.Size(69, 20);
|
|
this.labelKundeNummer.TabIndex = 2;
|
|
this.labelKundeNummer.Text = "KND NR";
|
|
//
|
|
// labelKundeName
|
|
//
|
|
this.labelKundeName.AutoSize = true;
|
|
this.labelKundeName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelKundeName.ForeColor = System.Drawing.Color.White;
|
|
this.labelKundeName.Location = new System.Drawing.Point(9, 128);
|
|
this.labelKundeName.Name = "labelKundeName";
|
|
this.labelKundeName.Size = new System.Drawing.Size(51, 20);
|
|
this.labelKundeName.TabIndex = 3;
|
|
this.labelKundeName.Text = "Name";
|
|
//
|
|
// textBoxKundeName
|
|
//
|
|
this.textBoxKundeName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBoxKundeName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxKundeName.Location = new System.Drawing.Point(13, 151);
|
|
this.textBoxKundeName.Name = "textBoxKundeName";
|
|
this.textBoxKundeName.Size = new System.Drawing.Size(263, 26);
|
|
this.textBoxKundeName.TabIndex = 4;
|
|
//
|
|
// textBoxStraße
|
|
//
|
|
this.textBoxStraße.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBoxStraße.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxStraße.Location = new System.Drawing.Point(13, 255);
|
|
this.textBoxStraße.Name = "textBoxStraße";
|
|
this.textBoxStraße.Size = new System.Drawing.Size(352, 26);
|
|
this.textBoxStraße.TabIndex = 5;
|
|
//
|
|
// labelStraße
|
|
//
|
|
this.labelStraße.AutoSize = true;
|
|
this.labelStraße.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelStraße.ForeColor = System.Drawing.Color.White;
|
|
this.labelStraße.Location = new System.Drawing.Point(9, 232);
|
|
this.labelStraße.Name = "labelStraße";
|
|
this.labelStraße.Size = new System.Drawing.Size(94, 20);
|
|
this.labelStraße.TabIndex = 6;
|
|
this.labelStraße.Text = "Straße/HNr.";
|
|
//
|
|
// textBoxPLZ
|
|
//
|
|
this.textBoxPLZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBoxPLZ.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxPLZ.Location = new System.Drawing.Point(13, 307);
|
|
this.textBoxPLZ.Name = "textBoxPLZ";
|
|
this.textBoxPLZ.Size = new System.Drawing.Size(102, 26);
|
|
this.textBoxPLZ.TabIndex = 9;
|
|
//
|
|
// labelPLZ
|
|
//
|
|
this.labelPLZ.AutoSize = true;
|
|
this.labelPLZ.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelPLZ.ForeColor = System.Drawing.Color.White;
|
|
this.labelPLZ.Location = new System.Drawing.Point(9, 284);
|
|
this.labelPLZ.Name = "labelPLZ";
|
|
this.labelPLZ.Size = new System.Drawing.Size(38, 20);
|
|
this.labelPLZ.TabIndex = 10;
|
|
this.labelPLZ.Text = "PLZ";
|
|
//
|
|
// textBoxOrt
|
|
//
|
|
this.textBoxOrt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBoxOrt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxOrt.Location = new System.Drawing.Point(121, 307);
|
|
this.textBoxOrt.Name = "textBoxOrt";
|
|
this.textBoxOrt.Size = new System.Drawing.Size(244, 26);
|
|
this.textBoxOrt.TabIndex = 11;
|
|
//
|
|
// labelOrt
|
|
//
|
|
this.labelOrt.AutoSize = true;
|
|
this.labelOrt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelOrt.ForeColor = System.Drawing.Color.White;
|
|
this.labelOrt.Location = new System.Drawing.Point(117, 284);
|
|
this.labelOrt.Name = "labelOrt";
|
|
this.labelOrt.Size = new System.Drawing.Size(31, 20);
|
|
this.labelOrt.TabIndex = 12;
|
|
this.labelOrt.Text = "Ort";
|
|
//
|
|
// labelKdnName2
|
|
//
|
|
this.labelKdnName2.AutoSize = true;
|
|
this.labelKdnName2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelKdnName2.ForeColor = System.Drawing.Color.White;
|
|
this.labelKdnName2.Location = new System.Drawing.Point(9, 180);
|
|
this.labelKdnName2.Name = "labelKdnName2";
|
|
this.labelKdnName2.Size = new System.Drawing.Size(100, 20);
|
|
this.labelKdnName2.TabIndex = 25;
|
|
this.labelKdnName2.Text = "NameZusatz";
|
|
//
|
|
// textBoxKndName2
|
|
//
|
|
this.textBoxKndName2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBoxKndName2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxKndName2.Location = new System.Drawing.Point(13, 203);
|
|
this.textBoxKndName2.Name = "textBoxKndName2";
|
|
this.textBoxKndName2.Size = new System.Drawing.Size(352, 26);
|
|
this.textBoxKndName2.TabIndex = 26;
|
|
//
|
|
// buttonBewertung
|
|
//
|
|
this.buttonBewertung.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonBewertung.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonBewertung.Location = new System.Drawing.Point(195, 706);
|
|
this.buttonBewertung.Name = "buttonBewertung";
|
|
this.buttonBewertung.Size = new System.Drawing.Size(170, 41);
|
|
this.buttonBewertung.TabIndex = 1;
|
|
this.buttonBewertung.Text = "Bewertung";
|
|
this.buttonBewertung.UseVisualStyleBackColor = true;
|
|
//
|
|
// buttonProgramm
|
|
//
|
|
this.buttonProgramm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonProgramm.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonProgramm.Location = new System.Drawing.Point(13, 706);
|
|
this.buttonProgramm.Name = "buttonProgramm";
|
|
this.buttonProgramm.Size = new System.Drawing.Size(170, 41);
|
|
this.buttonProgramm.TabIndex = 28;
|
|
this.buttonProgramm.Text = "PR 01";
|
|
this.buttonProgramm.UseVisualStyleBackColor = true;
|
|
this.buttonProgramm.Click += new System.EventHandler(this.ButtonProgramm_Click);
|
|
//
|
|
// textBoxSuchtext
|
|
//
|
|
this.textBoxSuchtext.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.textBoxSuchtext.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
|
|
this.textBoxSuchtext.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.textBoxSuchtext.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxSuchtext.Location = new System.Drawing.Point(122, 99);
|
|
this.textBoxSuchtext.Name = "textBoxSuchtext";
|
|
this.textBoxSuchtext.Size = new System.Drawing.Size(154, 26);
|
|
this.textBoxSuchtext.TabIndex = 38;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(118, 76);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(95, 20);
|
|
this.label1.TabIndex = 39;
|
|
this.label1.Text = "SUCHTEXT";
|
|
//
|
|
// comboBoxAufgabe
|
|
//
|
|
this.comboBoxAufgabe.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxAufgabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxAufgabe.FormattingEnabled = true;
|
|
this.comboBoxAufgabe.Location = new System.Drawing.Point(13, 498);
|
|
this.comboBoxAufgabe.Name = "comboBoxAufgabe";
|
|
this.comboBoxAufgabe.Size = new System.Drawing.Size(263, 28);
|
|
this.comboBoxAufgabe.TabIndex = 41;
|
|
this.comboBoxAufgabe.SelectedIndexChanged += new System.EventHandler(this.comboBoxAufgabe_SelectedIndexChanged);
|
|
this.comboBoxAufgabe.DropDownClosed += new System.EventHandler(this.comboBoxAufgabe_DropDownClosed);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(9, 475);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(123, 20);
|
|
this.label2.TabIndex = 42;
|
|
this.label2.Text = "Kundenaufgabe";
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.nächsterKundeToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(186, 26);
|
|
//
|
|
// nächsterKundeToolStripMenuItem
|
|
//
|
|
this.nächsterKundeToolStripMenuItem.Name = "nächsterKundeToolStripMenuItem";
|
|
this.nächsterKundeToolStripMenuItem.ShortcutKeyDisplayString = "[F9]";
|
|
this.nächsterKundeToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F9;
|
|
this.nächsterKundeToolStripMenuItem.Size = new System.Drawing.Size(185, 22);
|
|
this.nächsterKundeToolStripMenuItem.Text = "Nächster Kunde";
|
|
this.nächsterKundeToolStripMenuItem.Click += new System.EventHandler(this.nächsterKundeToolStripMenuItem_Click);
|
|
//
|
|
// tabControlKunde
|
|
//
|
|
this.tabControlKunde.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.tabControlKunde.Controls.Add(this.tabPageVorschau);
|
|
this.tabControlKunde.Controls.Add(this.tabPageUmsatz);
|
|
this.tabControlKunde.Controls.Add(this.tabPageArtikel);
|
|
this.tabControlKunde.Enabled = false;
|
|
this.tabControlKunde.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabControlKunde.Location = new System.Drawing.Point(372, 17);
|
|
this.tabControlKunde.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tabControlKunde.Name = "tabControlKunde";
|
|
this.tabControlKunde.SelectedIndex = 0;
|
|
this.tabControlKunde.Size = new System.Drawing.Size(933, 730);
|
|
this.tabControlKunde.TabIndex = 44;
|
|
//
|
|
// tabPageVorschau
|
|
//
|
|
this.tabPageVorschau.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tabPageVorschau.Controls.Add(this.buttonSWS_Drucken);
|
|
this.tabPageVorschau.Controls.Add(this.pictureBoxEntwurf);
|
|
this.tabPageVorschau.Location = new System.Drawing.Point(4, 29);
|
|
this.tabPageVorschau.Name = "tabPageVorschau";
|
|
this.tabPageVorschau.Size = new System.Drawing.Size(925, 697);
|
|
this.tabPageVorschau.TabIndex = 2;
|
|
this.tabPageVorschau.Text = "SWS-Vorschau";
|
|
//
|
|
// buttonSWS_Drucken
|
|
//
|
|
this.buttonSWS_Drucken.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonSWS_Drucken.BackColor = System.Drawing.Color.Yellow;
|
|
this.buttonSWS_Drucken.FlatAppearance.BorderSize = 0;
|
|
this.buttonSWS_Drucken.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonSWS_Drucken.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonSWS_Drucken.Location = new System.Drawing.Point(622, 653);
|
|
this.buttonSWS_Drucken.Name = "buttonSWS_Drucken";
|
|
this.buttonSWS_Drucken.Size = new System.Drawing.Size(300, 41);
|
|
this.buttonSWS_Drucken.TabIndex = 36;
|
|
this.buttonSWS_Drucken.Text = "SWS-Drucken";
|
|
this.buttonSWS_Drucken.UseVisualStyleBackColor = false;
|
|
this.buttonSWS_Drucken.Click += new System.EventHandler(this.ButtonDrucken_Click);
|
|
//
|
|
// pictureBoxEntwurf
|
|
//
|
|
this.pictureBoxEntwurf.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.pictureBoxEntwurf.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.pictureBoxEntwurf.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pictureBoxEntwurf.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBoxEntwurf.Name = "pictureBoxEntwurf";
|
|
this.pictureBoxEntwurf.Size = new System.Drawing.Size(925, 647);
|
|
this.pictureBoxEntwurf.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBoxEntwurf.TabIndex = 16;
|
|
this.pictureBoxEntwurf.TabStop = false;
|
|
//
|
|
// tabPageUmsatz
|
|
//
|
|
this.tabPageUmsatz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tabPageUmsatz.Controls.Add(this.labelMonatsumsatz);
|
|
this.tabPageUmsatz.Controls.Add(this.chartMonatsumsatz);
|
|
this.tabPageUmsatz.Controls.Add(this.olvMonatsumsatz);
|
|
this.tabPageUmsatz.Controls.Add(this.labelQuartalsumsatz);
|
|
this.tabPageUmsatz.Controls.Add(this.chartQuartalsumsatz);
|
|
this.tabPageUmsatz.Controls.Add(this.olvQuartalsumsatz);
|
|
this.tabPageUmsatz.Controls.Add(this.labelJahresumsatz);
|
|
this.tabPageUmsatz.Controls.Add(this.chartJahresumsatz);
|
|
this.tabPageUmsatz.Controls.Add(this.olvJahresumsatz);
|
|
this.tabPageUmsatz.Location = new System.Drawing.Point(4, 29);
|
|
this.tabPageUmsatz.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tabPageUmsatz.Name = "tabPageUmsatz";
|
|
this.tabPageUmsatz.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tabPageUmsatz.Size = new System.Drawing.Size(925, 697);
|
|
this.tabPageUmsatz.TabIndex = 0;
|
|
this.tabPageUmsatz.Text = "Umsatz";
|
|
//
|
|
// labelMonatsumsatz
|
|
//
|
|
this.labelMonatsumsatz.AutoSize = true;
|
|
this.labelMonatsumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelMonatsumsatz.ForeColor = System.Drawing.Color.White;
|
|
this.labelMonatsumsatz.Location = new System.Drawing.Point(615, 53);
|
|
this.labelMonatsumsatz.Name = "labelMonatsumsatz";
|
|
this.labelMonatsumsatz.Size = new System.Drawing.Size(136, 20);
|
|
this.labelMonatsumsatz.TabIndex = 46;
|
|
this.labelMonatsumsatz.Text = "Monatsumsätze";
|
|
//
|
|
// chartMonatsumsatz
|
|
//
|
|
chartArea1.Name = "ChartArea1";
|
|
this.chartMonatsumsatz.ChartAreas.Add(chartArea1);
|
|
legend1.Name = "Legend1";
|
|
this.chartMonatsumsatz.Legends.Add(legend1);
|
|
this.chartMonatsumsatz.Location = new System.Drawing.Point(619, 309);
|
|
this.chartMonatsumsatz.Name = "chartMonatsumsatz";
|
|
series1.ChartArea = "ChartArea1";
|
|
series1.Legend = "Legend1";
|
|
series1.Name = "Series1";
|
|
this.chartMonatsumsatz.Series.Add(series1);
|
|
this.chartMonatsumsatz.Size = new System.Drawing.Size(299, 312);
|
|
this.chartMonatsumsatz.TabIndex = 45;
|
|
this.chartMonatsumsatz.Text = "chart1";
|
|
//
|
|
// olvMonatsumsatz
|
|
//
|
|
this.olvMonatsumsatz.AllowColumnReorder = true;
|
|
this.olvMonatsumsatz.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.olvMonatsumsatz.BackColor = System.Drawing.SystemColors.Window;
|
|
this.olvMonatsumsatz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.olvMonatsumsatz.CellEditUseWholeCell = false;
|
|
this.olvMonatsumsatz.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.olvMonatsumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.olvMonatsumsatz.FullRowSelect = true;
|
|
this.olvMonatsumsatz.GridLines = true;
|
|
this.olvMonatsumsatz.HideSelection = false;
|
|
this.olvMonatsumsatz.Location = new System.Drawing.Point(619, 83);
|
|
this.olvMonatsumsatz.MenuLabelColumns = "Spalten";
|
|
this.olvMonatsumsatz.Name = "olvMonatsumsatz";
|
|
this.olvMonatsumsatz.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu;
|
|
this.olvMonatsumsatz.SelectedColumnTint = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(176)))), ((int)(((byte)(196)))), ((int)(((byte)(222)))));
|
|
this.olvMonatsumsatz.ShowGroups = false;
|
|
this.olvMonatsumsatz.ShowItemToolTips = true;
|
|
this.olvMonatsumsatz.Size = new System.Drawing.Size(300, 208);
|
|
this.olvMonatsumsatz.TabIndex = 44;
|
|
this.olvMonatsumsatz.TintSortColumn = true;
|
|
this.olvMonatsumsatz.UseAlternatingBackColors = true;
|
|
this.olvMonatsumsatz.UseCellFormatEvents = true;
|
|
this.olvMonatsumsatz.UseCompatibleStateImageBehavior = false;
|
|
this.olvMonatsumsatz.UseFiltering = true;
|
|
this.olvMonatsumsatz.UseHotControls = false;
|
|
this.olvMonatsumsatz.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// labelQuartalsumsatz
|
|
//
|
|
this.labelQuartalsumsatz.AutoSize = true;
|
|
this.labelQuartalsumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelQuartalsumsatz.ForeColor = System.Drawing.Color.White;
|
|
this.labelQuartalsumsatz.Location = new System.Drawing.Point(309, 53);
|
|
this.labelQuartalsumsatz.Name = "labelQuartalsumsatz";
|
|
this.labelQuartalsumsatz.Size = new System.Drawing.Size(145, 20);
|
|
this.labelQuartalsumsatz.TabIndex = 43;
|
|
this.labelQuartalsumsatz.Text = "Quartalsumsätze";
|
|
//
|
|
// chartQuartalsumsatz
|
|
//
|
|
chartArea2.Name = "ChartArea1";
|
|
this.chartQuartalsumsatz.ChartAreas.Add(chartArea2);
|
|
legend2.Name = "Legend1";
|
|
this.chartQuartalsumsatz.Legends.Add(legend2);
|
|
this.chartQuartalsumsatz.Location = new System.Drawing.Point(313, 309);
|
|
this.chartQuartalsumsatz.Name = "chartQuartalsumsatz";
|
|
series2.ChartArea = "ChartArea1";
|
|
series2.Legend = "Legend1";
|
|
series2.Name = "Series1";
|
|
this.chartQuartalsumsatz.Series.Add(series2);
|
|
this.chartQuartalsumsatz.Size = new System.Drawing.Size(300, 312);
|
|
this.chartQuartalsumsatz.TabIndex = 42;
|
|
this.chartQuartalsumsatz.Text = "chart1";
|
|
//
|
|
// olvQuartalsumsatz
|
|
//
|
|
this.olvQuartalsumsatz.AllowColumnReorder = true;
|
|
this.olvQuartalsumsatz.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.olvQuartalsumsatz.BackColor = System.Drawing.SystemColors.Window;
|
|
this.olvQuartalsumsatz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.olvQuartalsumsatz.CellEditUseWholeCell = false;
|
|
this.olvQuartalsumsatz.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.olvQuartalsumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.olvQuartalsumsatz.FullRowSelect = true;
|
|
this.olvQuartalsumsatz.GridLines = true;
|
|
this.olvQuartalsumsatz.HideSelection = false;
|
|
this.olvQuartalsumsatz.Location = new System.Drawing.Point(313, 83);
|
|
this.olvQuartalsumsatz.MenuLabelColumns = "Spalten";
|
|
this.olvQuartalsumsatz.Name = "olvQuartalsumsatz";
|
|
this.olvQuartalsumsatz.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu;
|
|
this.olvQuartalsumsatz.SelectedColumnTint = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(176)))), ((int)(((byte)(196)))), ((int)(((byte)(222)))));
|
|
this.olvQuartalsumsatz.ShowGroups = false;
|
|
this.olvQuartalsumsatz.ShowItemToolTips = true;
|
|
this.olvQuartalsumsatz.Size = new System.Drawing.Size(300, 208);
|
|
this.olvQuartalsumsatz.TabIndex = 41;
|
|
this.olvQuartalsumsatz.TintSortColumn = true;
|
|
this.olvQuartalsumsatz.UseAlternatingBackColors = true;
|
|
this.olvQuartalsumsatz.UseCellFormatEvents = true;
|
|
this.olvQuartalsumsatz.UseCompatibleStateImageBehavior = false;
|
|
this.olvQuartalsumsatz.UseFiltering = true;
|
|
this.olvQuartalsumsatz.UseHotControls = false;
|
|
this.olvQuartalsumsatz.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// labelJahresumsatz
|
|
//
|
|
this.labelJahresumsatz.AutoSize = true;
|
|
this.labelJahresumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelJahresumsatz.ForeColor = System.Drawing.Color.White;
|
|
this.labelJahresumsatz.Location = new System.Drawing.Point(7, 55);
|
|
this.labelJahresumsatz.Name = "labelJahresumsatz";
|
|
this.labelJahresumsatz.Size = new System.Drawing.Size(131, 20);
|
|
this.labelJahresumsatz.TabIndex = 40;
|
|
this.labelJahresumsatz.Text = "Jahresumsätze";
|
|
//
|
|
// chartJahresumsatz
|
|
//
|
|
chartArea3.Name = "ChartArea1";
|
|
this.chartJahresumsatz.ChartAreas.Add(chartArea3);
|
|
legend3.Name = "Legend1";
|
|
this.chartJahresumsatz.Legends.Add(legend3);
|
|
this.chartJahresumsatz.Location = new System.Drawing.Point(7, 309);
|
|
this.chartJahresumsatz.Name = "chartJahresumsatz";
|
|
series3.ChartArea = "ChartArea1";
|
|
series3.Legend = "Legend1";
|
|
series3.Name = "Series1";
|
|
this.chartJahresumsatz.Series.Add(series3);
|
|
this.chartJahresumsatz.Size = new System.Drawing.Size(300, 312);
|
|
this.chartJahresumsatz.TabIndex = 39;
|
|
this.chartJahresumsatz.Text = "chart1";
|
|
//
|
|
// olvJahresumsatz
|
|
//
|
|
this.olvJahresumsatz.AllowColumnReorder = true;
|
|
this.olvJahresumsatz.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.olvJahresumsatz.BackColor = System.Drawing.SystemColors.Window;
|
|
this.olvJahresumsatz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.olvJahresumsatz.CellEditUseWholeCell = false;
|
|
this.olvJahresumsatz.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.olvJahresumsatz.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.olvJahresumsatz.FullRowSelect = true;
|
|
this.olvJahresumsatz.GridLines = true;
|
|
this.olvJahresumsatz.HideSelection = false;
|
|
this.olvJahresumsatz.Location = new System.Drawing.Point(7, 83);
|
|
this.olvJahresumsatz.MenuLabelColumns = "Spalten";
|
|
this.olvJahresumsatz.Name = "olvJahresumsatz";
|
|
this.olvJahresumsatz.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu;
|
|
this.olvJahresumsatz.SelectedColumnTint = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(176)))), ((int)(((byte)(196)))), ((int)(((byte)(222)))));
|
|
this.olvJahresumsatz.ShowGroups = false;
|
|
this.olvJahresumsatz.ShowItemToolTips = true;
|
|
this.olvJahresumsatz.Size = new System.Drawing.Size(300, 208);
|
|
this.olvJahresumsatz.TabIndex = 38;
|
|
this.olvJahresumsatz.TintSortColumn = true;
|
|
this.olvJahresumsatz.UseAlternatingBackColors = true;
|
|
this.olvJahresumsatz.UseCellFormatEvents = true;
|
|
this.olvJahresumsatz.UseCompatibleStateImageBehavior = false;
|
|
this.olvJahresumsatz.UseFiltering = true;
|
|
this.olvJahresumsatz.UseHotControls = false;
|
|
this.olvJahresumsatz.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// tabPageArtikel
|
|
//
|
|
this.tabPageArtikel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tabPageArtikel.Controls.Add(this.buttonSpeichern);
|
|
this.tabPageArtikel.Controls.Add(this.dGArtikel);
|
|
this.tabPageArtikel.Location = new System.Drawing.Point(4, 29);
|
|
this.tabPageArtikel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tabPageArtikel.Name = "tabPageArtikel";
|
|
this.tabPageArtikel.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tabPageArtikel.Size = new System.Drawing.Size(925, 697);
|
|
this.tabPageArtikel.TabIndex = 1;
|
|
this.tabPageArtikel.Text = "Artikelliste";
|
|
//
|
|
// buttonSpeichern
|
|
//
|
|
this.buttonSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonSpeichern.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonSpeichern.FlatAppearance.BorderSize = 0;
|
|
this.buttonSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonSpeichern.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonSpeichern.ForeColor = System.Drawing.Color.White;
|
|
this.buttonSpeichern.Location = new System.Drawing.Point(618, 648);
|
|
this.buttonSpeichern.Name = "buttonSpeichern";
|
|
this.buttonSpeichern.Size = new System.Drawing.Size(300, 41);
|
|
this.buttonSpeichern.TabIndex = 37;
|
|
this.buttonSpeichern.Text = "Stand speichern";
|
|
this.buttonSpeichern.UseVisualStyleBackColor = false;
|
|
this.buttonSpeichern.Click += new System.EventHandler(this.standSpeichernToolStripMenuItem_Click);
|
|
//
|
|
// dGArtikel
|
|
//
|
|
this.dGArtikel.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.dGArtikel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dGArtikel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.KundeArtikelID,
|
|
this.KundeID,
|
|
this.ArtikelNR,
|
|
this.ArtikelName,
|
|
this.Stand,
|
|
this.Fehlmenge,
|
|
this.Reklamation,
|
|
this.Korrektur,
|
|
this.StandBearbeitet,
|
|
this.FehlmengeBearbeitet,
|
|
this.KorrekturBearbeitet});
|
|
this.dGArtikel.Location = new System.Drawing.Point(4, 5);
|
|
this.dGArtikel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.dGArtikel.Name = "dGArtikel";
|
|
this.dGArtikel.Size = new System.Drawing.Size(913, 635);
|
|
this.dGArtikel.TabIndex = 11;
|
|
this.dGArtikel.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dGArtikel_CellBeginEdit);
|
|
this.dGArtikel.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dGArtikel_CellValueChanged);
|
|
//
|
|
// KundeArtikelID
|
|
//
|
|
this.KundeArtikelID.HeaderText = "KundeArtikelID";
|
|
this.KundeArtikelID.Name = "KundeArtikelID";
|
|
this.KundeArtikelID.Visible = false;
|
|
//
|
|
// KundeID
|
|
//
|
|
this.KundeID.HeaderText = "KundeID";
|
|
this.KundeID.Name = "KundeID";
|
|
this.KundeID.Visible = false;
|
|
//
|
|
// ArtikelNR
|
|
//
|
|
this.ArtikelNR.HeaderText = "Art. Nr.";
|
|
this.ArtikelNR.Name = "ArtikelNR";
|
|
//
|
|
// ArtikelName
|
|
//
|
|
this.ArtikelName.HeaderText = "Art. Name";
|
|
this.ArtikelName.Name = "ArtikelName";
|
|
//
|
|
// Stand
|
|
//
|
|
this.Stand.HeaderText = "Stand";
|
|
this.Stand.Name = "Stand";
|
|
//
|
|
// Fehlmenge
|
|
//
|
|
this.Fehlmenge.HeaderText = "Fehlmenge";
|
|
this.Fehlmenge.Name = "Fehlmenge";
|
|
//
|
|
// Reklamation
|
|
//
|
|
this.Reklamation.HeaderText = "Reklamation";
|
|
this.Reklamation.Name = "Reklamation";
|
|
//
|
|
// Korrektur
|
|
//
|
|
this.Korrektur.HeaderText = "Korrektur";
|
|
this.Korrektur.Name = "Korrektur";
|
|
//
|
|
// StandBearbeitet
|
|
//
|
|
this.StandBearbeitet.HeaderText = "Stand Bearbeitet";
|
|
this.StandBearbeitet.Name = "StandBearbeitet";
|
|
//
|
|
// FehlmengeBearbeitet
|
|
//
|
|
this.FehlmengeBearbeitet.HeaderText = "Fehlmenge Bearbeitet";
|
|
this.FehlmengeBearbeitet.Name = "FehlmengeBearbeitet";
|
|
//
|
|
// KorrekturBearbeitet
|
|
//
|
|
this.KorrekturBearbeitet.HeaderText = "Korrektur Bearbeitet";
|
|
this.KorrekturBearbeitet.Name = "KorrekturBearbeitet";
|
|
//
|
|
// buttonNextKunde
|
|
//
|
|
this.buttonNextKunde.BackColor = System.Drawing.Color.Turquoise;
|
|
this.buttonNextKunde.FlatAppearance.BorderSize = 0;
|
|
this.buttonNextKunde.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonNextKunde.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNextKunde.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.buttonNextKunde.Location = new System.Drawing.Point(13, 17);
|
|
this.buttonNextKunde.Name = "buttonNextKunde";
|
|
this.buttonNextKunde.Size = new System.Drawing.Size(350, 41);
|
|
this.buttonNextKunde.TabIndex = 45;
|
|
this.buttonNextKunde.Text = "Nächster Kunde";
|
|
this.buttonNextKunde.UseVisualStyleBackColor = false;
|
|
this.buttonNextKunde.Click += new System.EventHandler(this.TSBNext_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Location = new System.Drawing.Point(9, 336);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(61, 20);
|
|
this.label3.TabIndex = 47;
|
|
this.label3.Text = "Service";
|
|
//
|
|
// comboBoxService
|
|
//
|
|
this.comboBoxService.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxService.FormattingEnabled = true;
|
|
this.comboBoxService.Location = new System.Drawing.Point(13, 361);
|
|
this.comboBoxService.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.comboBoxService.Name = "comboBoxService";
|
|
this.comboBoxService.Size = new System.Drawing.Size(315, 28);
|
|
this.comboBoxService.TabIndex = 48;
|
|
this.comboBoxService.SelectedValueChanged += new System.EventHandler(this.comboBoxService_SelectedValueChanged);
|
|
//
|
|
// textBoxAnmerkung
|
|
//
|
|
this.textBoxAnmerkung.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.textBoxAnmerkung.Location = new System.Drawing.Point(13, 552);
|
|
this.textBoxAnmerkung.MaxLength = 200;
|
|
this.textBoxAnmerkung.Multiline = true;
|
|
this.textBoxAnmerkung.Name = "textBoxAnmerkung";
|
|
this.textBoxAnmerkung.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.textBoxAnmerkung.Size = new System.Drawing.Size(352, 141);
|
|
this.textBoxAnmerkung.TabIndex = 50;
|
|
this.textBoxAnmerkung.TextChanged += new System.EventHandler(this.textBoxAnmerkung_TextChanged);
|
|
this.textBoxAnmerkung.Leave += new System.EventHandler(this.textBoxAnmerkung_Leave);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
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.Color.White;
|
|
this.label4.Location = new System.Drawing.Point(9, 529);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(109, 20);
|
|
this.label4.TabIndex = 51;
|
|
this.label4.Text = "Anmerkungen";
|
|
//
|
|
// labelAnzahlChars
|
|
//
|
|
this.labelAnzahlChars.AutoSize = true;
|
|
this.labelAnzahlChars.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelAnzahlChars.ForeColor = System.Drawing.Color.White;
|
|
this.labelAnzahlChars.Location = new System.Drawing.Point(312, 532);
|
|
this.labelAnzahlChars.Name = "labelAnzahlChars";
|
|
this.labelAnzahlChars.Size = new System.Drawing.Size(53, 16);
|
|
this.labelAnzahlChars.TabIndex = 52;
|
|
this.labelAnzahlChars.Text = "000/000";
|
|
//
|
|
// numericUpDownAufgabeCount
|
|
//
|
|
this.numericUpDownAufgabeCount.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.numericUpDownAufgabeCount.Location = new System.Drawing.Point(282, 498);
|
|
this.numericUpDownAufgabeCount.Maximum = new decimal(new int[] {
|
|
99,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownAufgabeCount.Name = "numericUpDownAufgabeCount";
|
|
this.numericUpDownAufgabeCount.Size = new System.Drawing.Size(46, 29);
|
|
this.numericUpDownAufgabeCount.TabIndex = 53;
|
|
this.numericUpDownAufgabeCount.ValueChanged += new System.EventHandler(this.numericUpDownAufgabeCount_ValueChanged);
|
|
this.numericUpDownAufgabeCount.Leave += new System.EventHandler(this.numericUpDownAufgabeCount_Leave);
|
|
//
|
|
// comboBoxLRSommer
|
|
//
|
|
this.comboBoxLRSommer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxLRSommer.FormattingEnabled = true;
|
|
this.comboBoxLRSommer.Location = new System.Drawing.Point(13, 435);
|
|
this.comboBoxLRSommer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.comboBoxLRSommer.Name = "comboBoxLRSommer";
|
|
this.comboBoxLRSommer.Size = new System.Drawing.Size(170, 28);
|
|
this.comboBoxLRSommer.TabIndex = 55;
|
|
this.comboBoxLRSommer.SelectedIndexChanged += new System.EventHandler(this.comboBoxLieferrhythmus_SelectedIndexChanged);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
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.Color.White;
|
|
this.label5.Location = new System.Drawing.Point(9, 397);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(114, 20);
|
|
this.label5.TabIndex = 54;
|
|
this.label5.Text = "Lieferrhythmus";
|
|
//
|
|
// comboBoxLRWinter
|
|
//
|
|
this.comboBoxLRWinter.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxLRWinter.FormattingEnabled = true;
|
|
this.comboBoxLRWinter.Location = new System.Drawing.Point(195, 435);
|
|
this.comboBoxLRWinter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.comboBoxLRWinter.Name = "comboBoxLRWinter";
|
|
this.comboBoxLRWinter.Size = new System.Drawing.Size(170, 28);
|
|
this.comboBoxLRWinter.TabIndex = 56;
|
|
this.comboBoxLRWinter.SelectedIndexChanged += new System.EventHandler(this.comboBoxLieferrhythmus_SelectedIndexChanged);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.ForeColor = System.Drawing.Color.White;
|
|
this.label6.Location = new System.Drawing.Point(10, 417);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(45, 13);
|
|
this.label6.TabIndex = 57;
|
|
this.label6.Text = "Sommer";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label7.ForeColor = System.Drawing.Color.White;
|
|
this.label7.Location = new System.Drawing.Point(192, 417);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(38, 13);
|
|
this.label7.TabIndex = 58;
|
|
this.label7.Text = "Winter";
|
|
//
|
|
// buttonServiceBearbeiten
|
|
//
|
|
this.buttonServiceBearbeiten.Image = global::Deckungsbeitrag.Properties.Resources.PenOne_16x;
|
|
this.buttonServiceBearbeiten.Location = new System.Drawing.Point(337, 361);
|
|
this.buttonServiceBearbeiten.Name = "buttonServiceBearbeiten";
|
|
this.buttonServiceBearbeiten.Size = new System.Drawing.Size(28, 28);
|
|
this.buttonServiceBearbeiten.TabIndex = 49;
|
|
this.buttonServiceBearbeiten.UseVisualStyleBackColor = true;
|
|
this.buttonServiceBearbeiten.Click += new System.EventHandler(this.buttonServiceBearbeiten_Click);
|
|
//
|
|
// buttonAufgEnt
|
|
//
|
|
this.buttonAufgEnt.Image = global::Deckungsbeitrag.Properties.Resources.Close_red_16x;
|
|
this.buttonAufgEnt.Location = new System.Drawing.Point(337, 498);
|
|
this.buttonAufgEnt.Name = "buttonAufgEnt";
|
|
this.buttonAufgEnt.Size = new System.Drawing.Size(28, 28);
|
|
this.buttonAufgEnt.TabIndex = 43;
|
|
this.buttonAufgEnt.UseVisualStyleBackColor = true;
|
|
this.buttonAufgEnt.Click += new System.EventHandler(this.buttonAufgEnt_Click);
|
|
//
|
|
// pictureBoxQRCode
|
|
//
|
|
this.pictureBoxQRCode.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBoxQRCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pictureBoxQRCode.Location = new System.Drawing.Point(284, 76);
|
|
this.pictureBoxQRCode.Name = "pictureBoxQRCode";
|
|
this.pictureBoxQRCode.Size = new System.Drawing.Size(81, 101);
|
|
this.pictureBoxQRCode.TabIndex = 27;
|
|
this.pictureBoxQRCode.TabStop = false;
|
|
//
|
|
// FormKundeVW
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.ClientSize = new System.Drawing.Size(1318, 761);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.comboBoxLRWinter);
|
|
this.Controls.Add(this.comboBoxLRSommer);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.numericUpDownAufgabeCount);
|
|
this.Controls.Add(this.labelAnzahlChars);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.textBoxAnmerkung);
|
|
this.Controls.Add(this.buttonServiceBearbeiten);
|
|
this.Controls.Add(this.comboBoxService);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.buttonNextKunde);
|
|
this.Controls.Add(this.tabControlKunde);
|
|
this.Controls.Add(this.buttonAufgEnt);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.comboBoxAufgabe);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.textBoxSuchtext);
|
|
this.Controls.Add(this.buttonProgramm);
|
|
this.Controls.Add(this.pictureBoxQRCode);
|
|
this.Controls.Add(this.buttonBewertung);
|
|
this.Controls.Add(this.labelKdnName2);
|
|
this.Controls.Add(this.textBoxKndName2);
|
|
this.Controls.Add(this.labelOrt);
|
|
this.Controls.Add(this.textBoxOrt);
|
|
this.Controls.Add(this.labelPLZ);
|
|
this.Controls.Add(this.textBoxPLZ);
|
|
this.Controls.Add(this.textBoxStraße);
|
|
this.Controls.Add(this.textBoxKndNr);
|
|
this.Controls.Add(this.labelKundeNummer);
|
|
this.Controls.Add(this.labelStraße);
|
|
this.Controls.Add(this.labelKundeName);
|
|
this.Controls.Add(this.textBoxKundeName);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MinimumSize = new System.Drawing.Size(962, 670);
|
|
this.Name = "FormKundeVW";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "KUNDENVERWALTUNG";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormKundeVW_FormClosing);
|
|
this.Load += new System.EventHandler(this.KundeDaten_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KundeDaten_KeyDown);
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.tabControlKunde.ResumeLayout(false);
|
|
this.tabPageVorschau.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxEntwurf)).EndInit();
|
|
this.tabPageUmsatz.ResumeLayout(false);
|
|
this.tabPageUmsatz.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartMonatsumsatz)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.olvMonatsumsatz)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartQuartalsumsatz)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.olvQuartalsumsatz)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartJahresumsatz)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.olvJahresumsatz)).EndInit();
|
|
this.tabPageArtikel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dGArtikel)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownAufgabeCount)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxQRCode)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.TextBox textBoxKndNr;
|
|
private System.Windows.Forms.Label labelKundeNummer;
|
|
private System.Windows.Forms.Label labelKundeName;
|
|
private System.Windows.Forms.TextBox textBoxKundeName;
|
|
private System.Windows.Forms.TextBox textBoxStraße;
|
|
private System.Windows.Forms.Label labelStraße;
|
|
private System.Windows.Forms.TextBox textBoxPLZ;
|
|
private System.Windows.Forms.Label labelPLZ;
|
|
private System.Windows.Forms.TextBox textBoxOrt;
|
|
private System.Windows.Forms.Label labelOrt;
|
|
private System.Windows.Forms.PictureBox pictureBoxEntwurf;
|
|
private System.Windows.Forms.Label labelKdnName2;
|
|
private System.Windows.Forms.TextBox textBoxKndName2;
|
|
private System.Windows.Forms.Button buttonBewertung;
|
|
private System.Windows.Forms.PictureBox pictureBoxQRCode;
|
|
private System.Windows.Forms.Button buttonProgramm;
|
|
private System.Windows.Forms.TextBox textBoxSuchtext;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox comboBoxAufgabe;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button buttonAufgEnt;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem nächsterKundeToolStripMenuItem;
|
|
private System.Windows.Forms.TabControl tabControlKunde;
|
|
private System.Windows.Forms.TabPage tabPageUmsatz;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chartMonatsumsatz;
|
|
private System.Windows.Forms.TabPage tabPageArtikel;
|
|
private System.Windows.Forms.DataGridView dGArtikel;
|
|
private System.Windows.Forms.TabPage tabPageVorschau;
|
|
private System.Windows.Forms.Button buttonSWS_Drucken;
|
|
private System.Windows.Forms.Button buttonSpeichern;
|
|
private System.Windows.Forms.Button buttonNextKunde;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox comboBoxService;
|
|
private System.Windows.Forms.Button buttonServiceBearbeiten;
|
|
private System.Windows.Forms.TextBox textBoxAnmerkung;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label labelMonatsumsatz;
|
|
private BrightIdeasSoftware.ObjectListView olvMonatsumsatz;
|
|
private System.Windows.Forms.Label labelQuartalsumsatz;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chartQuartalsumsatz;
|
|
private BrightIdeasSoftware.ObjectListView olvQuartalsumsatz;
|
|
private System.Windows.Forms.Label labelJahresumsatz;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chartJahresumsatz;
|
|
private BrightIdeasSoftware.ObjectListView olvJahresumsatz;
|
|
private System.Windows.Forms.Label labelAnzahlChars;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownAufgabeCount;
|
|
private System.Windows.Forms.ComboBox comboBoxLRSommer;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox comboBoxLRWinter;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn KundeArtikelID;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn KundeID;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ArtikelNR;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ArtikelName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Stand;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Fehlmenge;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Reklamation;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Korrektur;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn StandBearbeitet;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn FehlmengeBearbeitet;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn KorrekturBearbeitet;
|
|
}
|
|
}
|
|
|