namespace Deckungsbeitrag.UserControls { partial class UCFeedback { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Komponenten-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { this.buttonFeedback = new System.Windows.Forms.Button(); this.SuspendLayout(); // // buttonFeedback // this.buttonFeedback.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonFeedback.AutoSize = true; this.buttonFeedback.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.buttonFeedback.FlatAppearance.BorderSize = 3; this.buttonFeedback.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonFeedback.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonFeedback.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.buttonFeedback.Location = new System.Drawing.Point(3, 4); this.buttonFeedback.Name = "buttonFeedback"; this.buttonFeedback.Size = new System.Drawing.Size(124, 41); this.buttonFeedback.TabIndex = 68; this.buttonFeedback.Text = "Feedback?"; this.buttonFeedback.UseVisualStyleBackColor = true; this.buttonFeedback.Click += new System.EventHandler(this.buttonFeedback_Click); // // Feedback // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.buttonFeedback); this.Name = "Feedback"; this.Size = new System.Drawing.Size(130, 48); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonFeedback; } }