namespace Deckungsbeitrag
{
partial class FormProgrammauswahl
{
///
/// 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()
{
this.panelProgramme = new System.Windows.Forms.FlowLayoutPanel();
this.SuspendLayout();
//
// panelProgramme
//
this.panelProgramme.Location = new System.Drawing.Point(12, 37);
this.panelProgramme.Name = "panelProgramme";
this.panelProgramme.Size = new System.Drawing.Size(447, 489);
this.panelProgramme.TabIndex = 0;
//
// FormProgrammauswahl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
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(473, 547);
this.Controls.Add(this.panelProgramme);
this.Name = "FormProgrammauswahl";
this.Text = "Programmwahl";
this.Load += new System.EventHandler(this.FormProgrammauswahl_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FlowLayoutPanel panelProgramme;
}
}