AGS.Types.StringListUIEditorControl.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()
        {
            components = new System.ComponentModel.Container();
            this.clbItems = new System.Windows.Forms.CheckedListBox();
            this.SuspendLayout();
            // 
            // clbItems
            // 
            this.clbItems.Dock = System.Windows.Forms.DockStyle.Fill;
            this.clbItems.FormattingEnabled = true;
            this.clbItems.IntegralHeight = false;
            this.clbItems.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.clbItems.CheckOnClick = true;
            this.clbItems.Location = new System.Drawing.Point(0, 0);
            this.clbItems.Name = "clbItems";
            this.clbItems.Size = new System.Drawing.Size(147, 154);
            this.clbItems.TabIndex = 0;
            this.clbItems.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.clbItems_ItemCheck);
            // 
            // StringListUIEditorControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.clbItems);
            this.Name = "StringListUIEditorControl";
            this.Font = new System.Drawing.Font("Tahoma", 8.25f);
            this.ResumeLayout(false);

        }