namespace NativVorlagen { 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.treeView = new System.Windows.Forms.TreeView(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // treeView // this.treeView.Dock = System.Windows.Forms.DockStyle.Left; this.treeView.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText; this.treeView.FullRowSelect = true; this.treeView.HideSelection = false; this.treeView.HotTracking = true; this.treeView.Location = new System.Drawing.Point(2, 2); this.treeView.Name = "treeView"; this.treeView.Size = new System.Drawing.Size(296, 446); this.treeView.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(320, 2); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(125, 13); this.label1.TabIndex = 4; this.label1.Text = "Dokument-Klassifizierung"; // // button1 // this.button1.Location = new System.Drawing.Point(323, 422); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 5; this.button1.Text = "Erstellen"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(598, 450); this.Controls.Add(this.button1); this.Controls.Add(this.label1); this.Controls.Add(this.treeView); this.Name = "Form1"; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TreeView treeView; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; } }