215 lines
11 KiB
C#
215 lines
11 KiB
C#
namespace Deckungsbeitrag.AA_Forms
|
|
{
|
|
partial class FormOnBoarding
|
|
{
|
|
/// <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(FormOnBoarding));
|
|
this.panelButtons = new System.Windows.Forms.Panel();
|
|
this.tLPButtons = new System.Windows.Forms.TableLayoutPanel();
|
|
this.buttonFertig = new System.Windows.Forms.Button();
|
|
this.buttonPrevious = new System.Windows.Forms.Button();
|
|
this.buttonNext = new System.Windows.Forms.Button();
|
|
this.panelText = new System.Windows.Forms.Panel();
|
|
this.labelText = new System.Windows.Forms.Label();
|
|
this.labelHeader = new System.Windows.Forms.Label();
|
|
this.pictureBoxScreen = new System.Windows.Forms.PictureBox();
|
|
this.panelButtons.SuspendLayout();
|
|
this.tLPButtons.SuspendLayout();
|
|
this.panelText.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxScreen)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelButtons
|
|
//
|
|
this.panelButtons.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelButtons.Controls.Add(this.tLPButtons);
|
|
this.panelButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelButtons.Location = new System.Drawing.Point(0, 380);
|
|
this.panelButtons.Name = "panelButtons";
|
|
this.panelButtons.Size = new System.Drawing.Size(800, 70);
|
|
this.panelButtons.TabIndex = 1;
|
|
//
|
|
// tLPButtons
|
|
//
|
|
this.tLPButtons.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.tLPButtons.ColumnCount = 3;
|
|
this.tLPButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.46154F));
|
|
this.tLPButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.07692F));
|
|
this.tLPButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.46154F));
|
|
this.tLPButtons.Controls.Add(this.buttonFertig, 1, 0);
|
|
this.tLPButtons.Controls.Add(this.buttonPrevious, 0, 0);
|
|
this.tLPButtons.Controls.Add(this.buttonNext, 2, 0);
|
|
this.tLPButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.tLPButtons.Location = new System.Drawing.Point(0, 23);
|
|
this.tLPButtons.Name = "tLPButtons";
|
|
this.tLPButtons.RowCount = 1;
|
|
this.tLPButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 47F));
|
|
this.tLPButtons.Size = new System.Drawing.Size(800, 47);
|
|
this.tLPButtons.TabIndex = 0;
|
|
//
|
|
// buttonFertig
|
|
//
|
|
this.buttonFertig.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.buttonFertig.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonFertig.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.buttonFertig.FlatAppearance.BorderSize = 0;
|
|
this.buttonFertig.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonFertig.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonFertig.ForeColor = System.Drawing.Color.Black;
|
|
this.buttonFertig.Location = new System.Drawing.Point(309, 2);
|
|
this.buttonFertig.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonFertig.Name = "buttonFertig";
|
|
this.buttonFertig.Size = new System.Drawing.Size(180, 43);
|
|
this.buttonFertig.TabIndex = 48;
|
|
this.buttonFertig.Text = "Fertig";
|
|
this.buttonFertig.UseVisualStyleBackColor = false;
|
|
this.buttonFertig.EnabledChanged += new System.EventHandler(this.buttonFertig_EnabledChanged);
|
|
this.buttonFertig.Click += new System.EventHandler(this.buttonFertig_Click);
|
|
//
|
|
// buttonPrevious
|
|
//
|
|
this.buttonPrevious.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.buttonPrevious.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.buttonPrevious.FlatAppearance.BorderSize = 3;
|
|
this.buttonPrevious.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonPrevious.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonPrevious.ForeColor = System.Drawing.Color.White;
|
|
this.buttonPrevious.Location = new System.Drawing.Point(263, 3);
|
|
this.buttonPrevious.Name = "buttonPrevious";
|
|
this.buttonPrevious.Size = new System.Drawing.Size(41, 41);
|
|
this.buttonPrevious.TabIndex = 47;
|
|
this.buttonPrevious.Text = "<";
|
|
this.buttonPrevious.UseVisualStyleBackColor = true;
|
|
this.buttonPrevious.EnabledChanged += new System.EventHandler(this.button_EnabledChanged);
|
|
this.buttonPrevious.Click += new System.EventHandler(this.buttonPrevious_Click);
|
|
//
|
|
// buttonNext
|
|
//
|
|
this.buttonNext.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.buttonNext.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.buttonNext.FlatAppearance.BorderSize = 3;
|
|
this.buttonNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonNext.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNext.ForeColor = System.Drawing.Color.White;
|
|
this.buttonNext.Location = new System.Drawing.Point(494, 3);
|
|
this.buttonNext.Name = "buttonNext";
|
|
this.buttonNext.Size = new System.Drawing.Size(41, 41);
|
|
this.buttonNext.TabIndex = 46;
|
|
this.buttonNext.Text = ">";
|
|
this.buttonNext.UseVisualStyleBackColor = true;
|
|
this.buttonNext.EnabledChanged += new System.EventHandler(this.button_EnabledChanged);
|
|
this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
|
|
//
|
|
// panelText
|
|
//
|
|
this.panelText.Controls.Add(this.labelText);
|
|
this.panelText.Controls.Add(this.labelHeader);
|
|
this.panelText.Controls.Add(this.pictureBoxScreen);
|
|
this.panelText.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelText.Location = new System.Drawing.Point(0, 0);
|
|
this.panelText.Name = "panelText";
|
|
this.panelText.Size = new System.Drawing.Size(800, 380);
|
|
this.panelText.TabIndex = 2;
|
|
//
|
|
// labelText
|
|
//
|
|
this.labelText.AutoSize = true;
|
|
this.labelText.Dock = System.Windows.Forms.DockStyle.Top;
|
|
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(0, 42);
|
|
this.labelText.Name = "labelText";
|
|
this.labelText.Size = new System.Drawing.Size(0, 20);
|
|
this.labelText.TabIndex = 2;
|
|
this.labelText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.labelText.Resize += new System.EventHandler(this.labelText_Resize);
|
|
//
|
|
// labelHeader
|
|
//
|
|
this.labelHeader.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.labelHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelHeader.ForeColor = System.Drawing.Color.White;
|
|
this.labelHeader.Location = new System.Drawing.Point(0, 0);
|
|
this.labelHeader.Name = "labelHeader";
|
|
this.labelHeader.Size = new System.Drawing.Size(800, 42);
|
|
this.labelHeader.TabIndex = 1;
|
|
this.labelHeader.Text = "label1";
|
|
this.labelHeader.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// pictureBoxScreen
|
|
//
|
|
this.pictureBoxScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pictureBoxScreen.BackColor = System.Drawing.Color.SkyBlue;
|
|
this.pictureBoxScreen.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.pictureBoxScreen.Location = new System.Drawing.Point(0, 149);
|
|
this.pictureBoxScreen.Name = "pictureBoxScreen";
|
|
this.pictureBoxScreen.Size = new System.Drawing.Size(800, 231);
|
|
this.pictureBoxScreen.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBoxScreen.TabIndex = 0;
|
|
this.pictureBoxScreen.TabStop = false;
|
|
//
|
|
// FormOnBoarding
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
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(800, 450);
|
|
this.Controls.Add(this.panelText);
|
|
this.Controls.Add(this.panelButtons);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FormOnBoarding";
|
|
this.Text = "OnBoarding";
|
|
this.Load += new System.EventHandler(this.FormOnBoarding_Load);
|
|
this.Shown += new System.EventHandler(this.FormOnBoarding_Shown);
|
|
this.Resize += new System.EventHandler(this.FormOnBoarding_Resize);
|
|
this.panelButtons.ResumeLayout(false);
|
|
this.tLPButtons.ResumeLayout(false);
|
|
this.panelText.ResumeLayout(false);
|
|
this.panelText.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxScreen)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panelButtons;
|
|
private System.Windows.Forms.Panel panelText;
|
|
private System.Windows.Forms.PictureBox pictureBoxScreen;
|
|
private System.Windows.Forms.Label labelText;
|
|
private System.Windows.Forms.Label labelHeader;
|
|
private System.Windows.Forms.TableLayoutPanel tLPButtons;
|
|
private System.Windows.Forms.Button buttonNext;
|
|
private System.Windows.Forms.Button buttonPrevious;
|
|
private System.Windows.Forms.Button buttonFertig;
|
|
}
|
|
} |