Programm_Wirl/AA-Forms/FormTourenplanung.Designer.cs

119 lines
6.0 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.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.Location = new System.Drawing.Point(0, 36);
this.flowLayoutPanelKunden.Name = "flowLayoutPanelKunden";
this.flowLayoutPanelKunden.Size = new System.Drawing.Size(204, 414);
this.flowLayoutPanelKunden.TabIndex = 1;
//
// comboBoxFilter
//
this.comboBoxFilter.FormattingEnabled = true;
this.comboBoxFilter.Location = new System.Drawing.Point(0, 0);
this.comboBoxFilter.Margin = new System.Windows.Forms.Padding(5);
this.comboBoxFilter.Name = "comboBoxFilter";
this.comboBoxFilter.Size = new System.Drawing.Size(204, 28);
this.comboBoxFilter.TabIndex = 2;
//
// 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, 3);
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);
//
// 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.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
private System.Windows.Forms.TabControl tabControlLKW;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelKunden;
private System.Windows.Forms.ComboBox comboBoxFilter;
private System.Windows.Forms.Button buttonAddPage;
}
}