BrrrBayBay.PwmGUIControl.GenericPwmControl.InitializeComponent C# (CSharp) Метод

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

private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.SuspendLayout();
            //
            // AsynchronousPwmControl
            //
            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Name = "AsynchronousPwmControl";
            this.Size = new System.Drawing.Size(227, 102);
            this.Load += new System.EventHandler(this.AsynchronousPwmControl_Load);
            this.ResumeLayout(false);
        }