ATMLCommonLibrary.controls.resource.ResourcePortSelectionForm.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.lvResourcePorts = new System.Windows.Forms.ListView();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.lvResourcePorts);
            // 
            // lvResourcePorts
            // 
            this.lvResourcePorts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvResourcePorts.FullRowSelect = true;
            this.lvResourcePorts.Location = new System.Drawing.Point(0, 0);
            this.lvResourcePorts.Name = "lvResourcePorts";
            this.lvResourcePorts.Size = new System.Drawing.Size(433, 270);
            this.lvResourcePorts.TabIndex = 0;
            this.lvResourcePorts.UseCompatibleStateImageBehavior = false;
            this.lvResourcePorts.View = System.Windows.Forms.View.Details;
            // 
            // ResourcePortSelectionForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(458, 315);
            this.Name = "ResourcePortSelectionForm";
            this.Text = "Resource Port Selection";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }