namespace Test_ShowUsedDll { 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.textBoxDllInfo = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // textBoxDllInfo // this.textBoxDllInfo.Location = new System.Drawing.Point(13, 13); this.textBoxDllInfo.Multiline = true; this.textBoxDllInfo.Name = "textBoxDllInfo"; this.textBoxDllInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBoxDllInfo.Size = new System.Drawing.Size(775, 425); this.textBoxDllInfo.TabIndex = 0; // // 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.textBoxDllInfo); this.Name = "Form1"; this.Text = "Show Used DLLs"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxDllInfo; } }