namespace Deckungsbeitrag
{
partial class FormLaden
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLaden));
this.pictureBoxWalli = new System.Windows.Forms.PictureBox();
this.labelLaden = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxWalli)).BeginInit();
this.SuspendLayout();
//
// pictureBoxWalli
//
this.pictureBoxWalli.Anchor = System.Windows.Forms.AnchorStyles.None;
this.pictureBoxWalli.BackColor = System.Drawing.Color.White;
this.pictureBoxWalli.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBoxWalli.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxWalli.Image")));
this.pictureBoxWalli.Location = new System.Drawing.Point(0, 6);
this.pictureBoxWalli.Name = "pictureBoxWalli";
this.pictureBoxWalli.Size = new System.Drawing.Size(300, 138);
this.pictureBoxWalli.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBoxWalli.TabIndex = 0;
this.pictureBoxWalli.TabStop = false;
this.pictureBoxWalli.UseWaitCursor = true;
this.pictureBoxWalli.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.pictureBoxWalli_MouseDoubleClick);
//
// labelLaden
//
this.labelLaden.Anchor = System.Windows.Forms.AnchorStyles.None;
this.labelLaden.BackColor = System.Drawing.Color.White;
this.labelLaden.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelLaden.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelLaden.Location = new System.Drawing.Point(0, 144);
this.labelLaden.Name = "labelLaden";
this.labelLaden.Size = new System.Drawing.Size(300, 71);
this.labelLaden.TabIndex = 1;
this.labelLaden.Text = "LÄDT...";
this.labelLaden.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.labelLaden.UseWaitCursor = true;
//
// FormLaden
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Yellow;
this.ClientSize = new System.Drawing.Size(300, 244);
this.ControlBox = false;
this.Controls.Add(this.labelLaden);
this.Controls.Add(this.pictureBoxWalli);
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormLaden";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.TransparencyKey = System.Drawing.Color.Yellow;
this.UseWaitCursor = true;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)(this.pictureBoxWalli)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBoxWalli;
private System.Windows.Forms.Label labelLaden;
}
}