using DarkUI.Config; using DarkUI.Controls; namespace Example { partial class DockProject { /// /// 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.treeProject = new DarkTreeView(); this.SuspendLayout(); // // treeProject // this.treeProject.AllowMoveNodes = true; this.treeProject.Dock = System.Windows.Forms.DockStyle.Fill; this.treeProject.Location = new System.Drawing.Point(0, 25); this.treeProject.MultiSelect = true; this.treeProject.Name = "treeProject"; this.treeProject.ShowIcons = true; this.treeProject.Size = new System.Drawing.Size(280, 425); this.treeProject.TabIndex = 0; this.treeProject.Text = "darkTreeView1"; // // DockProject // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.treeProject); this.DockArea = DarkDockArea.Left; this.DockText = "Project Explorer"; this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = global::Example.Icons.application_16x; this.Name = "DockProject"; this.Size = new System.Drawing.Size(280, 450); this.ResumeLayout(false); } #endregion private DarkTreeView treeProject; } }