880 lines
49 KiB
C#
880 lines
49 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.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.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.buttonServiceBearbeiten = new System.Windows.Forms.Button();
|
|
this.pictureBoxEntwurf = new System.Windows.Forms.PictureBox();
|
|
this.buttonAufgEnt = new System.Windows.Forms.Button();
|
|
this.pictureBoxQRCode = new System.Windows.Forms.PictureBox();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.tabControlKunde.SuspendLayout();
|
|
this.tabPageVorschau.SuspendLayout();
|
|
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.pictureBoxEntwurf)).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(10, 92);
|
|
this.textBoxKndNr.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBoxKndNr.Name = "textBoxKndNr";
|
|
this.textBoxKndNr.Size = new System.Drawing.Size(69, 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(6, 70);
|
|
this.labelKundeNummer.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
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(6, 120);
|
|
this.labelKundeName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
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(10, 142);
|
|
this.textBoxKundeName.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBoxKundeName.Name = "textBoxKundeName";
|
|
this.textBoxKundeName.Size = new System.Drawing.Size(281, 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(10, 242);
|
|
this.textBoxStraße.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBoxStraße.Name = "textBoxStraße";
|
|
this.textBoxStraße.Size = new System.Drawing.Size(281, 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(6, 220);
|
|
this.labelStraße.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
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(10, 292);
|
|
this.textBoxPLZ.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBoxPLZ.Name = "textBoxPLZ";
|
|
this.textBoxPLZ.Size = new System.Drawing.Size(69, 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(6, 270);
|
|
this.labelPLZ.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
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(83, 292);
|
|
this.textBoxOrt.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBoxOrt.Name = "textBoxOrt";
|
|
this.textBoxOrt.Size = new System.Drawing.Size(208, 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(79, 270);
|
|
this.labelOrt.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
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(6, 170);
|
|
this.labelKdnName2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
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(10, 192);
|
|
this.textBoxKndName2.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBoxKndName2.Name = "textBoxKndName2";
|
|
this.textBoxKndName2.Size = new System.Drawing.Size(281, 26);
|
|
this.textBoxKndName2.TabIndex = 26;
|
|
//
|
|
// buttonBewertung
|
|
//
|
|
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(10, 481);
|
|
this.buttonBewertung.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonBewertung.Name = "buttonBewertung";
|
|
this.buttonBewertung.Size = new System.Drawing.Size(160, 41);
|
|
this.buttonBewertung.TabIndex = 1;
|
|
this.buttonBewertung.Text = "Bewertung";
|
|
this.buttonBewertung.UseVisualStyleBackColor = true;
|
|
//
|
|
// buttonProgramm
|
|
//
|
|
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(10, 436);
|
|
this.buttonProgramm.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonProgramm.Name = "buttonProgramm";
|
|
this.buttonProgramm.Size = new System.Drawing.Size(160, 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(83, 92);
|
|
this.textBoxSuchtext.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBoxSuchtext.Name = "textBoxSuchtext";
|
|
this.textBoxSuchtext.Size = new System.Drawing.Size(208, 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(79, 70);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(95, 20);
|
|
this.label1.TabIndex = 39;
|
|
this.label1.Text = "SUCHTEXT";
|
|
//
|
|
// comboBoxAufgabe
|
|
//
|
|
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(10, 404);
|
|
this.comboBoxAufgabe.Margin = new System.Windows.Forms.Padding(2);
|
|
this.comboBoxAufgabe.Name = "comboBoxAufgabe";
|
|
this.comboBoxAufgabe.Size = new System.Drawing.Size(128, 28);
|
|
this.comboBoxAufgabe.TabIndex = 41;
|
|
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(6, 380);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
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(309, 11);
|
|
this.tabControlKunde.Name = "tabControlKunde";
|
|
this.tabControlKunde.SelectedIndex = 0;
|
|
this.tabControlKunde.Size = new System.Drawing.Size(915, 711);
|
|
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.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tabPageVorschau.Name = "tabPageVorschau";
|
|
this.tabPageVorschau.Size = new System.Drawing.Size(907, 678);
|
|
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.Left)));
|
|
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(2, 635);
|
|
this.buttonSWS_Drucken.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonSWS_Drucken.Name = "buttonSWS_Drucken";
|
|
this.buttonSWS_Drucken.Size = new System.Drawing.Size(281, 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);
|
|
//
|
|
// 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.Name = "tabPageUmsatz";
|
|
this.tabPageUmsatz.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPageUmsatz.Size = new System.Drawing.Size(907, 678);
|
|
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(672, 19);
|
|
this.labelMonatsumsatz.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
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(620, 201);
|
|
this.chartMonatsumsatz.Margin = new System.Windows.Forms.Padding(2);
|
|
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(262, 203);
|
|
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(620, 54);
|
|
this.olvMonatsumsatz.Margin = new System.Windows.Forms.Padding(2);
|
|
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(263, 136);
|
|
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(416, 19);
|
|
this.labelQuartalsumsatz.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
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(354, 201);
|
|
this.chartQuartalsumsatz.Margin = new System.Windows.Forms.Padding(2);
|
|
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(262, 203);
|
|
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(354, 54);
|
|
this.olvQuartalsumsatz.Margin = new System.Windows.Forms.Padding(2);
|
|
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(263, 136);
|
|
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(156, 19);
|
|
this.labelJahresumsatz.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
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(86, 201);
|
|
this.chartJahresumsatz.Margin = new System.Windows.Forms.Padding(2);
|
|
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(262, 203);
|
|
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(86, 54);
|
|
this.olvJahresumsatz.Margin = new System.Windows.Forms.Padding(2);
|
|
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(263, 136);
|
|
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.Name = "tabPageArtikel";
|
|
this.tabPageArtikel.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPageArtikel.Size = new System.Drawing.Size(907, 678);
|
|
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.Left)));
|
|
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(2, 635);
|
|
this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonSpeichern.Name = "buttonSpeichern";
|
|
this.buttonSpeichern.Size = new System.Drawing.Size(281, 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.Korrektur,
|
|
this.StandBearbeitet,
|
|
this.FehlmengeBearbeitet,
|
|
this.KorrekturBearbeitet});
|
|
this.dGArtikel.Location = new System.Drawing.Point(3, 3);
|
|
this.dGArtikel.Name = "dGArtikel";
|
|
this.dGArtikel.Size = new System.Drawing.Size(901, 630);
|
|
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";
|
|
//
|
|
// 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(10, 11);
|
|
this.buttonNextKunde.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonNextKunde.Name = "buttonNextKunde";
|
|
this.buttonNextKunde.Size = new System.Drawing.Size(281, 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(6, 322);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
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(10, 346);
|
|
this.comboBoxService.Name = "comboBoxService";
|
|
this.comboBoxService.Size = new System.Drawing.Size(248, 28);
|
|
this.comboBoxService.TabIndex = 48;
|
|
this.comboBoxService.SelectedValueChanged += new System.EventHandler(this.comboBoxService_SelectedValueChanged);
|
|
//
|
|
// buttonServiceBearbeiten
|
|
//
|
|
this.buttonServiceBearbeiten.Image = global::Deckungsbeitrag.Properties.Resources.PenOne_16x;
|
|
this.buttonServiceBearbeiten.Location = new System.Drawing.Point(263, 346);
|
|
this.buttonServiceBearbeiten.Margin = new System.Windows.Forms.Padding(2);
|
|
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);
|
|
//
|
|
// 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.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pictureBoxEntwurf.Name = "pictureBoxEntwurf";
|
|
this.pictureBoxEntwurf.Size = new System.Drawing.Size(911, 631);
|
|
this.pictureBoxEntwurf.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBoxEntwurf.TabIndex = 16;
|
|
this.pictureBoxEntwurf.TabStop = false;
|
|
//
|
|
// buttonAufgEnt
|
|
//
|
|
this.buttonAufgEnt.Image = global::Deckungsbeitrag.Properties.Resources.Close_red_16x;
|
|
this.buttonAufgEnt.Location = new System.Drawing.Point(142, 404);
|
|
this.buttonAufgEnt.Margin = new System.Windows.Forms.Padding(2);
|
|
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(174, 404);
|
|
this.pictureBoxQRCode.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pictureBoxQRCode.Name = "pictureBoxQRCode";
|
|
this.pictureBoxQRCode.Size = new System.Drawing.Size(117, 117);
|
|
this.pictureBoxQRCode.TabIndex = 27;
|
|
this.pictureBoxQRCode.TabStop = false;
|
|
//
|
|
// FormKundeVW
|
|
//
|
|
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(1224, 725);
|
|
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.Margin = new System.Windows.Forms.Padding(2);
|
|
this.MinimumSize = new System.Drawing.Size(647, 615);
|
|
this.Name = "FormKundeVW";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "KUNDENVERWALTUNG";
|
|
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);
|
|
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.pictureBoxEntwurf)).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.Label labelMonatsumsatz;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chartMonatsumsatz;
|
|
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.TabPage tabPageArtikel;
|
|
private System.Windows.Forms.DataGridView dGArtikel;
|
|
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 Korrektur;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn StandBearbeitet;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn FehlmengeBearbeitet;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn KorrekturBearbeitet;
|
|
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;
|
|
}
|
|
}
|
|
|