ATMLCommonLibrary.controls.hardware.FactoryDefaultsListControl.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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
            this.lvList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvList.Size = new System.Drawing.Size(336, 150);
            // 
            // FactoryDefaultsListControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Name = "FactoryDefaultsListControl";
            this.Size = new System.Drawing.Size(360, 150);
            this.TooltipTextAddButton = "Press to add a new Factory Default";
            this.TooltipTextDeleteButton = "Press to delete the selected Factory Default";
            this.TooltipTextEditButton = "Press to edit the selected Factory Default";
            this.ResumeLayout(false);

        }