771 lines
42 KiB
C#
771 lines
42 KiB
C#
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormGeschaeftMain
|
|
{
|
|
/// <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 Windows Form-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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGeschaeftMain));
|
|
this.tLPGeschaeft = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tLPKundeAuswahl = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tLPKundeNr = new System.Windows.Forms.TableLayoutPanel();
|
|
this.textBoxKundeNr = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.tLPKundeName = new System.Windows.Forms.TableLayoutPanel();
|
|
this.textBoxKundeName = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.tLPKundeDetails = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tLPKontakt = new System.Windows.Forms.TableLayoutPanel();
|
|
this.textBoxAnderes = new System.Windows.Forms.TextBox();
|
|
this.textBoxMail = new System.Windows.Forms.TextBox();
|
|
this.textBoxTel = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.tLPAdresse = new System.Windows.Forms.TableLayoutPanel();
|
|
this.textBoxOrt = new System.Windows.Forms.TextBox();
|
|
this.textBoxPLZ = new System.Windows.Forms.TextBox();
|
|
this.textBoxStrasse = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.buttonEdit = new System.Windows.Forms.Button();
|
|
this.tLPAuftrag = new System.Windows.Forms.TableLayoutPanel();
|
|
this.pictureBoxPlus = new System.Windows.Forms.PictureBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tLPAuftragDetails = new System.Windows.Forms.TableLayoutPanel();
|
|
this.textBoxNetzanzahl = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.dTPAbholtag = new System.Windows.Forms.DateTimePicker();
|
|
this.rBEigenNetze = new System.Windows.Forms.RadioButton();
|
|
this.rBFremdNetze = new System.Windows.Forms.RadioButton();
|
|
this.fLPNetzeScan = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.tLPButtons = new System.Windows.Forms.TableLayoutPanel();
|
|
this.buttonAbbrechen = new System.Windows.Forms.Button();
|
|
this.buttonSpeichern = new System.Windows.Forms.Button();
|
|
this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
|
|
this.tLPGeschaeft.SuspendLayout();
|
|
this.tLPKundeAuswahl.SuspendLayout();
|
|
this.tLPKundeNr.SuspendLayout();
|
|
this.tLPKundeName.SuspendLayout();
|
|
this.tLPKundeDetails.SuspendLayout();
|
|
this.tLPKontakt.SuspendLayout();
|
|
this.tLPAdresse.SuspendLayout();
|
|
this.tLPAuftrag.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).BeginInit();
|
|
this.tLPAuftragDetails.SuspendLayout();
|
|
this.tLPButtons.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tLPGeschaeft
|
|
//
|
|
this.tLPGeschaeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tLPGeschaeft.ColumnCount = 1;
|
|
this.tLPGeschaeft.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tLPGeschaeft.Controls.Add(this.tLPKundeAuswahl, 0, 1);
|
|
this.tLPGeschaeft.Controls.Add(this.tLPKundeDetails, 0, 2);
|
|
this.tLPGeschaeft.Controls.Add(this.tLPAuftrag, 0, 3);
|
|
this.tLPGeschaeft.Controls.Add(this.tLPButtons, 0, 4);
|
|
this.tLPGeschaeft.Controls.Add(this.pictureBoxLogo, 0, 0);
|
|
this.tLPGeschaeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPGeschaeft.Location = new System.Drawing.Point(0, 0);
|
|
this.tLPGeschaeft.Name = "tLPGeschaeft";
|
|
this.tLPGeschaeft.RowCount = 5;
|
|
this.tLPGeschaeft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
|
this.tLPGeschaeft.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPGeschaeft.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPGeschaeft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tLPGeschaeft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
|
this.tLPGeschaeft.Size = new System.Drawing.Size(1419, 833);
|
|
this.tLPGeschaeft.TabIndex = 0;
|
|
//
|
|
// tLPKundeAuswahl
|
|
//
|
|
this.tLPKundeAuswahl.AutoSize = true;
|
|
this.tLPKundeAuswahl.ColumnCount = 2;
|
|
this.tLPKundeAuswahl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tLPKundeAuswahl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tLPKundeAuswahl.Controls.Add(this.tLPKundeNr, 1, 0);
|
|
this.tLPKundeAuswahl.Controls.Add(this.tLPKundeName, 0, 0);
|
|
this.tLPKundeAuswahl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPKundeAuswahl.Location = new System.Drawing.Point(3, 103);
|
|
this.tLPKundeAuswahl.Name = "tLPKundeAuswahl";
|
|
this.tLPKundeAuswahl.RowCount = 1;
|
|
this.tLPKundeAuswahl.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPKundeAuswahl.Size = new System.Drawing.Size(1413, 57);
|
|
this.tLPKundeAuswahl.TabIndex = 7;
|
|
//
|
|
// tLPKundeNr
|
|
//
|
|
this.tLPKundeNr.AutoSize = true;
|
|
this.tLPKundeNr.ColumnCount = 2;
|
|
this.tLPKundeNr.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
|
|
this.tLPKundeNr.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tLPKundeNr.Controls.Add(this.textBoxKundeNr, 1, 0);
|
|
this.tLPKundeNr.Controls.Add(this.label14, 0, 0);
|
|
this.tLPKundeNr.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPKundeNr.Location = new System.Drawing.Point(709, 3);
|
|
this.tLPKundeNr.Name = "tLPKundeNr";
|
|
this.tLPKundeNr.RowCount = 1;
|
|
this.tLPKundeNr.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPKundeNr.Size = new System.Drawing.Size(701, 51);
|
|
this.tLPKundeNr.TabIndex = 1;
|
|
//
|
|
// textBoxKundeNr
|
|
//
|
|
this.textBoxKundeNr.AccessibleName = "isNumeric";
|
|
this.textBoxKundeNr.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBoxKundeNr.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxKundeNr.Location = new System.Drawing.Point(203, 3);
|
|
this.textBoxKundeNr.Name = "textBoxKundeNr";
|
|
this.textBoxKundeNr.Size = new System.Drawing.Size(495, 45);
|
|
this.textBoxKundeNr.TabIndex = 6;
|
|
this.textBoxKundeNr.Enter += new System.EventHandler(this.TextBox_Enter);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label14.ForeColor = System.Drawing.Color.White;
|
|
this.label14.Location = new System.Drawing.Point(3, 0);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(194, 51);
|
|
this.label14.TabIndex = 5;
|
|
this.label14.Text = "KundeNr:";
|
|
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tLPKundeName
|
|
//
|
|
this.tLPKundeName.AutoSize = true;
|
|
this.tLPKundeName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tLPKundeName.ColumnCount = 2;
|
|
this.tLPKundeName.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tLPKundeName.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tLPKundeName.Controls.Add(this.textBoxKundeName, 1, 0);
|
|
this.tLPKundeName.Controls.Add(this.label13, 0, 0);
|
|
this.tLPKundeName.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPKundeName.Location = new System.Drawing.Point(3, 3);
|
|
this.tLPKundeName.Name = "tLPKundeName";
|
|
this.tLPKundeName.RowCount = 1;
|
|
this.tLPKundeName.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPKundeName.Size = new System.Drawing.Size(700, 51);
|
|
this.tLPKundeName.TabIndex = 0;
|
|
//
|
|
// textBoxKundeName
|
|
//
|
|
this.textBoxKundeName.AccessibleName = "isAlpha";
|
|
this.textBoxKundeName.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBoxKundeName.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxKundeName.Location = new System.Drawing.Point(210, 3);
|
|
this.textBoxKundeName.Name = "textBoxKundeName";
|
|
this.textBoxKundeName.Size = new System.Drawing.Size(487, 45);
|
|
this.textBoxKundeName.TabIndex = 5;
|
|
this.textBoxKundeName.Enter += new System.EventHandler(this.TextBox_Enter);
|
|
this.textBoxKundeName.Leave += new System.EventHandler(this.TextBoxKunde_Leave);
|
|
this.textBoxKundeName.Validating += new System.ComponentModel.CancelEventHandler(this.Pflichtfelder_Validating);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label13.ForeColor = System.Drawing.Color.White;
|
|
this.label13.Location = new System.Drawing.Point(3, 0);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(201, 51);
|
|
this.label13.TabIndex = 4;
|
|
this.label13.Text = "Kundename:";
|
|
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tLPKundeDetails
|
|
//
|
|
this.tLPKundeDetails.AutoSize = true;
|
|
this.tLPKundeDetails.ColumnCount = 2;
|
|
this.tLPKundeDetails.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tLPKundeDetails.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tLPKundeDetails.Controls.Add(this.label2, 1, 0);
|
|
this.tLPKundeDetails.Controls.Add(this.label1, 0, 0);
|
|
this.tLPKundeDetails.Controls.Add(this.tLPKontakt, 1, 1);
|
|
this.tLPKundeDetails.Controls.Add(this.tLPAdresse, 0, 1);
|
|
this.tLPKundeDetails.Controls.Add(this.buttonEdit, 0, 2);
|
|
this.tLPKundeDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPKundeDetails.Location = new System.Drawing.Point(3, 166);
|
|
this.tLPKundeDetails.Name = "tLPKundeDetails";
|
|
this.tLPKundeDetails.RowCount = 3;
|
|
this.tLPKundeDetails.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tLPKundeDetails.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPKundeDetails.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tLPKundeDetails.Size = new System.Drawing.Size(1413, 259);
|
|
this.tLPKundeDetails.TabIndex = 4;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(709, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(701, 50);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "Details:";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(3, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(700, 50);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "Adresse:";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tLPKontakt
|
|
//
|
|
this.tLPKontakt.AutoSize = true;
|
|
this.tLPKontakt.ColumnCount = 2;
|
|
this.tLPKontakt.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
|
|
this.tLPKontakt.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tLPKontakt.Controls.Add(this.textBoxAnderes, 1, 2);
|
|
this.tLPKontakt.Controls.Add(this.textBoxMail, 1, 1);
|
|
this.tLPKontakt.Controls.Add(this.textBoxTel, 1, 0);
|
|
this.tLPKontakt.Controls.Add(this.label5, 0, 2);
|
|
this.tLPKontakt.Controls.Add(this.label7, 0, 1);
|
|
this.tLPKontakt.Controls.Add(this.label9, 0, 0);
|
|
this.tLPKontakt.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPKontakt.Location = new System.Drawing.Point(709, 53);
|
|
this.tLPKontakt.Name = "tLPKontakt";
|
|
this.tLPKontakt.RowCount = 3;
|
|
this.tLPKontakt.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPKontakt.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPKontakt.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPKontakt.Size = new System.Drawing.Size(701, 153);
|
|
this.tLPKontakt.TabIndex = 2;
|
|
//
|
|
// textBoxAnderes
|
|
//
|
|
this.textBoxAnderes.AccessibleName = "isAlpha";
|
|
this.textBoxAnderes.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBoxAnderes.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxAnderes.Location = new System.Drawing.Point(203, 105);
|
|
this.textBoxAnderes.Name = "textBoxAnderes";
|
|
this.textBoxAnderes.Size = new System.Drawing.Size(495, 45);
|
|
this.textBoxAnderes.TabIndex = 9;
|
|
this.textBoxAnderes.Enter += new System.EventHandler(this.TextBox_Enter);
|
|
//
|
|
// textBoxMail
|
|
//
|
|
this.textBoxMail.AccessibleName = "isAlpha";
|
|
this.textBoxMail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBoxMail.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxMail.Location = new System.Drawing.Point(203, 54);
|
|
this.textBoxMail.Name = "textBoxMail";
|
|
this.textBoxMail.Size = new System.Drawing.Size(495, 45);
|
|
this.textBoxMail.TabIndex = 8;
|
|
this.textBoxMail.Enter += new System.EventHandler(this.TextBox_Enter);
|
|
//
|
|
// textBoxTel
|
|
//
|
|
this.textBoxTel.AccessibleName = "isCalc";
|
|
this.textBoxTel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBoxTel.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxTel.Location = new System.Drawing.Point(203, 3);
|
|
this.textBoxTel.Name = "textBoxTel";
|
|
this.textBoxTel.Size = new System.Drawing.Size(495, 45);
|
|
this.textBoxTel.TabIndex = 7;
|
|
this.textBoxTel.Enter += new System.EventHandler(this.TextBox_Enter);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label5.ForeColor = System.Drawing.Color.White;
|
|
this.label5.Location = new System.Drawing.Point(3, 102);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(194, 51);
|
|
this.label5.TabIndex = 6;
|
|
this.label5.Text = "Anderes:";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label7.ForeColor = System.Drawing.Color.White;
|
|
this.label7.Location = new System.Drawing.Point(3, 51);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(194, 51);
|
|
this.label7.TabIndex = 4;
|
|
this.label7.Text = "E-Mail:";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label9.ForeColor = System.Drawing.Color.White;
|
|
this.label9.Location = new System.Drawing.Point(3, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(194, 51);
|
|
this.label9.TabIndex = 2;
|
|
this.label9.Text = "Telefon:";
|
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tLPAdresse
|
|
//
|
|
this.tLPAdresse.AutoSize = true;
|
|
this.tLPAdresse.ColumnCount = 2;
|
|
this.tLPAdresse.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 220F));
|
|
this.tLPAdresse.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tLPAdresse.Controls.Add(this.textBoxOrt, 1, 2);
|
|
this.tLPAdresse.Controls.Add(this.textBoxPLZ, 1, 1);
|
|
this.tLPAdresse.Controls.Add(this.textBoxStrasse, 1, 0);
|
|
this.tLPAdresse.Controls.Add(this.label8, 0, 2);
|
|
this.tLPAdresse.Controls.Add(this.label6, 0, 1);
|
|
this.tLPAdresse.Controls.Add(this.label4, 0, 0);
|
|
this.tLPAdresse.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPAdresse.Location = new System.Drawing.Point(3, 53);
|
|
this.tLPAdresse.Name = "tLPAdresse";
|
|
this.tLPAdresse.RowCount = 3;
|
|
this.tLPAdresse.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPAdresse.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPAdresse.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPAdresse.Size = new System.Drawing.Size(700, 153);
|
|
this.tLPAdresse.TabIndex = 1;
|
|
//
|
|
// textBoxOrt
|
|
//
|
|
this.textBoxOrt.AccessibleName = "isAlpha";
|
|
this.textBoxOrt.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBoxOrt.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxOrt.Location = new System.Drawing.Point(223, 105);
|
|
this.textBoxOrt.Name = "textBoxOrt";
|
|
this.textBoxOrt.Size = new System.Drawing.Size(474, 45);
|
|
this.textBoxOrt.TabIndex = 9;
|
|
this.textBoxOrt.Enter += new System.EventHandler(this.TextBox_Enter);
|
|
//
|
|
// textBoxPLZ
|
|
//
|
|
this.textBoxPLZ.AccessibleName = "isNumeric";
|
|
this.textBoxPLZ.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBoxPLZ.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxPLZ.Location = new System.Drawing.Point(223, 54);
|
|
this.textBoxPLZ.Name = "textBoxPLZ";
|
|
this.textBoxPLZ.Size = new System.Drawing.Size(474, 45);
|
|
this.textBoxPLZ.TabIndex = 8;
|
|
this.textBoxPLZ.Enter += new System.EventHandler(this.TextBox_Enter);
|
|
//
|
|
// textBoxStrasse
|
|
//
|
|
this.textBoxStrasse.AccessibleName = "isAlpha";
|
|
this.textBoxStrasse.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBoxStrasse.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxStrasse.Location = new System.Drawing.Point(223, 3);
|
|
this.textBoxStrasse.Name = "textBoxStrasse";
|
|
this.textBoxStrasse.Size = new System.Drawing.Size(474, 45);
|
|
this.textBoxStrasse.TabIndex = 7;
|
|
this.textBoxStrasse.Enter += new System.EventHandler(this.TextBox_Enter);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label8.ForeColor = System.Drawing.Color.White;
|
|
this.label8.Location = new System.Drawing.Point(3, 102);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(214, 51);
|
|
this.label8.TabIndex = 6;
|
|
this.label8.Text = "Ort:";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.ForeColor = System.Drawing.Color.White;
|
|
this.label6.Location = new System.Drawing.Point(3, 51);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(214, 51);
|
|
this.label6.TabIndex = 4;
|
|
this.label6.Text = "PLZ:";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.ForeColor = System.Drawing.Color.White;
|
|
this.label4.Location = new System.Drawing.Point(3, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(214, 51);
|
|
this.label4.TabIndex = 2;
|
|
this.label4.Text = "Strasse/Nr:";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// buttonEdit
|
|
//
|
|
this.buttonEdit.BackColor = System.Drawing.Color.White;
|
|
this.buttonEdit.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.buttonEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonEdit.Image = ((System.Drawing.Image)(resources.GetObject("buttonEdit.Image")));
|
|
this.buttonEdit.Location = new System.Drawing.Point(3, 212);
|
|
this.buttonEdit.Name = "buttonEdit";
|
|
this.buttonEdit.Size = new System.Drawing.Size(44, 44);
|
|
this.buttonEdit.TabIndex = 0;
|
|
this.buttonEdit.UseVisualStyleBackColor = false;
|
|
this.buttonEdit.Click += new System.EventHandler(this.ButtonEdit_Click);
|
|
//
|
|
// tLPAuftrag
|
|
//
|
|
this.tLPAuftrag.AutoSize = true;
|
|
this.tLPAuftrag.ColumnCount = 2;
|
|
this.tLPAuftrag.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tLPAuftrag.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tLPAuftrag.Controls.Add(this.pictureBoxPlus, 1, 0);
|
|
this.tLPAuftrag.Controls.Add(this.label3, 0, 0);
|
|
this.tLPAuftrag.Controls.Add(this.tLPAuftragDetails, 0, 1);
|
|
this.tLPAuftrag.Controls.Add(this.fLPNetzeScan, 1, 1);
|
|
this.tLPAuftrag.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPAuftrag.Location = new System.Drawing.Point(3, 431);
|
|
this.tLPAuftrag.Name = "tLPAuftrag";
|
|
this.tLPAuftrag.RowCount = 2;
|
|
this.tLPAuftrag.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tLPAuftrag.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPAuftrag.Size = new System.Drawing.Size(1413, 299);
|
|
this.tLPAuftrag.TabIndex = 5;
|
|
//
|
|
// pictureBoxPlus
|
|
//
|
|
this.pictureBoxPlus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.pictureBoxPlus.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxPlus.Image")));
|
|
this.pictureBoxPlus.Location = new System.Drawing.Point(521, 3);
|
|
this.pictureBoxPlus.Name = "pictureBoxPlus";
|
|
this.pictureBoxPlus.Size = new System.Drawing.Size(44, 44);
|
|
this.pictureBoxPlus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBoxPlus.TabIndex = 42;
|
|
this.pictureBoxPlus.TabStop = false;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Location = new System.Drawing.Point(3, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(512, 50);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "Auftrag:";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tLPAuftragDetails
|
|
//
|
|
this.tLPAuftragDetails.AutoSize = true;
|
|
this.tLPAuftragDetails.ColumnCount = 2;
|
|
this.tLPAuftragDetails.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tLPAuftragDetails.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tLPAuftragDetails.Controls.Add(this.textBoxNetzanzahl, 1, 1);
|
|
this.tLPAuftragDetails.Controls.Add(this.label12, 0, 1);
|
|
this.tLPAuftragDetails.Controls.Add(this.label11, 0, 0);
|
|
this.tLPAuftragDetails.Controls.Add(this.dTPAbholtag, 1, 0);
|
|
this.tLPAuftragDetails.Controls.Add(this.rBEigenNetze, 0, 2);
|
|
this.tLPAuftragDetails.Controls.Add(this.rBFremdNetze, 1, 2);
|
|
this.tLPAuftragDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPAuftragDetails.Location = new System.Drawing.Point(3, 53);
|
|
this.tLPAuftragDetails.Name = "tLPAuftragDetails";
|
|
this.tLPAuftragDetails.RowCount = 3;
|
|
this.tLPAuftragDetails.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPAuftragDetails.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPAuftragDetails.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tLPAuftragDetails.Size = new System.Drawing.Size(512, 243);
|
|
this.tLPAuftragDetails.TabIndex = 0;
|
|
//
|
|
// textBoxNetzanzahl
|
|
//
|
|
this.textBoxNetzanzahl.AccessibleName = "isNumeric";
|
|
this.textBoxNetzanzahl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBoxNetzanzahl.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxNetzanzahl.Location = new System.Drawing.Point(259, 54);
|
|
this.textBoxNetzanzahl.Name = "textBoxNetzanzahl";
|
|
this.textBoxNetzanzahl.Size = new System.Drawing.Size(250, 45);
|
|
this.textBoxNetzanzahl.TabIndex = 10;
|
|
this.textBoxNetzanzahl.Enter += new System.EventHandler(this.TextBox_Enter);
|
|
this.textBoxNetzanzahl.Validating += new System.ComponentModel.CancelEventHandler(this.Pflichtfelder_Validating);
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label12.ForeColor = System.Drawing.Color.White;
|
|
this.label12.Location = new System.Drawing.Point(3, 51);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(250, 51);
|
|
this.label12.TabIndex = 5;
|
|
this.label12.Text = "Netzanzahl:";
|
|
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label11.ForeColor = System.Drawing.Color.White;
|
|
this.label11.Location = new System.Drawing.Point(3, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(250, 51);
|
|
this.label11.TabIndex = 3;
|
|
this.label11.Text = "Abholtag:";
|
|
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// dTPAbholtag
|
|
//
|
|
this.dTPAbholtag.Checked = false;
|
|
this.dTPAbholtag.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dTPAbholtag.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dTPAbholtag.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dTPAbholtag.Location = new System.Drawing.Point(259, 3);
|
|
this.dTPAbholtag.Name = "dTPAbholtag";
|
|
this.dTPAbholtag.ShowCheckBox = true;
|
|
this.dTPAbholtag.Size = new System.Drawing.Size(250, 45);
|
|
this.dTPAbholtag.TabIndex = 4;
|
|
//
|
|
// rBEigenNetze
|
|
//
|
|
this.rBEigenNetze.AccessibleName = "EigeneNetze";
|
|
this.rBEigenNetze.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.rBEigenNetze.Checked = true;
|
|
this.rBEigenNetze.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.rBEigenNetze.FlatAppearance.CheckedBackColor = System.Drawing.Color.White;
|
|
this.rBEigenNetze.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.rBEigenNetze.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.rBEigenNetze.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rBEigenNetze.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.rBEigenNetze.Location = new System.Drawing.Point(3, 105);
|
|
this.rBEigenNetze.Name = "rBEigenNetze";
|
|
this.rBEigenNetze.Size = new System.Drawing.Size(250, 50);
|
|
this.rBEigenNetze.TabIndex = 11;
|
|
this.rBEigenNetze.TabStop = true;
|
|
this.rBEigenNetze.Text = "Eigene Netze";
|
|
this.rBEigenNetze.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.rBEigenNetze.UseVisualStyleBackColor = true;
|
|
this.rBEigenNetze.CheckedChanged += new System.EventHandler(this.RadioButtonsKunde_CheckedChanged);
|
|
//
|
|
// rBFremdNetze
|
|
//
|
|
this.rBFremdNetze.AccessibleName = "WirlNetze";
|
|
this.rBFremdNetze.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.rBFremdNetze.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.rBFremdNetze.FlatAppearance.CheckedBackColor = System.Drawing.Color.White;
|
|
this.rBFremdNetze.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.rBFremdNetze.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.rBFremdNetze.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rBFremdNetze.ForeColor = System.Drawing.Color.White;
|
|
this.rBFremdNetze.Location = new System.Drawing.Point(259, 105);
|
|
this.rBFremdNetze.Name = "rBFremdNetze";
|
|
this.rBFremdNetze.Size = new System.Drawing.Size(250, 50);
|
|
this.rBFremdNetze.TabIndex = 12;
|
|
this.rBFremdNetze.Text = "Wirl Netze";
|
|
this.rBFremdNetze.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.rBFremdNetze.UseVisualStyleBackColor = true;
|
|
this.rBFremdNetze.CheckedChanged += new System.EventHandler(this.RadioButtonsKunde_CheckedChanged);
|
|
//
|
|
// fLPNetzeScan
|
|
//
|
|
this.fLPNetzeScan.BackColor = System.Drawing.Color.White;
|
|
this.fLPNetzeScan.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.fLPNetzeScan.Location = new System.Drawing.Point(521, 53);
|
|
this.fLPNetzeScan.Name = "fLPNetzeScan";
|
|
this.fLPNetzeScan.Size = new System.Drawing.Size(889, 243);
|
|
this.fLPNetzeScan.TabIndex = 1;
|
|
//
|
|
// tLPButtons
|
|
//
|
|
this.tLPButtons.ColumnCount = 2;
|
|
this.tLPButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tLPButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tLPButtons.Controls.Add(this.buttonAbbrechen, 1, 0);
|
|
this.tLPButtons.Controls.Add(this.buttonSpeichern, 0, 0);
|
|
this.tLPButtons.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tLPButtons.Location = new System.Drawing.Point(3, 736);
|
|
this.tLPButtons.Name = "tLPButtons";
|
|
this.tLPButtons.RowCount = 1;
|
|
this.tLPButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tLPButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tLPButtons.Size = new System.Drawing.Size(1413, 94);
|
|
this.tLPButtons.TabIndex = 8;
|
|
//
|
|
// buttonAbbrechen
|
|
//
|
|
this.buttonAbbrechen.BackColor = System.Drawing.Color.Red;
|
|
this.buttonAbbrechen.CausesValidation = false;
|
|
this.buttonAbbrechen.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.buttonAbbrechen.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.buttonAbbrechen.FlatAppearance.BorderSize = 0;
|
|
this.buttonAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonAbbrechen.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonAbbrechen.Location = new System.Drawing.Point(716, 10);
|
|
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(10);
|
|
this.buttonAbbrechen.Name = "buttonAbbrechen";
|
|
this.buttonAbbrechen.Size = new System.Drawing.Size(687, 74);
|
|
this.buttonAbbrechen.TabIndex = 70;
|
|
this.buttonAbbrechen.Text = "Abbrechen";
|
|
this.buttonAbbrechen.UseVisualStyleBackColor = false;
|
|
this.buttonAbbrechen.Click += new System.EventHandler(this.ButtonAbbrechen_Click);
|
|
//
|
|
// buttonSpeichern
|
|
//
|
|
this.buttonSpeichern.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.buttonSpeichern.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonSpeichern.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.buttonSpeichern.FlatAppearance.BorderSize = 0;
|
|
this.buttonSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonSpeichern.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonSpeichern.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonSpeichern.Location = new System.Drawing.Point(10, 10);
|
|
this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(10);
|
|
this.buttonSpeichern.Name = "buttonSpeichern";
|
|
this.buttonSpeichern.Size = new System.Drawing.Size(686, 74);
|
|
this.buttonSpeichern.TabIndex = 69;
|
|
this.buttonSpeichern.Text = "Auftrag speichern";
|
|
this.buttonSpeichern.UseVisualStyleBackColor = false;
|
|
this.buttonSpeichern.Click += new System.EventHandler(this.ButtonSpeichern_Click);
|
|
//
|
|
// pictureBoxLogo
|
|
//
|
|
this.pictureBoxLogo.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBoxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxLogo.Image")));
|
|
this.pictureBoxLogo.Location = new System.Drawing.Point(3, 3);
|
|
this.pictureBoxLogo.Name = "pictureBoxLogo";
|
|
this.pictureBoxLogo.Size = new System.Drawing.Size(1413, 94);
|
|
this.pictureBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBoxLogo.TabIndex = 9;
|
|
this.pictureBoxLogo.TabStop = false;
|
|
//
|
|
// FormGeschaeftMain
|
|
//
|
|
this.AcceptButton = this.buttonSpeichern;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScroll = true;
|
|
this.CancelButton = this.buttonAbbrechen;
|
|
this.ClientSize = new System.Drawing.Size(1419, 833);
|
|
this.Controls.Add(this.tLPGeschaeft);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FormGeschaeftMain";
|
|
this.Text = "Geschäft";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.FormGeschaeftMain_Load);
|
|
this.tLPGeschaeft.ResumeLayout(false);
|
|
this.tLPGeschaeft.PerformLayout();
|
|
this.tLPKundeAuswahl.ResumeLayout(false);
|
|
this.tLPKundeAuswahl.PerformLayout();
|
|
this.tLPKundeNr.ResumeLayout(false);
|
|
this.tLPKundeNr.PerformLayout();
|
|
this.tLPKundeName.ResumeLayout(false);
|
|
this.tLPKundeName.PerformLayout();
|
|
this.tLPKundeDetails.ResumeLayout(false);
|
|
this.tLPKundeDetails.PerformLayout();
|
|
this.tLPKontakt.ResumeLayout(false);
|
|
this.tLPKontakt.PerformLayout();
|
|
this.tLPAdresse.ResumeLayout(false);
|
|
this.tLPAdresse.PerformLayout();
|
|
this.tLPAuftrag.ResumeLayout(false);
|
|
this.tLPAuftrag.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlus)).EndInit();
|
|
this.tLPAuftragDetails.ResumeLayout(false);
|
|
this.tLPAuftragDetails.PerformLayout();
|
|
this.tLPButtons.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tLPGeschaeft;
|
|
private System.Windows.Forms.TableLayoutPanel tLPKundeDetails;
|
|
private System.Windows.Forms.Button buttonEdit;
|
|
private System.Windows.Forms.TableLayoutPanel tLPAdresse;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TableLayoutPanel tLPKontakt;
|
|
private System.Windows.Forms.TextBox textBoxAnderes;
|
|
private System.Windows.Forms.TextBox textBoxMail;
|
|
private System.Windows.Forms.TextBox textBoxTel;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox textBoxOrt;
|
|
private System.Windows.Forms.TextBox textBoxPLZ;
|
|
private System.Windows.Forms.TextBox textBoxStrasse;
|
|
private System.Windows.Forms.TableLayoutPanel tLPAuftrag;
|
|
private System.Windows.Forms.TableLayoutPanel tLPAuftragDetails;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.DateTimePicker dTPAbholtag;
|
|
private System.Windows.Forms.TextBox textBoxNetzanzahl;
|
|
private System.Windows.Forms.RadioButton rBEigenNetze;
|
|
private System.Windows.Forms.RadioButton rBFremdNetze;
|
|
private System.Windows.Forms.FlowLayoutPanel fLPNetzeScan;
|
|
private System.Windows.Forms.TableLayoutPanel tLPKundeAuswahl;
|
|
private System.Windows.Forms.TableLayoutPanel tLPKundeNr;
|
|
private System.Windows.Forms.TextBox textBoxKundeNr;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.TableLayoutPanel tLPKundeName;
|
|
private System.Windows.Forms.TextBox textBoxKundeName;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.PictureBox pictureBoxPlus;
|
|
private System.Windows.Forms.TableLayoutPanel tLPButtons;
|
|
private System.Windows.Forms.Button buttonSpeichern;
|
|
private System.Windows.Forms.Button buttonAbbrechen;
|
|
private System.Windows.Forms.PictureBox pictureBoxLogo;
|
|
}
|
|
}
|
|
|