220 lines
12 KiB
C#
220 lines
12 KiB
C#
namespace Deckungsbeitrag.AA_Forms
|
|
{
|
|
partial class CustomMessageBox
|
|
{
|
|
/// <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(CustomMessageBox));
|
|
this.labelText = new System.Windows.Forms.Label();
|
|
this.labelToDo = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tLPButtons = new System.Windows.Forms.TableLayoutPanel();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.buttonOK = new System.Windows.Forms.Button();
|
|
this.buttonAbbrechen = new System.Windows.Forms.Button();
|
|
this.buttonAlternativ = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tLPButtons.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelText
|
|
//
|
|
this.labelText.AutoSize = true;
|
|
this.labelText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelText.ForeColor = System.Drawing.Color.White;
|
|
this.labelText.Location = new System.Drawing.Point(20, 20);
|
|
this.labelText.Margin = new System.Windows.Forms.Padding(20);
|
|
this.labelText.Name = "labelText";
|
|
this.labelText.Size = new System.Drawing.Size(133, 25);
|
|
this.labelText.TabIndex = 6;
|
|
this.labelText.Text = "Dein Text hier";
|
|
//
|
|
// labelToDo
|
|
//
|
|
this.labelToDo.AutoSize = true;
|
|
this.labelToDo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelToDo.ForeColor = System.Drawing.Color.White;
|
|
this.labelToDo.Location = new System.Drawing.Point(20, 83);
|
|
this.labelToDo.Margin = new System.Windows.Forms.Padding(20, 10, 20, 20);
|
|
this.labelToDo.Name = "labelToDo";
|
|
this.labelToDo.Size = new System.Drawing.Size(133, 25);
|
|
this.labelToDo.TabIndex = 7;
|
|
this.labelToDo.Text = "Dein Text hier";
|
|
//
|
|
// 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.tLPButtons, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelText, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelToDo, 0, 1);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(653, 213);
|
|
this.tableLayoutPanel1.TabIndex = 10;
|
|
//
|
|
// tLPButtons
|
|
//
|
|
this.tLPButtons.AutoSize = true;
|
|
this.tLPButtons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.tLPButtons.ColumnCount = 3;
|
|
this.tLPButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tLPButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tLPButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tLPButtons.Controls.Add(this.flowLayoutPanel1, 1, 0);
|
|
this.tLPButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.tLPButtons.Location = new System.Drawing.Point(3, 150);
|
|
this.tLPButtons.Name = "tLPButtons";
|
|
this.tLPButtons.RowCount = 1;
|
|
this.tLPButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tLPButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tLPButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tLPButtons.Size = new System.Drawing.Size(647, 60);
|
|
this.tLPButtons.TabIndex = 10;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.AutoSize = true;
|
|
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonOK);
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonAlternativ);
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonAbbrechen);
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(8, 0);
|
|
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(630, 60);
|
|
this.flowLayoutPanel1.TabIndex = 8;
|
|
this.flowLayoutPanel1.WrapContents = false;
|
|
//
|
|
// 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.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 = 4;
|
|
this.buttonOK.Text = "OK";
|
|
this.buttonOK.UseVisualStyleBackColor = false;
|
|
this.buttonOK.Click += new System.EventHandler(this.Button_Click);
|
|
//
|
|
// 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(425, 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 = 5;
|
|
this.buttonAbbrechen.Text = "Abbrechen";
|
|
this.buttonAbbrechen.UseVisualStyleBackColor = false;
|
|
this.buttonAbbrechen.Click += new System.EventHandler(this.Button_Click);
|
|
//
|
|
// buttonAlternativ
|
|
//
|
|
this.buttonAlternativ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonAlternativ.BackColor = System.Drawing.Color.Orange;
|
|
this.buttonAlternativ.CausesValidation = false;
|
|
this.buttonAlternativ.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.buttonAlternativ.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.buttonAlternativ.FlatAppearance.BorderSize = 0;
|
|
this.buttonAlternativ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonAlternativ.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonAlternativ.ForeColor = System.Drawing.Color.White;
|
|
this.buttonAlternativ.Location = new System.Drawing.Point(215, 5);
|
|
this.buttonAlternativ.Margin = new System.Windows.Forms.Padding(5);
|
|
this.buttonAlternativ.Name = "buttonAlternativ";
|
|
this.buttonAlternativ.Size = new System.Drawing.Size(200, 50);
|
|
this.buttonAlternativ.TabIndex = 6;
|
|
this.buttonAlternativ.Text = "Alternative";
|
|
this.buttonAlternativ.UseVisualStyleBackColor = false;
|
|
this.buttonAlternativ.Visible = false;
|
|
this.buttonAlternativ.Click += new System.EventHandler(this.Button_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.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.ClientSize = new System.Drawing.Size(653, 213);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(500, 250);
|
|
this.Name = "CustomMessageBox";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "CustomMessageBox";
|
|
this.Load += new System.EventHandler(this.CustomMessageBox_Load);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.tLPButtons.ResumeLayout(false);
|
|
this.tLPButtons.PerformLayout();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label labelText;
|
|
private System.Windows.Forms.Label labelToDo;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.TableLayoutPanel tLPButtons;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Button buttonOK;
|
|
private System.Windows.Forms.Button buttonAbbrechen;
|
|
private System.Windows.Forms.Button buttonAlternativ;
|
|
}
|
|
} |