namespace Deckungsbeitrag.AA_Forms { partial class FormGeschaeftKndAuswahl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGeschaeftKndAuswahl)); this.tLPKundeTypAuswahl = new System.Windows.Forms.TableLayoutPanel(); this.rBAltKunde = new System.Windows.Forms.RadioButton(); this.rBNeuKunde = new System.Windows.Forms.RadioButton(); this.tLPKundeTypAuswahl.SuspendLayout(); this.SuspendLayout(); // // tLPKundeTypAuswahl // this.tLPKundeTypAuswahl.ColumnCount = 2; this.tLPKundeTypAuswahl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tLPKundeTypAuswahl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tLPKundeTypAuswahl.Controls.Add(this.rBAltKunde, 0, 0); this.tLPKundeTypAuswahl.Controls.Add(this.rBNeuKunde, 1, 0); this.tLPKundeTypAuswahl.Dock = System.Windows.Forms.DockStyle.Fill; this.tLPKundeTypAuswahl.Location = new System.Drawing.Point(0, 0); this.tLPKundeTypAuswahl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tLPKundeTypAuswahl.Name = "tLPKundeTypAuswahl"; this.tLPKundeTypAuswahl.RowCount = 1; this.tLPKundeTypAuswahl.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tLPKundeTypAuswahl.Size = new System.Drawing.Size(1067, 554); this.tLPKundeTypAuswahl.TabIndex = 2; // // rBAltKunde // this.rBAltKunde.AccessibleName = "Bestandskunde"; this.rBAltKunde.Appearance = System.Windows.Forms.Appearance.Button; this.rBAltKunde.Dock = System.Windows.Forms.DockStyle.Fill; this.rBAltKunde.FlatAppearance.BorderColor = System.Drawing.Color.White; this.rBAltKunde.FlatAppearance.CheckedBackColor = System.Drawing.Color.White; this.rBAltKunde.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.ActiveCaption; this.rBAltKunde.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rBAltKunde.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rBAltKunde.ForeColor = System.Drawing.Color.White; this.rBAltKunde.Location = new System.Drawing.Point(11, 10); this.rBAltKunde.Margin = new System.Windows.Forms.Padding(11, 10, 11, 10); this.rBAltKunde.Name = "rBAltKunde"; this.rBAltKunde.Size = new System.Drawing.Size(511, 534); this.rBAltKunde.TabIndex = 1; this.rBAltKunde.Text = "Bestandskunde"; this.rBAltKunde.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rBAltKunde.UseVisualStyleBackColor = true; this.rBAltKunde.CheckedChanged += new System.EventHandler(this.RadioButtons_CheckedChanged); // // rBNeuKunde // this.rBNeuKunde.AccessibleName = "Neukunde"; this.rBNeuKunde.Appearance = System.Windows.Forms.Appearance.Button; this.rBNeuKunde.Dock = System.Windows.Forms.DockStyle.Fill; this.rBNeuKunde.FlatAppearance.BorderColor = System.Drawing.Color.White; this.rBNeuKunde.FlatAppearance.CheckedBackColor = System.Drawing.Color.White; this.rBNeuKunde.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.ActiveCaption; this.rBNeuKunde.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rBNeuKunde.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rBNeuKunde.ForeColor = System.Drawing.Color.White; this.rBNeuKunde.Location = new System.Drawing.Point(544, 10); this.rBNeuKunde.Margin = new System.Windows.Forms.Padding(11, 10, 11, 10); this.rBNeuKunde.Name = "rBNeuKunde"; this.rBNeuKunde.Size = new System.Drawing.Size(512, 534); this.rBNeuKunde.TabIndex = 0; this.rBNeuKunde.Text = "Neukunde"; this.rBNeuKunde.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rBNeuKunde.UseVisualStyleBackColor = true; this.rBNeuKunde.CheckedChanged += new System.EventHandler(this.RadioButtons_CheckedChanged); // // FormGeschaeftKndAuswahl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.ClientSize = new System.Drawing.Size(1067, 554); this.Controls.Add(this.tLPKundeTypAuswahl); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "FormGeschaeftKndAuswahl"; this.Text = "Kundenauswahl"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.tLPKundeTypAuswahl.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tLPKundeTypAuswahl; private System.Windows.Forms.RadioButton rBAltKunde; private System.Windows.Forms.RadioButton rBNeuKunde; } }