namespace Deckungsbeitrag { partial class FormMSAuswahl { /// /// 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() { this.label1 = new System.Windows.Forms.Label(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 28.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(53, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(799, 54); this.label1.TabIndex = 0; this.label1.Text = "Welche Waschstrasse bedienst du?"; // // radioButton1 // this.radioButton1.Appearance = System.Windows.Forms.Appearance.Button; this.radioButton1.BackColor = System.Drawing.SystemColors.ButtonFace; this.radioButton1.FlatAppearance.BorderSize = 0; this.radioButton1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.radioButton1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.radioButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.radioButton1.Location = new System.Drawing.Point(185, 146); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(200, 200); this.radioButton1.TabIndex = 1; this.radioButton1.TabStop = true; this.radioButton1.Text = "1"; this.radioButton1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.radioButton1.UseVisualStyleBackColor = false; this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged); // // radioButton2 // this.radioButton2.Appearance = System.Windows.Forms.Appearance.Button; this.radioButton2.BackColor = System.Drawing.SystemColors.ButtonFace; this.radioButton2.FlatAppearance.BorderSize = 0; this.radioButton2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.radioButton2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.radioButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.radioButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.radioButton2.Location = new System.Drawing.Point(506, 146); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(200, 200); this.radioButton2.TabIndex = 2; this.radioButton2.TabStop = true; this.radioButton2.Text = "2"; this.radioButton2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.radioButton2.UseVisualStyleBackColor = false; this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged); // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(583, 418); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(154, 34); this.textBox1.TabIndex = 0; // // label2 // this.label2.AutoSize = true; 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(144, 421); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(433, 29); this.label2.TabIndex = 4; this.label2.Text = "oder scanne den passenden QR-Code:"; // // FormMSAuswahl // 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(894, 472); this.Controls.Add(this.label2); this.Controls.Add(this.textBox1); this.Controls.Add(this.radioButton2); this.Controls.Add(this.radioButton1); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormMSAuswahl"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; } }