195 lines
11 KiB
C#
195 lines
11 KiB
C#
namespace Deckungsbeitrag.UserControls
|
|
{
|
|
partial class UCAuftragSuchen
|
|
{
|
|
/// <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 Komponenten-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.groupBoxSuchen = new System.Windows.Forms.GroupBox();
|
|
this.comboBoxStatus = new System.Windows.Forms.ComboBox();
|
|
this.comboBoxTyp = new System.Windows.Forms.ComboBox();
|
|
this.radioButtonErstellt = new System.Windows.Forms.RadioButton();
|
|
this.radioButtonLiefertag = new System.Windows.Forms.RadioButton();
|
|
this.buttonKunde = new System.Windows.Forms.Button();
|
|
this.dTPSuchen = new System.Windows.Forms.DateTimePicker();
|
|
this.buttonSuchen = new System.Windows.Forms.Button();
|
|
this.groupBoxSuchen.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBoxSuchen
|
|
//
|
|
this.groupBoxSuchen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBoxSuchen.Controls.Add(this.comboBoxStatus);
|
|
this.groupBoxSuchen.Controls.Add(this.comboBoxTyp);
|
|
this.groupBoxSuchen.Controls.Add(this.radioButtonErstellt);
|
|
this.groupBoxSuchen.Controls.Add(this.radioButtonLiefertag);
|
|
this.groupBoxSuchen.Controls.Add(this.buttonKunde);
|
|
this.groupBoxSuchen.Controls.Add(this.dTPSuchen);
|
|
this.groupBoxSuchen.Controls.Add(this.buttonSuchen);
|
|
this.groupBoxSuchen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.groupBoxSuchen.Location = new System.Drawing.Point(20, 20);
|
|
this.groupBoxSuchen.Name = "groupBoxSuchen";
|
|
this.groupBoxSuchen.Size = new System.Drawing.Size(220, 236);
|
|
this.groupBoxSuchen.TabIndex = 68;
|
|
this.groupBoxSuchen.TabStop = false;
|
|
this.groupBoxSuchen.Text = "AUFTRAG SUCHEN";
|
|
this.groupBoxSuchen.VisibleChanged += new System.EventHandler(this.groupBoxSuchen_VisibleChanged);
|
|
this.groupBoxSuchen.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBoxSuchen_Paint);
|
|
//
|
|
// comboBoxStatus
|
|
//
|
|
this.comboBoxStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxStatus.FormattingEnabled = true;
|
|
this.comboBoxStatus.Location = new System.Drawing.Point(8, 165);
|
|
this.comboBoxStatus.Name = "comboBoxStatus";
|
|
this.comboBoxStatus.Size = new System.Drawing.Size(200, 28);
|
|
this.comboBoxStatus.TabIndex = 79;
|
|
//
|
|
// comboBoxTyp
|
|
//
|
|
this.comboBoxTyp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxTyp.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxTyp.FormattingEnabled = true;
|
|
this.comboBoxTyp.Location = new System.Drawing.Point(8, 131);
|
|
this.comboBoxTyp.Name = "comboBoxTyp";
|
|
this.comboBoxTyp.Size = new System.Drawing.Size(200, 28);
|
|
this.comboBoxTyp.TabIndex = 78;
|
|
//
|
|
// radioButtonErstellt
|
|
//
|
|
this.radioButtonErstellt.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.radioButtonErstellt.BackColor = System.Drawing.Color.White;
|
|
this.radioButtonErstellt.FlatAppearance.BorderSize = 3;
|
|
this.radioButtonErstellt.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.radioButtonErstellt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.radioButtonErstellt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.radioButtonErstellt.Location = new System.Drawing.Point(113, 59);
|
|
this.radioButtonErstellt.Name = "radioButtonErstellt";
|
|
this.radioButtonErstellt.Size = new System.Drawing.Size(95, 29);
|
|
this.radioButtonErstellt.TabIndex = 77;
|
|
this.radioButtonErstellt.TabStop = true;
|
|
this.radioButtonErstellt.Tag = "erstellt";
|
|
this.radioButtonErstellt.Text = "Erstellt am";
|
|
this.radioButtonErstellt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.radioButtonErstellt.UseVisualStyleBackColor = false;
|
|
this.radioButtonErstellt.CheckedChanged += new System.EventHandler(this.radioButtonSuchen_CheckedChanged);
|
|
//
|
|
// radioButtonLiefertag
|
|
//
|
|
this.radioButtonLiefertag.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.radioButtonLiefertag.BackColor = System.Drawing.Color.White;
|
|
this.radioButtonLiefertag.FlatAppearance.BorderSize = 3;
|
|
this.radioButtonLiefertag.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.radioButtonLiefertag.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.radioButtonLiefertag.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.radioButtonLiefertag.Location = new System.Drawing.Point(8, 59);
|
|
this.radioButtonLiefertag.Name = "radioButtonLiefertag";
|
|
this.radioButtonLiefertag.Size = new System.Drawing.Size(95, 29);
|
|
this.radioButtonLiefertag.TabIndex = 76;
|
|
this.radioButtonLiefertag.TabStop = true;
|
|
this.radioButtonLiefertag.Tag = "liefertag";
|
|
this.radioButtonLiefertag.Text = "Liefertag";
|
|
this.radioButtonLiefertag.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.radioButtonLiefertag.UseVisualStyleBackColor = false;
|
|
this.radioButtonLiefertag.CheckedChanged += new System.EventHandler(this.radioButtonSuchen_CheckedChanged);
|
|
//
|
|
// buttonKunde
|
|
//
|
|
this.buttonKunde.BackColor = System.Drawing.Color.White;
|
|
this.buttonKunde.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.buttonKunde.FlatAppearance.BorderSize = 3;
|
|
this.buttonKunde.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonKunde.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonKunde.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.buttonKunde.Location = new System.Drawing.Point(8, 22);
|
|
this.buttonKunde.Name = "buttonKunde";
|
|
this.buttonKunde.Size = new System.Drawing.Size(200, 29);
|
|
this.buttonKunde.TabIndex = 75;
|
|
this.buttonKunde.Text = "Kunde wählen";
|
|
this.buttonKunde.UseVisualStyleBackColor = false;
|
|
this.buttonKunde.Click += new System.EventHandler(this.buttonKunde_Click);
|
|
//
|
|
// dTPSuchen
|
|
//
|
|
this.dTPSuchen.Checked = false;
|
|
this.dTPSuchen.CustomFormat = "ddd - dd.MM.yyyy";
|
|
this.dTPSuchen.Enabled = false;
|
|
this.dTPSuchen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dTPSuchen.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dTPSuchen.Location = new System.Drawing.Point(8, 99);
|
|
this.dTPSuchen.Name = "dTPSuchen";
|
|
this.dTPSuchen.ShowCheckBox = true;
|
|
this.dTPSuchen.Size = new System.Drawing.Size(200, 26);
|
|
this.dTPSuchen.TabIndex = 74;
|
|
//
|
|
// buttonSuchen
|
|
//
|
|
this.buttonSuchen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonSuchen.BackColor = System.Drawing.Color.SpringGreen;
|
|
this.buttonSuchen.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonSuchen.FlatAppearance.BorderSize = 0;
|
|
this.buttonSuchen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonSuchen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonSuchen.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonSuchen.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.buttonSuchen.Location = new System.Drawing.Point(8, 199);
|
|
this.buttonSuchen.Margin = new System.Windows.Forms.Padding(5);
|
|
this.buttonSuchen.Name = "buttonSuchen";
|
|
this.buttonSuchen.Size = new System.Drawing.Size(200, 29);
|
|
this.buttonSuchen.TabIndex = 72;
|
|
this.buttonSuchen.Text = "Auftrag Suchen";
|
|
this.buttonSuchen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonSuchen.UseVisualStyleBackColor = false;
|
|
this.buttonSuchen.Click += new System.EventHandler(this.buttonSuchen_Click);
|
|
//
|
|
// UCAuftragSuchen
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Transparent;
|
|
this.Controls.Add(this.groupBoxSuchen);
|
|
this.Name = "UCAuftragSuchen";
|
|
this.Size = new System.Drawing.Size(260, 276);
|
|
this.Load += new System.EventHandler(this.UCAuftragSuchen_Load);
|
|
this.groupBoxSuchen.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBoxSuchen;
|
|
private System.Windows.Forms.ComboBox comboBoxStatus;
|
|
private System.Windows.Forms.ComboBox comboBoxTyp;
|
|
private System.Windows.Forms.RadioButton radioButtonErstellt;
|
|
private System.Windows.Forms.RadioButton radioButtonLiefertag;
|
|
private System.Windows.Forms.Button buttonKunde;
|
|
private System.Windows.Forms.DateTimePicker dTPSuchen;
|
|
private System.Windows.Forms.Button buttonSuchen;
|
|
}
|
|
}
|