90 lines
3.7 KiB
C#
90 lines
3.7 KiB
C#
namespace DynamischeForm
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Windows Form-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.labelDyn = new System.Windows.Forms.Label();
|
|
this.buttonStart = new System.Windows.Forms.Button();
|
|
this.buttonChangeResolution = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelDyn
|
|
//
|
|
this.labelDyn.Location = new System.Drawing.Point(12, 9);
|
|
this.labelDyn.Name = "labelDyn";
|
|
this.labelDyn.Size = new System.Drawing.Size(376, 203);
|
|
this.labelDyn.TabIndex = 0;
|
|
this.labelDyn.Text = "OOOOOOOOO=OOOOOOOOO=OOOOOOOOO=OOOOOOOOO=OOOOOOOOO=OOOOOOOOO=\r\na\r\na\r\na\r\n5\r\nA\r\nA\r\nA" +
|
|
"\r\nA\r\n0\r\n1\r\n2\r\n3\r\n4\r\n5\r\n6";
|
|
//
|
|
// buttonStart
|
|
//
|
|
this.buttonStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonStart.Location = new System.Drawing.Point(13, 215);
|
|
this.buttonStart.Name = "buttonStart";
|
|
this.buttonStart.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonStart.TabIndex = 1;
|
|
this.buttonStart.Text = "Start";
|
|
this.buttonStart.UseVisualStyleBackColor = true;
|
|
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
|
|
//
|
|
// buttonChangeResolution
|
|
//
|
|
this.buttonChangeResolution.Location = new System.Drawing.Point(260, 215);
|
|
this.buttonChangeResolution.Name = "buttonChangeResolution";
|
|
this.buttonChangeResolution.Size = new System.Drawing.Size(128, 23);
|
|
this.buttonChangeResolution.TabIndex = 2;
|
|
this.buttonChangeResolution.Text = "Change Resolution";
|
|
this.buttonChangeResolution.UseVisualStyleBackColor = true;
|
|
this.buttonChangeResolution.Click += new System.EventHandler(this.buttonChangeResolution_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(400, 250);
|
|
this.Controls.Add(this.buttonChangeResolution);
|
|
this.Controls.Add(this.buttonStart);
|
|
this.Controls.Add(this.labelDyn);
|
|
this.MaximumSize = new System.Drawing.Size(408, 281);
|
|
this.MinimumSize = new System.Drawing.Size(200, 85);
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label labelDyn;
|
|
private System.Windows.Forms.Button buttonStart;
|
|
private System.Windows.Forms.Button buttonChangeResolution;
|
|
}
|
|
}
|
|
|