Programm_Wirl/AA-Forms/CustomInputBox.Designer.cs

141 lines
7.0 KiB
C#

namespace Deckungsbeitrag.AA_Forms
{
partial class CustomInputBox
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.textBoxText = new System.Windows.Forms.TextBox();
this.labelFrage = new System.Windows.Forms.Label();
this.labelEingabe = new System.Windows.Forms.Label();
this.buttonAbbrechen = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBoxText
//
this.textBoxText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxText.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxText.Location = new System.Drawing.Point(29, 105);
this.textBoxText.Margin = new System.Windows.Forms.Padding(20);
this.textBoxText.Name = "textBoxText";
this.textBoxText.Size = new System.Drawing.Size(409, 38);
this.textBoxText.TabIndex = 1;
this.textBoxText.Click += new System.EventHandler(this.TextBoxText_Click);
this.textBoxText.Enter += new System.EventHandler(this.TextBoxText_Enter);
this.textBoxText.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxText_Validating);
//
// labelFrage
//
this.labelFrage.AutoSize = true;
this.labelFrage.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelFrage.Location = new System.Drawing.Point(29, 19);
this.labelFrage.Margin = new System.Windows.Forms.Padding(20, 10, 20, 20);
this.labelFrage.Name = "labelFrage";
this.labelFrage.Size = new System.Drawing.Size(134, 20);
this.labelFrage.TabIndex = 4;
this.labelFrage.Text = "Deine Frage hier";
//
// labelEingabe
//
this.labelEingabe.AutoSize = true;
this.labelEingabe.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelEingabe.Location = new System.Drawing.Point(29, 79);
this.labelEingabe.Margin = new System.Windows.Forms.Padding(20, 20, 20, 0);
this.labelEingabe.Name = "labelEingabe";
this.labelEingabe.Size = new System.Drawing.Size(65, 20);
this.labelEingabe.TabIndex = 5;
this.labelEingabe.Text = "Anzahl:";
//
// buttonAbbrechen
//
this.buttonAbbrechen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonAbbrechen.BackColor = System.Drawing.Color.Red;
this.buttonAbbrechen.CausesValidation = false;
this.buttonAbbrechen.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonAbbrechen.FlatAppearance.BorderColor = System.Drawing.Color.Red;
this.buttonAbbrechen.FlatAppearance.BorderSize = 0;
this.buttonAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonAbbrechen.ForeColor = System.Drawing.Color.White;
this.buttonAbbrechen.Location = new System.Drawing.Point(238, 167);
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(4, 4, 20, 4);
this.buttonAbbrechen.Name = "buttonAbbrechen";
this.buttonAbbrechen.Size = new System.Drawing.Size(200, 50);
this.buttonAbbrechen.TabIndex = 3;
this.buttonAbbrechen.Text = "Abbrechen";
this.buttonAbbrechen.UseVisualStyleBackColor = false;
this.buttonAbbrechen.Click += new System.EventHandler(this.ButtonAbbrechen_Click);
//
// buttonOK
//
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.buttonOK.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.buttonOK.FlatAppearance.BorderSize = 0;
this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonOK.ForeColor = System.Drawing.Color.White;
this.buttonOK.Location = new System.Drawing.Point(30, 167);
this.buttonOK.Margin = new System.Windows.Forms.Padding(20, 4, 4, 4);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.buttonOK.Size = new System.Drawing.Size(200, 50);
this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "OK";
this.buttonOK.UseVisualStyleBackColor = false;
this.buttonOK.Click += new System.EventHandler(this.ButtonOK_Click);
//
// CustomMessageBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(467, 230);
this.Controls.Add(this.buttonAbbrechen);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.labelEingabe);
this.Controls.Add(this.labelFrage);
this.Controls.Add(this.textBoxText);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "CustomMessageBox";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "CustomMessageBox";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxText;
private System.Windows.Forms.Label labelFrage;
private System.Windows.Forms.Label labelEingabe;
private System.Windows.Forms.Button buttonAbbrechen;
private System.Windows.Forms.Button buttonOK;
}
}