Programm_Wirl/AA-Forms/FormLaden.Designer.cs
2025-11-30 11:51:28 +01:00

122 lines
5.4 KiB
C#

namespace Deckungsbeitrag
{
partial class FormLaden
{
/// <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(FormLaden));
this.pictureBoxWalli = new System.Windows.Forms.PictureBox();
this.labelLaden = new System.Windows.Forms.Label();
this.buttonAbbrechen = new System.Windows.Forms.Button();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
((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(138, 156);
this.pictureBoxWalli.Margin = new System.Windows.Forms.Padding(2);
this.pictureBoxWalli.Name = "pictureBoxWalli";
this.pictureBoxWalli.Size = new System.Drawing.Size(226, 140);
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(138, 295);
this.labelLaden.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelLaden.Name = "labelLaden";
this.labelLaden.Size = new System.Drawing.Size(226, 58);
this.labelLaden.TabIndex = 1;
this.labelLaden.Text = "LÄDT...";
this.labelLaden.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.labelLaden.UseWaitCursor = true;
//
// buttonAbbrechen
//
this.buttonAbbrechen.Location = new System.Drawing.Point(205, 397);
this.buttonAbbrechen.Name = "buttonAbbrechen";
this.buttonAbbrechen.Size = new System.Drawing.Size(75, 23);
this.buttonAbbrechen.TabIndex = 2;
this.buttonAbbrechen.Text = "Abbrechen";
this.buttonAbbrechen.UseVisualStyleBackColor = true;
this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click);
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(138, 357);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(226, 23);
this.progressBar1.TabIndex = 3;
//
// FormLaden
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Yellow;
this.ClientSize = new System.Drawing.Size(500, 500);
this.ControlBox = false;
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.buttonAbbrechen);
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.Margin = new System.Windows.Forms.Padding(2);
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.Load += new System.EventHandler(this.FormLaden_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxWalli)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBoxWalli;
private System.Windows.Forms.Label labelLaden;
private System.Windows.Forms.Button buttonAbbrechen;
private System.Windows.Forms.ProgressBar progressBar1;
}
}