ATMLCommonLibrary.controls.capability.CapabilityListControl.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.SuspendLayout();
            // 
            // lvList
            // 
            this.lvList.AllowDrop = true;
            this.lvList.Size = new System.Drawing.Size(323, 147);
            this.lvList.DragDrop += new System.Windows.Forms.DragEventHandler(this.lvList_DragDrop);
            this.lvList.DragEnter += new System.Windows.Forms.DragEventHandler(this.lvList_DragEnter);
            this.lvList.DragOver += new System.Windows.Forms.DragEventHandler(this.lvList_DragOver);
            // 
            // CapabilityListControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Name = "CapabilityListControl";
            this.Size = new System.Drawing.Size(362, 150);
            this.TooltipTextAddButton = "Press to add a new Capability";
            this.TooltipTextDeleteButton = "Press to delete the selected Capability";
            this.TooltipTextEditButton = "Press to edit the selected Capability";
            this.ResumeLayout(false);

        }