namespace Test_LogWriter { partial class Form1 { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Windows Form-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { this.buttonRunProgram = 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.buttonShowLog3 = new System.Windows.Forms.Button(); this.buttonShowLog2 = new System.Windows.Forms.Button(); this.buttonShowLog1 = new System.Windows.Forms.Button(); this.labelResult = new System.Windows.Forms.Label(); this.buttonShowLog4 = new System.Windows.Forms.Button(); this.groupBoxProgramInfo.SuspendLayout(); this.groupBoxDLLInfo.SuspendLayout(); this.SuspendLayout(); // // buttonRunProgram // this.buttonRunProgram.Location = new System.Drawing.Point(12, 287); this.buttonRunProgram.Name = "buttonRunProgram"; this.buttonRunProgram.Size = new System.Drawing.Size(776, 23); this.buttonRunProgram.TabIndex = 0; this.buttonRunProgram.Text = "Programm ausführen"; this.buttonRunProgram.UseVisualStyleBackColor = true; this.buttonRunProgram.Click += new System.EventHandler(this.buttonRunProgram_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 = "..."; // // buttonShowLog3 // this.buttonShowLog3.Location = new System.Drawing.Point(421, 254); this.buttonShowLog3.Name = "buttonShowLog3"; this.buttonShowLog3.Size = new System.Drawing.Size(160, 23); this.buttonShowLog3.TabIndex = 20; this.buttonShowLog3.Text = "Log-Datei 3 anzeigen"; this.buttonShowLog3.UseVisualStyleBackColor = true; this.buttonShowLog3.Click += new System.EventHandler(this.buttonShowLog3_Click); // // buttonShowLog2 // this.buttonShowLog2.Location = new System.Drawing.Point(216, 254); this.buttonShowLog2.Name = "buttonShowLog2"; this.buttonShowLog2.Size = new System.Drawing.Size(160, 23); this.buttonShowLog2.TabIndex = 19; this.buttonShowLog2.Text = "Log-Datei 2 anzeigen"; this.buttonShowLog2.UseVisualStyleBackColor = true; this.buttonShowLog2.Click += new System.EventHandler(this.buttonShowLog2_Click); // // buttonShowLog1 // this.buttonShowLog1.Location = new System.Drawing.Point(12, 254); this.buttonShowLog1.Name = "buttonShowLog1"; this.buttonShowLog1.Size = new System.Drawing.Size(160, 23); this.buttonShowLog1.TabIndex = 18; this.buttonShowLog1.Text = "Log-Datei 1 anzeigen"; this.buttonShowLog1.UseVisualStyleBackColor = true; this.buttonShowLog1.Click += new System.EventHandler(this.buttonShowLog1_Click_1); // // labelResult // this.labelResult.AutoSize = true; this.labelResult.Location = new System.Drawing.Point(12, 9); this.labelResult.Name = "labelResult"; this.labelResult.Size = new System.Drawing.Size(16, 13); this.labelResult.TabIndex = 17; this.labelResult.Text = "..."; // // buttonShowLog4 // this.buttonShowLog4.Location = new System.Drawing.Point(626, 254); this.buttonShowLog4.Name = "buttonShowLog4"; this.buttonShowLog4.Size = new System.Drawing.Size(160, 23); this.buttonShowLog4.TabIndex = 21; this.buttonShowLog4.Text = "Log-Datei 4 anzeigen"; this.buttonShowLog4.UseVisualStyleBackColor = true; this.buttonShowLog4.Click += new System.EventHandler(this.buttonShowLog4_Click); // // 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.buttonShowLog4); this.Controls.Add(this.buttonShowLog3); this.Controls.Add(this.buttonShowLog2); this.Controls.Add(this.buttonShowLog1); this.Controls.Add(this.labelResult); this.Controls.Add(this.groupBoxProgramInfo); this.Controls.Add(this.groupBoxDLLInfo); this.Controls.Add(this.buttonRunProgram); this.Name = "Form1"; this.Text = "Test_LogWriter"; 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 buttonRunProgram; 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.Button buttonShowLog3; private System.Windows.Forms.Button buttonShowLog2; private System.Windows.Forms.Button buttonShowLog1; private System.Windows.Forms.Label labelResult; private System.Windows.Forms.Button buttonShowLog4; } }