Opc.Ua.Configuration.UserAddForm.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.userAddControl1 = new Opc.Ua.Configuration.UserAddControl();
            this.SuspendLayout();
            // 
            // userAddControl1
            // 
            this.userAddControl1.Location = new System.Drawing.Point(5, 0);
            this.userAddControl1.Name = "userAddControl1";
            this.userAddControl1.Owner = null;
            this.userAddControl1.Size = new System.Drawing.Size(419, 160);
            this.userAddControl1.TabIndex = 0;
            // 
            // UserAddForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(420, 159);
            this.Controls.Add(this.userAddControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "UserAddForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "New User";
            this.ResumeLayout(false);

        }