ATMLCommonLibrary.controls.trigger.PropertyListControl.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            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(418, 200);
            // 
            // PropertyListControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.Name = "PropertyListControl";
            this.Size = new System.Drawing.Size(442, 200);
            this.TooltipTextAddButton = "Press to add a new Property";
            this.TooltipTextDeleteButton = "Press to delete the selected Property";
            this.TooltipTextEditButton = "Press to edit the selected Property";
            this.ResumeLayout(false);

        }