93 lines
3.6 KiB
C#
93 lines
3.6 KiB
C#
namespace Eugen.ESystem
|
|
{
|
|
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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
this.labelResult = new System.Windows.Forms.Label();
|
|
this.buttonStart = new System.Windows.Forms.Button();
|
|
this.labelSourceString = new System.Windows.Forms.Label();
|
|
this.labelDllInfo = new System.Windows.Forms.Label();
|
|
this.buttonStartWithMessage = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelResult
|
|
//
|
|
resources.ApplyResources(this.labelResult, "labelResult");
|
|
this.labelResult.Name = "labelResult";
|
|
//
|
|
// buttonStart
|
|
//
|
|
resources.ApplyResources(this.buttonStart, "buttonStart");
|
|
this.buttonStart.Name = "buttonStart";
|
|
this.buttonStart.UseVisualStyleBackColor = true;
|
|
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
|
|
//
|
|
// labelSourceString
|
|
//
|
|
resources.ApplyResources(this.labelSourceString, "labelSourceString");
|
|
this.labelSourceString.Name = "labelSourceString";
|
|
//
|
|
// labelDllInfo
|
|
//
|
|
resources.ApplyResources(this.labelDllInfo, "labelDllInfo");
|
|
this.labelDllInfo.Name = "labelDllInfo";
|
|
//
|
|
// buttonStartWithMessage
|
|
//
|
|
resources.ApplyResources(this.buttonStartWithMessage, "buttonStartWithMessage");
|
|
this.buttonStartWithMessage.Name = "buttonStartWithMessage";
|
|
this.buttonStartWithMessage.UseVisualStyleBackColor = true;
|
|
this.buttonStartWithMessage.Click += new System.EventHandler(this.buttonStartWithMessage_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.buttonStartWithMessage);
|
|
this.Controls.Add(this.labelDllInfo);
|
|
this.Controls.Add(this.labelSourceString);
|
|
this.Controls.Add(this.buttonStart);
|
|
this.Controls.Add(this.labelResult);
|
|
this.Name = "Form1";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label labelResult;
|
|
private System.Windows.Forms.Button buttonStart;
|
|
private System.Windows.Forms.Label labelSourceString;
|
|
private System.Windows.Forms.Label labelDllInfo;
|
|
private System.Windows.Forms.Button buttonStartWithMessage;
|
|
}
|
|
}
|
|
|