Programm_Wirl/AA-Forms/FormTourenplanung.Designer.cs
2026-04-21 09:02:20 +02:00

184 lines
11 KiB
C#

namespace Deckungsbeitrag.AA_Forms
{
partial class FormTourenplanung
{
/// <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(FormTourenplanung));
this.tabControlLKW = new System.Windows.Forms.TabControl();
this.flowLayoutPanelKunden = new System.Windows.Forms.FlowLayoutPanel();
this.comboBoxFilter = new System.Windows.Forms.ComboBox();
this.buttonAddPage = new System.Windows.Forms.Button();
this.radioButtonSommer = new System.Windows.Forms.RadioButton();
this.radioButtonWinter = new System.Windows.Forms.RadioButton();
this.radioButtonFruehling26 = new System.Windows.Forms.RadioButton();
this.SuspendLayout();
//
// tabControlLKW
//
this.tabControlLKW.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.tabControlLKW.Location = new System.Drawing.Point(206, 39);
this.tabControlLKW.Name = "tabControlLKW";
this.tabControlLKW.SelectedIndex = 0;
this.tabControlLKW.Size = new System.Drawing.Size(594, 411);
this.tabControlLKW.TabIndex = 0;
this.tabControlLKW.SelectedIndexChanged += new System.EventHandler(this.TabControlLKW_SelectedIndexChanged);
this.tabControlLKW.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TabControlLKW_MouseDoubleClick);
//
// flowLayoutPanelKunden
//
this.flowLayoutPanelKunden.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.flowLayoutPanelKunden.AutoScroll = true;
this.flowLayoutPanelKunden.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.flowLayoutPanelKunden.ForeColor = System.Drawing.Color.Black;
this.flowLayoutPanelKunden.Location = new System.Drawing.Point(0, 43);
this.flowLayoutPanelKunden.Name = "flowLayoutPanelKunden";
this.flowLayoutPanelKunden.Size = new System.Drawing.Size(204, 407);
this.flowLayoutPanelKunden.TabIndex = 1;
//
// comboBoxFilter
//
this.comboBoxFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxFilter.FormattingEnabled = true;
this.comboBoxFilter.Location = new System.Drawing.Point(5, 7);
this.comboBoxFilter.Margin = new System.Windows.Forms.Padding(5);
this.comboBoxFilter.Name = "comboBoxFilter";
this.comboBoxFilter.Size = new System.Drawing.Size(199, 33);
this.comboBoxFilter.TabIndex = 2;
this.comboBoxFilter.SelectedIndexChanged += new System.EventHandler(this.ComboBoxFilter_SelectedIndexChanged);
//
// buttonAddPage
//
this.buttonAddPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonAddPage.BackColor = System.Drawing.Color.Turquoise;
this.buttonAddPage.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.buttonAddPage.FlatAppearance.BorderSize = 0;
this.buttonAddPage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonAddPage.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonAddPage.ForeColor = System.Drawing.Color.Black;
this.buttonAddPage.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.buttonAddPage.Location = new System.Drawing.Point(647, 4);
this.buttonAddPage.Margin = new System.Windows.Forms.Padding(5);
this.buttonAddPage.Name = "buttonAddPage";
this.buttonAddPage.Size = new System.Drawing.Size(150, 28);
this.buttonAddPage.TabIndex = 57;
this.buttonAddPage.Text = "Neues Fahrzeug";
this.buttonAddPage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.buttonAddPage.UseVisualStyleBackColor = false;
this.buttonAddPage.Click += new System.EventHandler(this.ButtonAddPage_Click);
//
// radioButtonSommer
//
this.radioButtonSommer.Appearance = System.Windows.Forms.Appearance.Button;
this.radioButtonSommer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.radioButtonSommer.FlatAppearance.BorderSize = 0;
this.radioButtonSommer.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.radioButtonSommer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.radioButtonSommer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.radioButtonSommer.Location = new System.Drawing.Point(212, 5);
this.radioButtonSommer.Name = "radioButtonSommer";
this.radioButtonSommer.Size = new System.Drawing.Size(100, 30);
this.radioButtonSommer.TabIndex = 58;
this.radioButtonSommer.TabStop = true;
this.radioButtonSommer.Text = "Sommer";
this.radioButtonSommer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.radioButtonSommer.UseVisualStyleBackColor = false;
this.radioButtonSommer.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged);
//
// radioButtonWinter
//
this.radioButtonWinter.Appearance = System.Windows.Forms.Appearance.Button;
this.radioButtonWinter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.radioButtonWinter.FlatAppearance.BorderSize = 0;
this.radioButtonWinter.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.radioButtonWinter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.radioButtonWinter.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.radioButtonWinter.Location = new System.Drawing.Point(318, 5);
this.radioButtonWinter.Name = "radioButtonWinter";
this.radioButtonWinter.Size = new System.Drawing.Size(100, 30);
this.radioButtonWinter.TabIndex = 59;
this.radioButtonWinter.TabStop = true;
this.radioButtonWinter.Text = "Winter";
this.radioButtonWinter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.radioButtonWinter.UseVisualStyleBackColor = false;
this.radioButtonWinter.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged);
//
// radioButtonFruehling26
//
this.radioButtonFruehling26.Appearance = System.Windows.Forms.Appearance.Button;
this.radioButtonFruehling26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.radioButtonFruehling26.FlatAppearance.BorderSize = 0;
this.radioButtonFruehling26.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.radioButtonFruehling26.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.radioButtonFruehling26.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.radioButtonFruehling26.Location = new System.Drawing.Point(424, 5);
this.radioButtonFruehling26.Name = "radioButtonFruehling26";
this.radioButtonFruehling26.Size = new System.Drawing.Size(100, 30);
this.radioButtonFruehling26.TabIndex = 60;
this.radioButtonFruehling26.TabStop = true;
this.radioButtonFruehling26.Text = "Frühling26";
this.radioButtonFruehling26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.radioButtonFruehling26.UseVisualStyleBackColor = false;
//
// FormTourenplanung
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.radioButtonFruehling26);
this.Controls.Add(this.radioButtonWinter);
this.Controls.Add(this.radioButtonSommer);
this.Controls.Add(this.buttonAddPage);
this.Controls.Add(this.comboBoxFilter);
this.Controls.Add(this.flowLayoutPanelKunden);
this.Controls.Add(this.tabControlLKW);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ForeColor = System.Drawing.Color.White;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormTourenplanung";
this.Text = "TOURENPLANUNG";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormTourenplanung_FormClosing);
this.Load += new System.EventHandler(this.FormTourenplanung_Load);
this.Shown += new System.EventHandler(this.FormTourenplanung_Shown);
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.TabControl tabControlLKW;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelKunden;
private System.Windows.Forms.ComboBox comboBoxFilter;
private System.Windows.Forms.Button buttonAddPage;
private System.Windows.Forms.RadioButton radioButtonSommer;
private System.Windows.Forms.RadioButton radioButtonWinter;
private System.Windows.Forms.RadioButton radioButtonFruehling26;
}
}