- Funtion zum Aufteilen langer Texte in Teilstücke mit definierter Länge - Definition für Länge der ersten Zeile - Definition für Länge der nachfolgenden Zeilen oder Länge des Einzuges
195 lines
8.6 KiB
C#
195 lines
8.6 KiB
C#
namespace HE_Test_Dll
|
|
{
|
|
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.buttonShowInfo = new System.Windows.Forms.Button();
|
|
this.groupBoxProgramInfo = new System.Windows.Forms.GroupBox();
|
|
this.labelProgramInfo = new System.Windows.Forms.Label();
|
|
this.groupBoxDLLInfo = new System.Windows.Forms.GroupBox();
|
|
this.labelDLLInfo = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.groupBoxProgramInfo.SuspendLayout();
|
|
this.groupBoxDLLInfo.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonShowInfo
|
|
//
|
|
this.buttonShowInfo.Location = new System.Drawing.Point(12, 287);
|
|
this.buttonShowInfo.Name = "buttonShowInfo";
|
|
this.buttonShowInfo.Size = new System.Drawing.Size(776, 23);
|
|
this.buttonShowInfo.TabIndex = 0;
|
|
this.buttonShowInfo.Text = "Start";
|
|
this.buttonShowInfo.UseVisualStyleBackColor = true;
|
|
this.buttonShowInfo.Click += new System.EventHandler(this.buttonShowInfo_Click);
|
|
//
|
|
// groupBoxProgramInfo
|
|
//
|
|
this.groupBoxProgramInfo.Controls.Add(this.labelProgramInfo);
|
|
this.groupBoxProgramInfo.Location = new System.Drawing.Point(12, 372);
|
|
this.groupBoxProgramInfo.Name = "groupBoxProgramInfo";
|
|
this.groupBoxProgramInfo.Size = new System.Drawing.Size(385, 66);
|
|
this.groupBoxProgramInfo.TabIndex = 11;
|
|
this.groupBoxProgramInfo.TabStop = false;
|
|
this.groupBoxProgramInfo.Text = "Programm Information";
|
|
//
|
|
// labelProgramInfo
|
|
//
|
|
this.labelProgramInfo.AutoSize = true;
|
|
this.labelProgramInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.labelProgramInfo.Location = new System.Drawing.Point(7, 20);
|
|
this.labelProgramInfo.Name = "labelProgramInfo";
|
|
this.labelProgramInfo.Size = new System.Drawing.Size(16, 13);
|
|
this.labelProgramInfo.TabIndex = 0;
|
|
this.labelProgramInfo.Text = "...";
|
|
//
|
|
// groupBoxDLLInfo
|
|
//
|
|
this.groupBoxDLLInfo.Controls.Add(this.labelDLLInfo);
|
|
this.groupBoxDLLInfo.Location = new System.Drawing.Point(403, 372);
|
|
this.groupBoxDLLInfo.Name = "groupBoxDLLInfo";
|
|
this.groupBoxDLLInfo.Size = new System.Drawing.Size(385, 66);
|
|
this.groupBoxDLLInfo.TabIndex = 12;
|
|
this.groupBoxDLLInfo.TabStop = false;
|
|
this.groupBoxDLLInfo.Text = "DLL Information";
|
|
//
|
|
// labelDLLInfo
|
|
//
|
|
this.labelDLLInfo.AutoSize = true;
|
|
this.labelDLLInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.labelDLLInfo.Location = new System.Drawing.Point(7, 20);
|
|
this.labelDLLInfo.Name = "labelDLLInfo";
|
|
this.labelDLLInfo.Size = new System.Drawing.Size(16, 13);
|
|
this.labelDLLInfo.TabIndex = 0;
|
|
this.labelDLLInfo.Text = "...";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(100, 13);
|
|
this.label1.TabIndex = 13;
|
|
this.label1.Text = "Unformatierter Text:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(12, 26);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(28, 14);
|
|
this.label2.TabIndex = 14;
|
|
this.label2.Text = "...";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(12, 67);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(163, 13);
|
|
this.label3.TabIndex = 15;
|
|
this.label3.Text = "Auf Zeilenlänge formatierter Text:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.Location = new System.Drawing.Point(12, 80);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(28, 14);
|
|
this.label4.TabIndex = 16;
|
|
this.label4.Text = "...";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(12, 173);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(140, 13);
|
|
this.label5.TabIndex = 17;
|
|
this.label5.Text = "Auf Einzug formatierter Text:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.Location = new System.Drawing.Point(12, 186);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(28, 14);
|
|
this.label6.TabIndex = 18;
|
|
this.label6.Text = "...";
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.groupBoxProgramInfo);
|
|
this.Controls.Add(this.groupBoxDLLInfo);
|
|
this.Controls.Add(this.buttonShowInfo);
|
|
this.Name = "Form1";
|
|
this.Text = "Test_InfoBox";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.groupBoxProgramInfo.ResumeLayout(false);
|
|
this.groupBoxProgramInfo.PerformLayout();
|
|
this.groupBoxDLLInfo.ResumeLayout(false);
|
|
this.groupBoxDLLInfo.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button buttonShowInfo;
|
|
private System.Windows.Forms.GroupBox groupBoxProgramInfo;
|
|
private System.Windows.Forms.Label labelProgramInfo;
|
|
private System.Windows.Forms.GroupBox groupBoxDLLInfo;
|
|
private System.Windows.Forms.Label labelDLLInfo;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
}
|
|
}
|
|
|