ATML1671Allocator.forms.AvailableInstrumentsWindow.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(AvailableInstrumentsWindow));
            this.lvInstruments = new ATMLCommonLibrary.controls.awb.AWBListView();
            this.SuspendLayout();
            // 
            // lvInstruments
            // 
            this.lvInstruments.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvInstruments.FullRowSelect = true;
            this.lvInstruments.Location = new System.Drawing.Point(0, 0);
            this.lvInstruments.Name = "lvInstruments";
            this.lvInstruments.Size = new System.Drawing.Size(284, 262);
            this.lvInstruments.TabIndex = 2;
            this.lvInstruments.UseCompatibleStateImageBehavior = false;
            this.lvInstruments.View = System.Windows.Forms.View.Details;
            // 
            // AvailableInstrumentsWindow
            // 
            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.lvInstruments);
            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.DoubleBuffered = true;
            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 = "AvailableInstrumentsWindow";
            this.Text = "Instruments";
            this.ResumeLayout(false);

        }