namespace Maestro.Editors.Common { partial class RepositoryView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RepositoryView)); this.trvRepository = new System.Windows.Forms.TreeView(); this.resImageList = new System.Windows.Forms.ImageList(this.components); this.SuspendLayout(); // // trvRepository // resources.ApplyResources(this.trvRepository, "trvRepository"); this.trvRepository.ImageList = this.resImageList; this.trvRepository.Name = "trvRepository"; this.trvRepository.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.trvRepository_ItemDrag); // // resImageList // this.resImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; resources.ApplyResources(this.resImageList, "resImageList"); this.resImageList.TransparentColor = System.Drawing.Color.Transparent; // // RepositoryView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.trvRepository); this.Name = "RepositoryView"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.TreeView trvRepository; private System.Windows.Forms.ImageList resImageList; } }