213 lines
11 KiB
C#
213 lines
11 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomInputBox));
|
|
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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
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(20, 120);
|
|
this.textBoxText.Margin = new System.Windows.Forms.Padding(20);
|
|
this.textBoxText.Name = "textBoxText";
|
|
this.textBoxText.Size = new System.Drawing.Size(512, 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", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelFrage.ForeColor = System.Drawing.Color.White;
|
|
this.labelFrage.Location = new System.Drawing.Point(20, 20);
|
|
this.labelFrage.Margin = new System.Windows.Forms.Padding(20, 20, 5, 5);
|
|
this.labelFrage.Name = "labelFrage";
|
|
this.labelFrage.Size = new System.Drawing.Size(156, 25);
|
|
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", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelEingabe.ForeColor = System.Drawing.Color.White;
|
|
this.labelEingabe.Location = new System.Drawing.Point(20, 70);
|
|
this.labelEingabe.Margin = new System.Windows.Forms.Padding(20, 20, 5, 5);
|
|
this.labelEingabe.Name = "labelEingabe";
|
|
this.labelEingabe.Size = new System.Drawing.Size(79, 25);
|
|
this.labelEingabe.TabIndex = 5;
|
|
this.labelEingabe.Text = "Anzahl:";
|
|
//
|
|
// buttonAbbrechen
|
|
//
|
|
this.buttonAbbrechen.AccessibleName = "Abbrechen";
|
|
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(215, 5);
|
|
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(5);
|
|
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.AccessibleName = "Ok";
|
|
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.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
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(5, 5);
|
|
this.buttonOK.Margin = new System.Windows.Forms.Padding(5);
|
|
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);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.AutoSize = true;
|
|
this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.labelFrage, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelEingabe, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.textBoxText, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 3);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 4;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(552, 244);
|
|
this.tableLayoutPanel1.TabIndex = 6;
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.AutoSize = true;
|
|
this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.tableLayoutPanel2.ColumnCount = 3;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 1, 0);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 181);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 1;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(546, 60);
|
|
this.tableLayoutPanel2.TabIndex = 6;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.AutoSize = true;
|
|
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonOK);
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonAbbrechen);
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(63, 0);
|
|
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(420, 60);
|
|
this.flowLayoutPanel1.TabIndex = 0;
|
|
this.flowLayoutPanel1.WrapContents = false;
|
|
//
|
|
// CustomInputBox
|
|
//
|
|
this.AcceptButton = this.buttonOK;
|
|
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.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.CancelButton = this.buttonAbbrechen;
|
|
this.ClientSize = new System.Drawing.Size(552, 244);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "CustomInputBox";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "CustomInputBox";
|
|
this.Load += new System.EventHandler(this.CustomInputBox_Load);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
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;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
}
|
|
} |