ATML1671Allocator.forms.RequiredAdaptersWindow.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(RequiredAdaptersWindow));
            this.lvAdapters = new System.Windows.Forms.ListView();
            this.SuspendLayout();
            // 
            // lvAdapters
            // 
            this.lvAdapters.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvAdapters.FullRowSelect = true;
            this.lvAdapters.Location = new System.Drawing.Point(0, 0);
            this.lvAdapters.Name = "lvAdapters";
            this.lvAdapters.Size = new System.Drawing.Size(284, 262);
            this.lvAdapters.TabIndex = 0;
            this.lvAdapters.UseCompatibleStateImageBehavior = false;
            this.lvAdapters.View = System.Windows.Forms.View.Details;
            // 
            // RequiredAdaptersWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 262);
            this.CloseButton = false;
            this.CloseButtonVisible = false;
            this.Controls.Add(this.lvAdapters);
            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.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "RequiredAdaptersWindow";
            this.Text = "Required Adapters";
            this.ResumeLayout(false);

        }