namespace DockSample { partial class DummyToolbox { /// /// 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 Windows Form 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(DummyToolbox)); this.label2 = new System.Windows.Forms.Label(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.BackColor = System.Drawing.SystemColors.ControlLightLight; this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.label2.ImageIndex = 0; this.label2.ImageList = this.imageList; this.label2.Location = new System.Drawing.Point(2, 26); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(215, 19); this.label2.TabIndex = 5; this.label2.Text = " Pointer"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, "Mouse.bmp"); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.label1.Location = new System.Drawing.Point(2, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(215, 19); this.label1.TabIndex = 6; this.label1.Text = "General"; // // DummyToolbox // this.ClientSize = new System.Drawing.Size(221, 365); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft) | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight) | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop) | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom))); this.HideOnClose = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "DummyToolbox"; this.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2); this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.DockLeftAutoHide; this.TabText = "Toolbox"; this.Text = "Toolbox"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.ImageList imageList; private System.Windows.Forms.Label label1; } }