1285 lines
71 KiB
C#
1285 lines
71 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.tabPageInventur = new System.Windows.Forms.TabPage();
|
|
this.tabControlInventur = new System.Windows.Forms.TabControl();
|
|
this.tabPageNeueInventur = new System.Windows.Forms.TabPage();
|
|
this.dGVZahlen = new System.Windows.Forms.DataGridView();
|
|
this.contextMenuStripGridView = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.deleteRowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.panelButtons = new System.Windows.Forms.Panel();
|
|
this.buttonFreigeben = new System.Windows.Forms.Button();
|
|
this.buttonDelete = new System.Windows.Forms.Button();
|
|
this.panelDaten = new System.Windows.Forms.Panel();
|
|
this.labelAddRow = new System.Windows.Forms.Label();
|
|
this.pictureBoxPlus = new System.Windows.Forms.PictureBox();
|
|
this.labelLiefertag = new System.Windows.Forms.Label();
|
|
this.labelInventur = new System.Windows.Forms.Label();
|
|
this.dateTimePickerLiefertag = new System.Windows.Forms.DateTimePicker();
|
|
this.dateTimePickerInventur = new System.Windows.Forms.DateTimePicker();
|
|
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.checkBoxNW = new System.Windows.Forms.CheckBox();
|
|
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();
|
|
this.tabPageInventur.SuspendLayout();
|
|
this.tabControlInventur.SuspendLayout();
|
|
this.tabPageNeueInventur.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dGVZahlen)).BeginInit();
|
|
this.contextMenuStripGridView.SuspendLayout();
|
|
this.panelButtons.SuspendLayout();
|
|
this.panelDaten.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).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, 35);
|
|
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(105, 29);
|
|
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(78, 29);
|
|
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, 35);
|
|
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, 35);
|
|
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(141, 29);
|
|
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, 35);
|
|
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(56, 29);
|
|
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, 35);
|
|
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(46, 29);
|
|
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(147, 29);
|
|
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, 35);
|
|
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, 748);
|
|
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, 748);
|
|
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, 35);
|
|
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(145, 29);
|
|
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, 37);
|
|
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(183, 29);
|
|
this.label2.TabIndex = 42;
|
|
this.label2.Text = "Kundenaufgabe";
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.nächsterKundeToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(250, 36);
|
|
//
|
|
// 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(249, 32);
|
|
this.nächsterKundeToolStripMenuItem.Text = "Nächster Kunde";
|
|
this.nächsterKundeToolStripMenuItem.Click += new System.EventHandler(this.NaechsterKundeToolStripMenuItem_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.Controls.Add(this.tabPageInventur);
|
|
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(1009, 772);
|
|
this.tabControlKunde.TabIndex = 44;
|
|
this.tabControlKunde.SelectedIndexChanged += new System.EventHandler(this.TabControlKunde_SelectedIndexChanged);
|
|
//
|
|
// 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, 38);
|
|
this.tabPageVorschau.Name = "tabPageVorschau";
|
|
this.tabPageVorschau.Size = new System.Drawing.Size(1001, 730);
|
|
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(698, 686);
|
|
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.Visible = 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(1001, 680);
|
|
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, 38);
|
|
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(1001, 730);
|
|
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(193, 29);
|
|
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(207, 29);
|
|
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(187, 29);
|
|
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, 38);
|
|
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(1001, 730);
|
|
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(694, 681);
|
|
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.RowHeadersWidth = 51;
|
|
this.dGArtikel.Size = new System.Drawing.Size(989, 668);
|
|
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.MinimumWidth = 6;
|
|
this.KundeArtikelID.Name = "KundeArtikelID";
|
|
this.KundeArtikelID.Visible = false;
|
|
this.KundeArtikelID.Width = 125;
|
|
//
|
|
// KundeID
|
|
//
|
|
this.KundeID.HeaderText = "KundeID";
|
|
this.KundeID.MinimumWidth = 6;
|
|
this.KundeID.Name = "KundeID";
|
|
this.KundeID.Visible = false;
|
|
this.KundeID.Width = 125;
|
|
//
|
|
// ArtikelNR
|
|
//
|
|
this.ArtikelNR.HeaderText = "Art. Nr.";
|
|
this.ArtikelNR.MinimumWidth = 6;
|
|
this.ArtikelNR.Name = "ArtikelNR";
|
|
this.ArtikelNR.Width = 125;
|
|
//
|
|
// ArtikelName
|
|
//
|
|
this.ArtikelName.HeaderText = "Art. Name";
|
|
this.ArtikelName.MinimumWidth = 6;
|
|
this.ArtikelName.Name = "ArtikelName";
|
|
this.ArtikelName.Width = 125;
|
|
//
|
|
// Stand
|
|
//
|
|
this.Stand.HeaderText = "Stand";
|
|
this.Stand.MinimumWidth = 6;
|
|
this.Stand.Name = "Stand";
|
|
this.Stand.Width = 125;
|
|
//
|
|
// Fehlmenge
|
|
//
|
|
this.Fehlmenge.HeaderText = "Fehlmenge";
|
|
this.Fehlmenge.MinimumWidth = 6;
|
|
this.Fehlmenge.Name = "Fehlmenge";
|
|
this.Fehlmenge.Width = 125;
|
|
//
|
|
// Reklamation
|
|
//
|
|
this.Reklamation.HeaderText = "Reklamation";
|
|
this.Reklamation.MinimumWidth = 6;
|
|
this.Reklamation.Name = "Reklamation";
|
|
this.Reklamation.Width = 125;
|
|
//
|
|
// Korrektur
|
|
//
|
|
this.Korrektur.HeaderText = "Korrektur";
|
|
this.Korrektur.MinimumWidth = 6;
|
|
this.Korrektur.Name = "Korrektur";
|
|
this.Korrektur.Width = 125;
|
|
//
|
|
// StandBearbeitet
|
|
//
|
|
this.StandBearbeitet.HeaderText = "Stand Bearbeitet";
|
|
this.StandBearbeitet.MinimumWidth = 6;
|
|
this.StandBearbeitet.Name = "StandBearbeitet";
|
|
this.StandBearbeitet.Width = 125;
|
|
//
|
|
// FehlmengeBearbeitet
|
|
//
|
|
this.FehlmengeBearbeitet.HeaderText = "Fehlmenge Bearbeitet";
|
|
this.FehlmengeBearbeitet.MinimumWidth = 6;
|
|
this.FehlmengeBearbeitet.Name = "FehlmengeBearbeitet";
|
|
this.FehlmengeBearbeitet.Width = 125;
|
|
//
|
|
// KorrekturBearbeitet
|
|
//
|
|
this.KorrekturBearbeitet.HeaderText = "Korrektur Bearbeitet";
|
|
this.KorrekturBearbeitet.MinimumWidth = 6;
|
|
this.KorrekturBearbeitet.Name = "KorrekturBearbeitet";
|
|
this.KorrekturBearbeitet.Width = 125;
|
|
//
|
|
// tabPageInventur
|
|
//
|
|
this.tabPageInventur.Controls.Add(this.tabControlInventur);
|
|
this.tabPageInventur.Location = new System.Drawing.Point(4, 38);
|
|
this.tabPageInventur.Name = "tabPageInventur";
|
|
this.tabPageInventur.Size = new System.Drawing.Size(1001, 730);
|
|
this.tabPageInventur.TabIndex = 3;
|
|
this.tabPageInventur.Text = "Inventuren";
|
|
this.tabPageInventur.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabControlInventur
|
|
//
|
|
this.tabControlInventur.Controls.Add(this.tabPageNeueInventur);
|
|
this.tabControlInventur.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControlInventur.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControlInventur.Name = "tabControlInventur";
|
|
this.tabControlInventur.SelectedIndex = 0;
|
|
this.tabControlInventur.Size = new System.Drawing.Size(1001, 730);
|
|
this.tabControlInventur.TabIndex = 0;
|
|
//
|
|
// tabPageNeueInventur
|
|
//
|
|
this.tabPageNeueInventur.BackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.tabPageNeueInventur.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.tabPageNeueInventur.Controls.Add(this.dGVZahlen);
|
|
this.tabPageNeueInventur.Controls.Add(this.panelButtons);
|
|
this.tabPageNeueInventur.Controls.Add(this.panelDaten);
|
|
this.tabPageNeueInventur.Location = new System.Drawing.Point(4, 38);
|
|
this.tabPageNeueInventur.Name = "tabPageNeueInventur";
|
|
this.tabPageNeueInventur.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPageNeueInventur.Size = new System.Drawing.Size(993, 688);
|
|
this.tabPageNeueInventur.TabIndex = 0;
|
|
this.tabPageNeueInventur.Text = "Neue Inventur";
|
|
//
|
|
// dGVZahlen
|
|
//
|
|
this.dGVZahlen.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.dGVZahlen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dGVZahlen.ContextMenuStrip = this.contextMenuStripGridView;
|
|
this.dGVZahlen.EnableHeadersVisualStyles = false;
|
|
this.dGVZahlen.Location = new System.Drawing.Point(6, 109);
|
|
this.dGVZahlen.Name = "dGVZahlen";
|
|
this.dGVZahlen.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
this.dGVZahlen.RowHeadersWidth = 51;
|
|
this.dGVZahlen.RowTemplate.Height = 24;
|
|
this.dGVZahlen.Size = new System.Drawing.Size(977, 516);
|
|
this.dGVZahlen.TabIndex = 3;
|
|
this.dGVZahlen.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DGVZahlen_CellEndEdit);
|
|
this.dGVZahlen.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DGVZahlen_MouseDown);
|
|
//
|
|
// contextMenuStripGridView
|
|
//
|
|
this.contextMenuStripGridView.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.contextMenuStripGridView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.deleteRowToolStripMenuItem});
|
|
this.contextMenuStripGridView.Name = "contextMenuStripGridView";
|
|
this.contextMenuStripGridView.Size = new System.Drawing.Size(194, 36);
|
|
this.contextMenuStripGridView.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripGridView_Opening);
|
|
//
|
|
// deleteRowToolStripMenuItem
|
|
//
|
|
this.deleteRowToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteRowToolStripMenuItem.Image")));
|
|
this.deleteRowToolStripMenuItem.Name = "deleteRowToolStripMenuItem";
|
|
this.deleteRowToolStripMenuItem.Size = new System.Drawing.Size(193, 32);
|
|
this.deleteRowToolStripMenuItem.Text = "Zeile Löschen";
|
|
this.deleteRowToolStripMenuItem.Click += new System.EventHandler(this.DeleteRowToolStripMenuItem_Click);
|
|
//
|
|
// panelButtons
|
|
//
|
|
this.panelButtons.Controls.Add(this.buttonFreigeben);
|
|
this.panelButtons.Controls.Add(this.buttonDelete);
|
|
this.panelButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelButtons.Location = new System.Drawing.Point(3, 631);
|
|
this.panelButtons.Name = "panelButtons";
|
|
this.panelButtons.Padding = new System.Windows.Forms.Padding(5);
|
|
this.panelButtons.Size = new System.Drawing.Size(983, 50);
|
|
this.panelButtons.TabIndex = 2;
|
|
//
|
|
// buttonFreigeben
|
|
//
|
|
this.buttonFreigeben.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonFreigeben.BackColor = System.Drawing.Color.Gray;
|
|
this.buttonFreigeben.CausesValidation = false;
|
|
this.buttonFreigeben.Enabled = false;
|
|
this.buttonFreigeben.FlatAppearance.BorderSize = 0;
|
|
this.buttonFreigeben.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonFreigeben.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonFreigeben.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonFreigeben.Location = new System.Drawing.Point(473, 5);
|
|
this.buttonFreigeben.Margin = new System.Windows.Forms.Padding(0);
|
|
this.buttonFreigeben.Name = "buttonFreigeben";
|
|
this.buttonFreigeben.Size = new System.Drawing.Size(250, 40);
|
|
this.buttonFreigeben.TabIndex = 43;
|
|
this.buttonFreigeben.Text = "Speichern/Freigeben";
|
|
this.buttonFreigeben.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonFreigeben.UseVisualStyleBackColor = false;
|
|
this.buttonFreigeben.Click += new System.EventHandler(this.ButtonFreigeben_Click);
|
|
//
|
|
// buttonDelete
|
|
//
|
|
this.buttonDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonDelete.BackColor = System.Drawing.Color.Red;
|
|
this.buttonDelete.FlatAppearance.BorderSize = 0;
|
|
this.buttonDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonDelete.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonDelete.Location = new System.Drawing.Point(728, 5);
|
|
this.buttonDelete.Margin = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.buttonDelete.Name = "buttonDelete";
|
|
this.buttonDelete.Size = new System.Drawing.Size(250, 40);
|
|
this.buttonDelete.TabIndex = 42;
|
|
this.buttonDelete.Text = "Löschen";
|
|
this.buttonDelete.UseVisualStyleBackColor = false;
|
|
this.buttonDelete.Click += new System.EventHandler(this.ButtonDelete_Click);
|
|
//
|
|
// panelDaten
|
|
//
|
|
this.panelDaten.Controls.Add(this.labelAddRow);
|
|
this.panelDaten.Controls.Add(this.pictureBoxPlus);
|
|
this.panelDaten.Controls.Add(this.labelLiefertag);
|
|
this.panelDaten.Controls.Add(this.labelInventur);
|
|
this.panelDaten.Controls.Add(this.dateTimePickerLiefertag);
|
|
this.panelDaten.Controls.Add(this.dateTimePickerInventur);
|
|
this.panelDaten.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelDaten.Location = new System.Drawing.Point(3, 3);
|
|
this.panelDaten.Name = "panelDaten";
|
|
this.panelDaten.Size = new System.Drawing.Size(983, 100);
|
|
this.panelDaten.TabIndex = 1;
|
|
//
|
|
// labelAddRow
|
|
//
|
|
this.labelAddRow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labelAddRow.AutoSize = true;
|
|
this.labelAddRow.Location = new System.Drawing.Point(765, 63);
|
|
this.labelAddRow.Name = "labelAddRow";
|
|
this.labelAddRow.Size = new System.Drawing.Size(195, 29);
|
|
this.labelAddRow.TabIndex = 42;
|
|
this.labelAddRow.Text = "Zeile hinzufügen:";
|
|
//
|
|
// pictureBoxPlus
|
|
//
|
|
this.pictureBoxPlus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pictureBoxPlus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.pictureBoxPlus.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxPlus.Image")));
|
|
this.pictureBoxPlus.Location = new System.Drawing.Point(939, 52);
|
|
this.pictureBoxPlus.Margin = new System.Windows.Forms.Padding(10);
|
|
this.pictureBoxPlus.Name = "pictureBoxPlus";
|
|
this.pictureBoxPlus.Size = new System.Drawing.Size(34, 38);
|
|
this.pictureBoxPlus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBoxPlus.TabIndex = 41;
|
|
this.pictureBoxPlus.TabStop = false;
|
|
this.pictureBoxPlus.Click += new System.EventHandler(this.PictureBoxPlus_Click);
|
|
//
|
|
// labelLiefertag
|
|
//
|
|
this.labelLiefertag.AutoSize = true;
|
|
this.labelLiefertag.Location = new System.Drawing.Point(18, 63);
|
|
this.labelLiefertag.Name = "labelLiefertag";
|
|
this.labelLiefertag.Size = new System.Drawing.Size(113, 29);
|
|
this.labelLiefertag.TabIndex = 3;
|
|
this.labelLiefertag.Text = "Liefertag:";
|
|
//
|
|
// labelInventur
|
|
//
|
|
this.labelInventur.AutoSize = true;
|
|
this.labelInventur.Location = new System.Drawing.Point(18, 13);
|
|
this.labelInventur.Name = "labelInventur";
|
|
this.labelInventur.Size = new System.Drawing.Size(169, 29);
|
|
this.labelInventur.TabIndex = 2;
|
|
this.labelInventur.Text = "Inventurdatum:";
|
|
//
|
|
// dateTimePickerLiefertag
|
|
//
|
|
this.dateTimePickerLiefertag.Checked = false;
|
|
this.dateTimePickerLiefertag.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dateTimePickerLiefertag.Location = new System.Drawing.Point(166, 60);
|
|
this.dateTimePickerLiefertag.Name = "dateTimePickerLiefertag";
|
|
this.dateTimePickerLiefertag.ShowCheckBox = true;
|
|
this.dateTimePickerLiefertag.Size = new System.Drawing.Size(200, 35);
|
|
this.dateTimePickerLiefertag.TabIndex = 1;
|
|
this.dateTimePickerLiefertag.ValueChanged += new System.EventHandler(this.DateTimePicker_ValueChanged);
|
|
//
|
|
// dateTimePickerInventur
|
|
//
|
|
this.dateTimePickerInventur.Checked = false;
|
|
this.dateTimePickerInventur.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dateTimePickerInventur.Location = new System.Drawing.Point(166, 11);
|
|
this.dateTimePickerInventur.Name = "dateTimePickerInventur";
|
|
this.dateTimePickerInventur.ShowCheckBox = true;
|
|
this.dateTimePickerInventur.Size = new System.Drawing.Size(200, 35);
|
|
this.dateTimePickerInventur.TabIndex = 0;
|
|
this.dateTimePickerInventur.ValueChanged += new System.EventHandler(this.DateTimePicker_ValueChanged);
|
|
//
|
|
// 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(94, 29);
|
|
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, 37);
|
|
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, 183);
|
|
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(162, 29);
|
|
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(84, 25);
|
|
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, 40);
|
|
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, 37);
|
|
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(170, 29);
|
|
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, 37);
|
|
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(72, 20);
|
|
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(58, 20);
|
|
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(297, 76);
|
|
this.pictureBoxQRCode.Name = "pictureBoxQRCode";
|
|
this.pictureBoxQRCode.Size = new System.Drawing.Size(60, 60);
|
|
this.pictureBoxQRCode.TabIndex = 27;
|
|
this.pictureBoxQRCode.TabStop = false;
|
|
//
|
|
// checkBoxNW
|
|
//
|
|
this.checkBoxNW.AutoSize = true;
|
|
this.checkBoxNW.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.checkBoxNW.ForeColor = System.Drawing.Color.White;
|
|
this.checkBoxNW.Location = new System.Drawing.Point(297, 152);
|
|
this.checkBoxNW.Name = "checkBoxNW";
|
|
this.checkBoxNW.Size = new System.Drawing.Size(79, 33);
|
|
this.checkBoxNW.TabIndex = 59;
|
|
this.checkBoxNW.Text = "NW";
|
|
this.checkBoxNW.UseVisualStyleBackColor = true;
|
|
this.checkBoxNW.Click += new System.EventHandler(this.CheckBoxNW_Click);
|
|
//
|
|
// 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(1394, 803);
|
|
this.Controls.Add(this.checkBoxNW);
|
|
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.Shown += new System.EventHandler(this.FormKundeVW_Shown);
|
|
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();
|
|
this.tabPageInventur.ResumeLayout(false);
|
|
this.tabControlInventur.ResumeLayout(false);
|
|
this.tabPageNeueInventur.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dGVZahlen)).EndInit();
|
|
this.contextMenuStripGridView.ResumeLayout(false);
|
|
this.panelButtons.ResumeLayout(false);
|
|
this.panelDaten.ResumeLayout(false);
|
|
this.panelDaten.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).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;
|
|
private System.Windows.Forms.CheckBox checkBoxNW;
|
|
private System.Windows.Forms.TabPage tabPageInventur;
|
|
private System.Windows.Forms.TabControl tabControlInventur;
|
|
private System.Windows.Forms.TabPage tabPageNeueInventur;
|
|
private System.Windows.Forms.Panel panelDaten;
|
|
private System.Windows.Forms.Label labelInventur;
|
|
private System.Windows.Forms.DateTimePicker dateTimePickerLiefertag;
|
|
private System.Windows.Forms.DateTimePicker dateTimePickerInventur;
|
|
private System.Windows.Forms.Label labelLiefertag;
|
|
private System.Windows.Forms.Panel panelButtons;
|
|
private System.Windows.Forms.Button buttonDelete;
|
|
private System.Windows.Forms.Button buttonFreigeben;
|
|
private System.Windows.Forms.Label labelAddRow;
|
|
private System.Windows.Forms.PictureBox pictureBoxPlus;
|
|
private System.Windows.Forms.DataGridView dGVZahlen;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStripGridView;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteRowToolStripMenuItem;
|
|
}
|
|
}
|
|
|