693 lines
41 KiB
C#
693 lines
41 KiB
C#
|
|
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormNeuDeckungsbeitrag
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNeuDeckungsbeitrag));
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
this.olvDeckungsbeitrag = new BrightIdeasSoftware.ObjectListView();
|
|
this.groupBoxFilter = new System.Windows.Forms.GroupBox();
|
|
this.checkBoxInaktiv = new System.Windows.Forms.CheckBox();
|
|
this.comboBoxMonat = new System.Windows.Forms.ComboBox();
|
|
this.comboBoxVPJahr = new System.Windows.Forms.ComboBox();
|
|
this.comboBoxAktJahr = new System.Windows.Forms.ComboBox();
|
|
this.groupBoxQuartal = new System.Windows.Forms.GroupBox();
|
|
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.buttonOK = new System.Windows.Forms.Button();
|
|
this.toolStripMenu = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripButtonFilter = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.tSButtonKundeSuchen = new System.Windows.Forms.ToolStripButton();
|
|
this.tSComboBoxKndName = new System.Windows.Forms.ToolStripComboBox();
|
|
this.tSBAddKosten = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripPrint = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripBeenden = new System.Windows.Forms.ToolStripButton();
|
|
this.tSBEinstellung = new System.Windows.Forms.ToolStripButton();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.tSSLItems = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tSSLItemsAnz = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tSSLMietbetten = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tSSLMietbettenAnz = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tSSLGesamtbetten = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tSSLGesamtbettenAnz = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tSSLKunden = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tSSLKundenzahlen = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tSSLErfolg = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tSSLErfolgPos = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tSSLErfolgNull = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tSSLErfolgNeg = new System.Windows.Forms.ToolStripStatusLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.olvDeckungsbeitrag)).BeginInit();
|
|
this.groupBoxFilter.SuspendLayout();
|
|
this.groupBoxQuartal.SuspendLayout();
|
|
this.toolStripMenu.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// olvDeckungsbeitrag
|
|
//
|
|
this.olvDeckungsbeitrag.AllowColumnReorder = true;
|
|
this.olvDeckungsbeitrag.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.olvDeckungsbeitrag.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.olvDeckungsbeitrag.BackColor = System.Drawing.SystemColors.Window;
|
|
this.olvDeckungsbeitrag.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.olvDeckungsbeitrag.CellEditUseWholeCell = false;
|
|
this.olvDeckungsbeitrag.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.olvDeckungsbeitrag.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.olvDeckungsbeitrag.FullRowSelect = true;
|
|
this.olvDeckungsbeitrag.GridLines = true;
|
|
this.olvDeckungsbeitrag.HideSelection = false;
|
|
this.olvDeckungsbeitrag.Location = new System.Drawing.Point(197, 12);
|
|
this.olvDeckungsbeitrag.MenuLabelColumns = "Spalten";
|
|
this.olvDeckungsbeitrag.Name = "olvDeckungsbeitrag";
|
|
this.olvDeckungsbeitrag.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu;
|
|
this.olvDeckungsbeitrag.SelectedColumnTint = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(176)))), ((int)(((byte)(196)))), ((int)(((byte)(222)))));
|
|
this.olvDeckungsbeitrag.ShowGroups = false;
|
|
this.olvDeckungsbeitrag.ShowItemToolTips = true;
|
|
this.olvDeckungsbeitrag.Size = new System.Drawing.Size(1385, 600);
|
|
this.olvDeckungsbeitrag.TabIndex = 0;
|
|
this.olvDeckungsbeitrag.TintSortColumn = true;
|
|
this.olvDeckungsbeitrag.UseAlternatingBackColors = true;
|
|
this.olvDeckungsbeitrag.UseCellFormatEvents = true;
|
|
this.olvDeckungsbeitrag.UseCompatibleStateImageBehavior = false;
|
|
this.olvDeckungsbeitrag.UseFiltering = true;
|
|
this.olvDeckungsbeitrag.UseHotControls = false;
|
|
this.olvDeckungsbeitrag.View = System.Windows.Forms.View.Details;
|
|
this.olvDeckungsbeitrag.BeforeSorting += new System.EventHandler<BrightIdeasSoftware.BeforeSortingEventArgs>(this.OlvDeckungsbeitrag_BeforeSorting);
|
|
this.olvDeckungsbeitrag.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.olvDeckungsbeitrag_CellEditStarting);
|
|
this.olvDeckungsbeitrag.CellEditValidating += new BrightIdeasSoftware.CellEditEventHandler(this.olvDeckungsbeitrag_CellEditValidating);
|
|
this.olvDeckungsbeitrag.SubItemChecking += new System.EventHandler<BrightIdeasSoftware.SubItemCheckingEventArgs>(this.OlvDeckungsbeitrag_SubItemChecking);
|
|
this.olvDeckungsbeitrag.FormatCell += new System.EventHandler<BrightIdeasSoftware.FormatCellEventArgs>(this.OlvDeckungsbeitrag_FormatCell);
|
|
this.olvDeckungsbeitrag.FormatRow += new System.EventHandler<BrightIdeasSoftware.FormatRowEventArgs>(this.OlvDeckungsbeitrag_FormatRow);
|
|
this.olvDeckungsbeitrag.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.OlvDeckungsbeitrag_ItemChecked);
|
|
this.olvDeckungsbeitrag.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.OlvDeckungsbeitrag_MouseDoubleClick);
|
|
//
|
|
// groupBoxFilter
|
|
//
|
|
this.groupBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBoxFilter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxFilter.Controls.Add(this.checkBoxInaktiv);
|
|
this.groupBoxFilter.Controls.Add(this.comboBoxMonat);
|
|
this.groupBoxFilter.Controls.Add(this.comboBoxVPJahr);
|
|
this.groupBoxFilter.Controls.Add(this.comboBoxAktJahr);
|
|
this.groupBoxFilter.Controls.Add(this.groupBoxQuartal);
|
|
this.groupBoxFilter.Controls.Add(this.label6);
|
|
this.groupBoxFilter.Controls.Add(this.label2);
|
|
this.groupBoxFilter.Controls.Add(this.label1);
|
|
this.groupBoxFilter.Controls.Add(this.buttonOK);
|
|
this.groupBoxFilter.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBoxFilter.ForeColor = System.Drawing.Color.White;
|
|
this.groupBoxFilter.Location = new System.Drawing.Point(200, 0);
|
|
this.groupBoxFilter.Name = "groupBoxFilter";
|
|
this.groupBoxFilter.Size = new System.Drawing.Size(1385, 90);
|
|
this.groupBoxFilter.TabIndex = 2;
|
|
this.groupBoxFilter.TabStop = false;
|
|
//
|
|
// checkBoxInaktiv
|
|
//
|
|
this.checkBoxInaktiv.AutoSize = true;
|
|
this.checkBoxInaktiv.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.checkBoxInaktiv.Location = new System.Drawing.Point(844, 53);
|
|
this.checkBoxInaktiv.Name = "checkBoxInaktiv";
|
|
this.checkBoxInaktiv.Size = new System.Drawing.Size(101, 29);
|
|
this.checkBoxInaktiv.TabIndex = 29;
|
|
this.checkBoxInaktiv.Text = "Inaktive";
|
|
this.checkBoxInaktiv.UseVisualStyleBackColor = true;
|
|
//
|
|
// comboBoxMonat
|
|
//
|
|
this.comboBoxMonat.FormattingEnabled = true;
|
|
this.comboBoxMonat.Items.AddRange(new object[] {
|
|
"Jänner",
|
|
"Februar",
|
|
"März",
|
|
"April",
|
|
"Mai",
|
|
"Juni",
|
|
"Juli",
|
|
"August",
|
|
"September",
|
|
"Oktober",
|
|
"November",
|
|
"Dezember"});
|
|
this.comboBoxMonat.Location = new System.Drawing.Point(567, 48);
|
|
this.comboBoxMonat.Name = "comboBoxMonat";
|
|
this.comboBoxMonat.Size = new System.Drawing.Size(152, 28);
|
|
this.comboBoxMonat.TabIndex = 27;
|
|
//
|
|
// comboBoxVPJahr
|
|
//
|
|
this.comboBoxVPJahr.AllowDrop = true;
|
|
this.comboBoxVPJahr.FormattingEnabled = true;
|
|
this.comboBoxVPJahr.Location = new System.Drawing.Point(162, 48);
|
|
this.comboBoxVPJahr.Name = "comboBoxVPJahr";
|
|
this.comboBoxVPJahr.Size = new System.Drawing.Size(134, 28);
|
|
this.comboBoxVPJahr.TabIndex = 26;
|
|
//
|
|
// comboBoxAktJahr
|
|
//
|
|
this.comboBoxAktJahr.AllowDrop = true;
|
|
this.comboBoxAktJahr.FormattingEnabled = true;
|
|
this.comboBoxAktJahr.Location = new System.Drawing.Point(12, 48);
|
|
this.comboBoxAktJahr.Name = "comboBoxAktJahr";
|
|
this.comboBoxAktJahr.Size = new System.Drawing.Size(134, 28);
|
|
this.comboBoxAktJahr.TabIndex = 25;
|
|
//
|
|
// groupBoxQuartal
|
|
//
|
|
this.groupBoxQuartal.Controls.Add(this.checkBox4);
|
|
this.groupBoxQuartal.Controls.Add(this.checkBox3);
|
|
this.groupBoxQuartal.Controls.Add(this.checkBox2);
|
|
this.groupBoxQuartal.Controls.Add(this.checkBox1);
|
|
this.groupBoxQuartal.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBoxQuartal.ForeColor = System.Drawing.Color.White;
|
|
this.groupBoxQuartal.Location = new System.Drawing.Point(315, 16);
|
|
this.groupBoxQuartal.Name = "groupBoxQuartal";
|
|
this.groupBoxQuartal.Size = new System.Drawing.Size(229, 65);
|
|
this.groupBoxQuartal.TabIndex = 24;
|
|
this.groupBoxQuartal.TabStop = false;
|
|
this.groupBoxQuartal.Text = "Quartal";
|
|
this.groupBoxQuartal.Validating += new System.ComponentModel.CancelEventHandler(this.GroupBoxQuartal_Validating);
|
|
//
|
|
// checkBox4
|
|
//
|
|
this.checkBox4.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.checkBox4.AutoSize = true;
|
|
this.checkBox4.CheckAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.checkBox4.FlatAppearance.BorderSize = 2;
|
|
this.checkBox4.FlatAppearance.CheckedBackColor = System.Drawing.Color.YellowGreen;
|
|
this.checkBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.checkBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.checkBox4.Location = new System.Drawing.Point(173, 28);
|
|
this.checkBox4.Name = "checkBox4";
|
|
this.checkBox4.Size = new System.Drawing.Size(28, 30);
|
|
this.checkBox4.TabIndex = 3;
|
|
this.checkBox4.Text = "4";
|
|
this.checkBox4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.checkBox4.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.checkBox3.AutoSize = true;
|
|
this.checkBox3.CheckAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.checkBox3.FlatAppearance.BorderSize = 2;
|
|
this.checkBox3.FlatAppearance.CheckedBackColor = System.Drawing.Color.YellowGreen;
|
|
this.checkBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.checkBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.checkBox3.Location = new System.Drawing.Point(124, 28);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(28, 30);
|
|
this.checkBox3.TabIndex = 2;
|
|
this.checkBox3.Text = "3";
|
|
this.checkBox3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.CheckAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.checkBox2.FlatAppearance.BorderSize = 2;
|
|
this.checkBox2.FlatAppearance.CheckedBackColor = System.Drawing.Color.YellowGreen;
|
|
this.checkBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.checkBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.checkBox2.Location = new System.Drawing.Point(76, 28);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(28, 30);
|
|
this.checkBox2.TabIndex = 1;
|
|
this.checkBox2.Text = "2";
|
|
this.checkBox2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.checkBox1.FlatAppearance.BorderSize = 2;
|
|
this.checkBox1.FlatAppearance.CheckedBackColor = System.Drawing.Color.YellowGreen;
|
|
this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.checkBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.checkBox1.Location = new System.Drawing.Point(29, 28);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(28, 30);
|
|
this.checkBox1.TabIndex = 0;
|
|
this.checkBox1.Text = "1";
|
|
this.checkBox1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.Location = new System.Drawing.Point(157, 20);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(83, 25);
|
|
this.label6.TabIndex = 23;
|
|
this.label6.Text = "Jahr VP";
|
|
//
|
|
// 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.Location = new System.Drawing.Point(7, 20);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(51, 25);
|
|
this.label2.TabIndex = 20;
|
|
this.label2.Text = "Jahr";
|
|
//
|
|
// 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.Location = new System.Drawing.Point(562, 20);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(67, 25);
|
|
this.label1.TabIndex = 18;
|
|
this.label1.Text = "Monat";
|
|
//
|
|
// buttonOK
|
|
//
|
|
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonOK.BackColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.buttonOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonOK.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonOK.Location = new System.Drawing.Point(1253, 26);
|
|
this.buttonOK.Name = "buttonOK";
|
|
this.buttonOK.Size = new System.Drawing.Size(120, 50);
|
|
this.buttonOK.TabIndex = 15;
|
|
this.buttonOK.Text = "OK";
|
|
this.buttonOK.UseVisualStyleBackColor = false;
|
|
this.buttonOK.Click += new System.EventHandler(this.ButtonOK_Click);
|
|
//
|
|
// toolStripMenu
|
|
//
|
|
this.toolStripMenu.AutoSize = false;
|
|
this.toolStripMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.toolStripMenu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.toolStripMenu.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.toolStripMenu.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.toolStripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripButtonFilter,
|
|
this.toolStripButton1,
|
|
this.tSButtonKundeSuchen,
|
|
this.tSComboBoxKndName,
|
|
this.tSBAddKosten,
|
|
this.toolStripPrint,
|
|
this.toolStripBeenden,
|
|
this.tSBEinstellung});
|
|
this.toolStripMenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
|
|
this.toolStripMenu.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStripMenu.Name = "toolStripMenu";
|
|
this.toolStripMenu.Size = new System.Drawing.Size(197, 646);
|
|
this.toolStripMenu.TabIndex = 3;
|
|
this.toolStripMenu.Text = "toolStripMenu";
|
|
//
|
|
// toolStripButtonFilter
|
|
//
|
|
this.toolStripButtonFilter.AutoSize = false;
|
|
this.toolStripButtonFilter.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripButtonFilter.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.toolStripButtonFilter.ForeColor = System.Drawing.Color.White;
|
|
this.toolStripButtonFilter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFilter.Image")));
|
|
this.toolStripButtonFilter.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.toolStripButtonFilter.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButtonFilter.Name = "toolStripButtonFilter";
|
|
this.toolStripButtonFilter.Size = new System.Drawing.Size(180, 40);
|
|
this.toolStripButtonFilter.Text = "FILTER";
|
|
this.toolStripButtonFilter.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripButtonFilter.Click += new System.EventHandler(this.ToolStripButtonFilter_Click);
|
|
this.toolStripButtonFilter.Paint += new System.Windows.Forms.PaintEventHandler(this.Get_Border_Paint);
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.toolStripButton1.AutoSize = false;
|
|
this.toolStripButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.BackgroundImage")));
|
|
this.toolStripButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton1.Enabled = false;
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
this.toolStripButton1.Size = new System.Drawing.Size(180, 70);
|
|
this.toolStripButton1.Text = "toolStripButton1";
|
|
//
|
|
// tSButtonKundeSuchen
|
|
//
|
|
this.tSButtonKundeSuchen.AutoSize = false;
|
|
this.tSButtonKundeSuchen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSButtonKundeSuchen.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSButtonKundeSuchen.ForeColor = System.Drawing.Color.White;
|
|
this.tSButtonKundeSuchen.Image = ((System.Drawing.Image)(resources.GetObject("tSButtonKundeSuchen.Image")));
|
|
this.tSButtonKundeSuchen.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSButtonKundeSuchen.Name = "tSButtonKundeSuchen";
|
|
this.tSButtonKundeSuchen.Size = new System.Drawing.Size(180, 40);
|
|
this.tSButtonKundeSuchen.Text = "KUNDE SUCHEN";
|
|
this.tSButtonKundeSuchen.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSButtonKundeSuchen.Visible = false;
|
|
this.tSButtonKundeSuchen.Click += new System.EventHandler(this.TSButtonKundeSuchen_Click);
|
|
this.tSButtonKundeSuchen.Paint += new System.Windows.Forms.PaintEventHandler(this.Get_Border_Paint);
|
|
//
|
|
// tSComboBoxKndName
|
|
//
|
|
this.tSComboBoxKndName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.tSComboBoxKndName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
|
|
this.tSComboBoxKndName.AutoSize = false;
|
|
this.tSComboBoxKndName.BackColor = System.Drawing.Color.White;
|
|
this.tSComboBoxKndName.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSComboBoxKndName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSComboBoxKndName.Name = "tSComboBoxKndName";
|
|
this.tSComboBoxKndName.Size = new System.Drawing.Size(180, 28);
|
|
this.tSComboBoxKndName.Text = "SUCHTEXT";
|
|
this.tSComboBoxKndName.Visible = false;
|
|
this.tSComboBoxKndName.TextUpdate += new System.EventHandler(this.TSComboBoxKndName_TextUpdate);
|
|
this.tSComboBoxKndName.Enter += new System.EventHandler(this.TSComboBoxKndName_Enter);
|
|
this.tSComboBoxKndName.Leave += new System.EventHandler(this.TSComboBoxKndName_Leave);
|
|
this.tSComboBoxKndName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TSComboBoxKndName_KeyDown);
|
|
//
|
|
// tSBAddKosten
|
|
//
|
|
this.tSBAddKosten.AutoSize = false;
|
|
this.tSBAddKosten.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tSBAddKosten.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBAddKosten.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBAddKosten.ForeColor = System.Drawing.Color.White;
|
|
this.tSBAddKosten.Image = ((System.Drawing.Image)(resources.GetObject("tSBAddKosten.Image")));
|
|
this.tSBAddKosten.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBAddKosten.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.tSBAddKosten.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBAddKosten.Name = "tSBAddKosten";
|
|
this.tSBAddKosten.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBAddKosten.Text = "ADD KOSTEN";
|
|
this.tSBAddKosten.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBAddKosten.Visible = false;
|
|
this.tSBAddKosten.Click += new System.EventHandler(this.tSBAddKosten_Click);
|
|
this.tSBAddKosten.Paint += new System.Windows.Forms.PaintEventHandler(this.Get_Border_Paint);
|
|
//
|
|
// toolStripPrint
|
|
//
|
|
this.toolStripPrint.AutoSize = false;
|
|
this.toolStripPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.toolStripPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripPrint.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.toolStripPrint.ForeColor = System.Drawing.Color.White;
|
|
this.toolStripPrint.Image = ((System.Drawing.Image)(resources.GetObject("toolStripPrint.Image")));
|
|
this.toolStripPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.toolStripPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripPrint.Name = "toolStripPrint";
|
|
this.toolStripPrint.Size = new System.Drawing.Size(180, 40);
|
|
this.toolStripPrint.Text = "DRUCKEN";
|
|
this.toolStripPrint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripPrint.Click += new System.EventHandler(this.ToolStripPrint_Click);
|
|
this.toolStripPrint.Paint += new System.Windows.Forms.PaintEventHandler(this.Get_Border_Paint);
|
|
//
|
|
// toolStripBeenden
|
|
//
|
|
this.toolStripBeenden.AutoSize = false;
|
|
this.toolStripBeenden.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.toolStripBeenden.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripBeenden.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.toolStripBeenden.ForeColor = System.Drawing.Color.White;
|
|
this.toolStripBeenden.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBeenden.Image")));
|
|
this.toolStripBeenden.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripBeenden.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.toolStripBeenden.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripBeenden.Name = "toolStripBeenden";
|
|
this.toolStripBeenden.Size = new System.Drawing.Size(180, 40);
|
|
this.toolStripBeenden.Text = "SPEICHERN";
|
|
this.toolStripBeenden.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.toolStripBeenden.Click += new System.EventHandler(this.ToolStripBeenden_Click);
|
|
this.toolStripBeenden.Paint += new System.Windows.Forms.PaintEventHandler(this.Get_Border_Paint);
|
|
//
|
|
// tSBEinstellung
|
|
//
|
|
this.tSBEinstellung.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.tSBEinstellung.AutoSize = false;
|
|
this.tSBEinstellung.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.tSBEinstellung.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSBEinstellung.ForeColor = System.Drawing.Color.White;
|
|
this.tSBEinstellung.Image = ((System.Drawing.Image)(resources.GetObject("tSBEinstellung.Image")));
|
|
this.tSBEinstellung.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBEinstellung.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tSBEinstellung.Name = "tSBEinstellung";
|
|
this.tSBEinstellung.Size = new System.Drawing.Size(180, 40);
|
|
this.tSBEinstellung.Text = "EINSTELLUNG";
|
|
this.tSBEinstellung.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.tSBEinstellung.Click += new System.EventHandler(this.tSBEinstellung_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tSSLItems,
|
|
this.tSSLItemsAnz,
|
|
this.tSSLMietbetten,
|
|
this.tSSLMietbettenAnz,
|
|
this.tSSLGesamtbetten,
|
|
this.tSSLGesamtbettenAnz,
|
|
this.tSSLKunden,
|
|
this.tSSLKundenzahlen,
|
|
this.tSSLErfolg,
|
|
this.tSSLErfolgPos,
|
|
this.tSSLErfolgNull,
|
|
this.tSSLErfolgNeg});
|
|
this.statusStrip1.Location = new System.Drawing.Point(197, 616);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(1388, 30);
|
|
this.statusStrip1.TabIndex = 4;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// tSSLItems
|
|
//
|
|
this.tSSLItems.BackColor = System.Drawing.Color.White;
|
|
this.tSSLItems.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLItems.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLItems.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSSLItems.Name = "tSSLItems";
|
|
this.tSSLItems.Size = new System.Drawing.Size(95, 24);
|
|
this.tSSLItems.Text = "Datensätze:";
|
|
//
|
|
// tSSLItemsAnz
|
|
//
|
|
this.tSSLItemsAnz.BackColor = System.Drawing.Color.White;
|
|
this.tSSLItemsAnz.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLItemsAnz.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLItemsAnz.Name = "tSSLItemsAnz";
|
|
this.tSSLItemsAnz.Size = new System.Drawing.Size(29, 24);
|
|
this.tSSLItemsAnz.Text = "00";
|
|
//
|
|
// tSSLMietbetten
|
|
//
|
|
this.tSSLMietbetten.BackColor = System.Drawing.Color.White;
|
|
this.tSSLMietbetten.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLMietbetten.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLMietbetten.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSSLMietbetten.Name = "tSSLMietbetten";
|
|
this.tSSLMietbetten.Size = new System.Drawing.Size(148, 24);
|
|
this.tSSLMietbetten.Text = "Mietbetten (Aktiv):";
|
|
//
|
|
// tSSLMietbettenAnz
|
|
//
|
|
this.tSSLMietbettenAnz.BackColor = System.Drawing.Color.White;
|
|
this.tSSLMietbettenAnz.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLMietbettenAnz.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLMietbettenAnz.Name = "tSSLMietbettenAnz";
|
|
this.tSSLMietbettenAnz.Size = new System.Drawing.Size(29, 24);
|
|
this.tSSLMietbettenAnz.Text = "00";
|
|
//
|
|
// tSSLGesamtbetten
|
|
//
|
|
this.tSSLGesamtbetten.BackColor = System.Drawing.Color.White;
|
|
this.tSSLGesamtbetten.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLGesamtbetten.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLGesamtbetten.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSSLGesamtbetten.Name = "tSSLGesamtbetten";
|
|
this.tSSLGesamtbetten.Size = new System.Drawing.Size(170, 24);
|
|
this.tSSLGesamtbetten.Text = "Gesamtbetten (Aktiv):";
|
|
//
|
|
// tSSLGesamtbettenAnz
|
|
//
|
|
this.tSSLGesamtbettenAnz.BackColor = System.Drawing.Color.White;
|
|
this.tSSLGesamtbettenAnz.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLGesamtbettenAnz.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLGesamtbettenAnz.Name = "tSSLGesamtbettenAnz";
|
|
this.tSSLGesamtbettenAnz.Size = new System.Drawing.Size(29, 24);
|
|
this.tSSLGesamtbettenAnz.Text = "00";
|
|
//
|
|
// tSSLKunden
|
|
//
|
|
this.tSSLKunden.BackColor = System.Drawing.Color.White;
|
|
this.tSSLKunden.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLKunden.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLKunden.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSSLKunden.Name = "tSSLKunden";
|
|
this.tSSLKunden.Size = new System.Drawing.Size(256, 24);
|
|
this.tSSLKunden.Text = "Kunden (Aktiv / Inaktiv / Gesamt):";
|
|
//
|
|
// tSSLKundenzahlen
|
|
//
|
|
this.tSSLKundenzahlen.BackColor = System.Drawing.Color.White;
|
|
this.tSSLKundenzahlen.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLKundenzahlen.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLKundenzahlen.Name = "tSSLKundenzahlen";
|
|
this.tSSLKundenzahlen.Size = new System.Drawing.Size(89, 24);
|
|
this.tSSLKundenzahlen.Text = "00 / 00 / 00";
|
|
//
|
|
// tSSLErfolg
|
|
//
|
|
this.tSSLErfolg.BackColor = System.Drawing.Color.White;
|
|
this.tSSLErfolg.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLErfolg.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLErfolg.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tSSLErfolg.Name = "tSSLErfolg";
|
|
this.tSSLErfolg.Size = new System.Drawing.Size(191, 24);
|
|
this.tSSLErfolg.Text = "Erfolg (Anzahl / Summe):";
|
|
//
|
|
// tSSLErfolgPos
|
|
//
|
|
this.tSSLErfolgPos.BackColor = System.Drawing.Color.Green;
|
|
this.tSSLErfolgPos.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLErfolgPos.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLErfolgPos.ForeColor = System.Drawing.Color.White;
|
|
this.tSSLErfolgPos.Name = "tSSLErfolgPos";
|
|
this.tSSLErfolgPos.Size = new System.Drawing.Size(59, 24);
|
|
this.tSSLErfolgPos.Text = "00 / 00";
|
|
//
|
|
// tSSLErfolgNull
|
|
//
|
|
this.tSSLErfolgNull.BackColor = System.Drawing.Color.Yellow;
|
|
this.tSSLErfolgNull.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLErfolgNull.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLErfolgNull.Name = "tSSLErfolgNull";
|
|
this.tSSLErfolgNull.Size = new System.Drawing.Size(29, 24);
|
|
this.tSSLErfolgNull.Text = "00";
|
|
//
|
|
// tSSLErfolgNeg
|
|
//
|
|
this.tSSLErfolgNeg.BackColor = System.Drawing.Color.Red;
|
|
this.tSSLErfolgNeg.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
|
|
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
|
|
this.tSSLErfolgNeg.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
|
|
this.tSSLErfolgNeg.ForeColor = System.Drawing.Color.White;
|
|
this.tSSLErfolgNeg.Name = "tSSLErfolgNeg";
|
|
this.tSSLErfolgNeg.Size = new System.Drawing.Size(59, 24);
|
|
this.tSSLErfolgNeg.Text = "00 / 00";
|
|
//
|
|
// FormNeuDeckungsbeitrag
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1585, 646);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.groupBoxFilter);
|
|
this.Controls.Add(this.toolStripMenu);
|
|
this.Controls.Add(this.olvDeckungsbeitrag);
|
|
this.Name = "FormNeuDeckungsbeitrag";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Deckungsbeitrag";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.FormNeuDeckungsbeitrag_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.olvDeckungsbeitrag)).EndInit();
|
|
this.groupBoxFilter.ResumeLayout(false);
|
|
this.groupBoxFilter.PerformLayout();
|
|
this.groupBoxQuartal.ResumeLayout(false);
|
|
this.groupBoxQuartal.PerformLayout();
|
|
this.toolStripMenu.ResumeLayout(false);
|
|
this.toolStripMenu.PerformLayout();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
|
private BrightIdeasSoftware.ObjectListView olvDeckungsbeitrag;
|
|
private System.Windows.Forms.GroupBox groupBoxFilter;
|
|
private System.Windows.Forms.Button buttonOK;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.GroupBox groupBoxQuartal;
|
|
private System.Windows.Forms.CheckBox checkBox4;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.ToolStrip toolStripMenu;
|
|
private System.Windows.Forms.ToolStripButton toolStripBeenden;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButtonFilter;
|
|
private System.Windows.Forms.ToolStripButton tSButtonKundeSuchen;
|
|
private System.Windows.Forms.ToolStripComboBox tSComboBoxKndName;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLGesamtbettenAnz;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLGesamtbetten;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLKunden;
|
|
private System.Windows.Forms.ToolStripButton toolStripPrint;
|
|
private System.Windows.Forms.ComboBox comboBoxAktJahr;
|
|
private System.Windows.Forms.ComboBox comboBoxVPJahr;
|
|
private System.Windows.Forms.ComboBox comboBoxMonat;
|
|
private System.Windows.Forms.ToolStripButton tSBEinstellung;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLMietbetten;
|
|
private System.Windows.Forms.CheckBox checkBoxInaktiv;
|
|
private System.Windows.Forms.ToolStripButton tSBAddKosten;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLKundenzahlen;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLErfolg;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLErfolgPos;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLErfolgNull;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLErfolgNeg;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLItems;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLItemsAnz;
|
|
private System.Windows.Forms.ToolStripStatusLabel tSSLMietbettenAnz;
|
|
}
|
|
} |