/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.ucDirectoryCtrl1 = new TSDev.UCDirectoryCtrl(); this.SuspendLayout(); // // ucDirectoryCtrl1 // this.ucDirectoryCtrl1.Dock = System.Windows.Forms.DockStyle.Fill; this.ucDirectoryCtrl1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.ucDirectoryCtrl1.Location = new System.Drawing.Point(0, 0); this.ucDirectoryCtrl1.Name = "ucDirectoryCtrl1"; this.ucDirectoryCtrl1.RootPath = "C:\\Documents and Settings\\Administrator\\My Documents\\icons_x"; this.ucDirectoryCtrl1.Size = new System.Drawing.Size(616, 445); this.ucDirectoryCtrl1.TabIndex = 0; // // frmTestForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(616, 445); this.Controls.Add(this.ucDirectoryCtrl1); this.Name = "frmTestForm"; this.Text = "frmTestForm"; this.Load += new System.EventHandler(this.frmTestForm_Load); this.ResumeLayout(false); }