105 lines
4.7 KiB
C#
105 lines
4.7 KiB
C#
namespace Deckungsbeitrag.AA_Forms
|
|
{
|
|
partial class FormAuftragAuswahl
|
|
{
|
|
/// <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(FormAuftragAuswahl));
|
|
this.panelAuswahl = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.panelSuchen = new System.Windows.Forms.Panel();
|
|
this.textBoxKunde = new System.Windows.Forms.TextBox();
|
|
this.panelSuchen.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelAuswahl
|
|
//
|
|
this.panelAuswahl.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.panelAuswahl.AutoScroll = true;
|
|
this.panelAuswahl.AutoScrollMargin = new System.Drawing.Size(20, 20);
|
|
this.panelAuswahl.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
this.panelAuswahl.Location = new System.Drawing.Point(0, 70);
|
|
this.panelAuswahl.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelAuswahl.Name = "panelAuswahl";
|
|
this.panelAuswahl.Padding = new System.Windows.Forms.Padding(20);
|
|
this.panelAuswahl.Size = new System.Drawing.Size(1674, 928);
|
|
this.panelAuswahl.TabIndex = 0;
|
|
//
|
|
// panelSuchen
|
|
//
|
|
this.panelSuchen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.panelSuchen.Controls.Add(this.textBoxKunde);
|
|
this.panelSuchen.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelSuchen.Location = new System.Drawing.Point(0, 0);
|
|
this.panelSuchen.Margin = new System.Windows.Forms.Padding(5);
|
|
this.panelSuchen.Name = "panelSuchen";
|
|
this.panelSuchen.Padding = new System.Windows.Forms.Padding(15);
|
|
this.panelSuchen.Size = new System.Drawing.Size(1674, 65);
|
|
this.panelSuchen.TabIndex = 1;
|
|
//
|
|
// textBoxKunde
|
|
//
|
|
this.textBoxKunde.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBoxKunde.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxKunde.ForeColor = System.Drawing.Color.Silver;
|
|
this.textBoxKunde.Location = new System.Drawing.Point(10, 10);
|
|
this.textBoxKunde.Margin = new System.Windows.Forms.Padding(10);
|
|
this.textBoxKunde.Name = "textBoxKunde";
|
|
this.textBoxKunde.Size = new System.Drawing.Size(1654, 45);
|
|
this.textBoxKunde.TabIndex = 1;
|
|
this.textBoxKunde.Text = "Kunde suchen";
|
|
this.textBoxKunde.Click += new System.EventHandler(this.TextBoxKunde_Click);
|
|
this.textBoxKunde.TextChanged += new System.EventHandler(this.TextBoxKunde_TextChanged);
|
|
//
|
|
// FormAuftragAuswahl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1674, 998);
|
|
this.Controls.Add(this.panelSuchen);
|
|
this.Controls.Add(this.panelAuswahl);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FormAuftragAuswahl";
|
|
this.Text = "Auftrag wählen";
|
|
this.Load += new System.EventHandler(this.FormAuftragAuswahl_Load);
|
|
this.Shown += new System.EventHandler(this.FormAuftragAuswahl_Shown);
|
|
this.panelSuchen.ResumeLayout(false);
|
|
this.panelSuchen.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel panelAuswahl;
|
|
private System.Windows.Forms.Panel panelSuchen;
|
|
private System.Windows.Forms.TextBox textBoxKunde;
|
|
}
|
|
} |