60 lines
1.7 KiB
C#
60 lines
1.7 KiB
C#
|
|
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormProgrammauswahl
|
|
{
|
|
/// <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()
|
|
{
|
|
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;
|
|
}
|
|
} |