/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.explorerTree1 = new WindowsExplorer.ExplorerTree(); this.SuspendLayout(); // // explorerTree1 // this.explorerTree1.BackColor = System.Drawing.Color.White; this.explorerTree1.Location = new System.Drawing.Point(16, 16); this.explorerTree1.Name = "explorerTree1"; this.explorerTree1.SelectedPath = "C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Common7\\IDE"; this.explorerTree1.ShowAddressbar = false; this.explorerTree1.ShowMyDocuments = true; this.explorerTree1.ShowMyFavorites = true; this.explorerTree1.ShowMyNetwork = true; this.explorerTree1.ShowToolbar = false; this.explorerTree1.Size = new System.Drawing.Size(240, 224); this.explorerTree1.TabIndex = 0; // // withoutbars // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(312, 278); this.Controls.Add(this.explorerTree1); this.Name = "withoutbars"; this.Text = "Form 2"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.explorerTree1 = new WindowsExplorer.ExplorerTree(); this.SuspendLayout(); // // explorerTree1 // this.explorerTree1.BackColor = System.Drawing.Color.White; this.explorerTree1.Location = new System.Drawing.Point(16, 48); this.explorerTree1.Name = "explorerTree1"; this.explorerTree1.SelectedPath = "C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Common7\\IDE"; this.explorerTree1.ShowAddressbar = true; this.explorerTree1.ShowMyDocuments = true; this.explorerTree1.ShowMyFavorites = true; this.explorerTree1.ShowMyNetwork = true; this.explorerTree1.ShowToolbar = false; this.explorerTree1.Size = new System.Drawing.Size(240, 232); this.explorerTree1.TabIndex = 0; // // Form3 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(352, 382); this.Controls.Add(this.explorerTree1); this.Name = "Form3"; this.Text = "Form3"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.explorerTree1 = new WindowsExplorer.ExplorerTree(); this.fileListBox1 = new Microsoft.VisualBasic.Compatibility.VB6.FileListBox(); this.SuspendLayout(); // // explorerTree1 // this.explorerTree1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.explorerTree1.BackColor = System.Drawing.Color.White; this.explorerTree1.ImageCount = 0; this.explorerTree1.Location = new System.Drawing.Point(0, 0); this.explorerTree1.Name = "explorerTree1"; this.explorerTree1.SelectedImage = ""; this.explorerTree1.SelectedPath = "home"; this.explorerTree1.ShowMyComputer = true; this.explorerTree1.ShowMyDocuments = true; this.explorerTree1.ShowMyFavorites = true; this.explorerTree1.ShowMyNetwork = true; this.explorerTree1.Size = new System.Drawing.Size(416, 512); this.explorerTree1.TabIndex = 0; // // fileListBox1 // this.fileListBox1.Location = new System.Drawing.Point(424, 8); this.fileListBox1.Name = "fileListBox1"; this.fileListBox1.Pattern = "*.*"; this.fileListBox1.Size = new System.Drawing.Size(200, 498); this.fileListBox1.TabIndex = 1; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(640, 534); this.Controls.Add(this.fileListBox1); this.Controls.Add(this.explorerTree1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); }