ATMLCommonLibrary.controls.IndentificationNumbersListControl.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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IndentificationNumbersListControl));
            //this.btnAdd = new System.Windows.Forms.ToolStripButton();
            //this.btnEdit = new System.Windows.Forms.ToolStripButton();
            //this.btnDelete = new System.Windows.Forms.ToolStripButton();
            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(389, 208);
            // 
            // IndentificationNumbersListControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.SteelBlue;
            this.Name = "IndentificationNumbersListControl";
            this.Size = new System.Drawing.Size(413, 208);
            this.ResumeLayout(false);

        }