Opc.Ua.Configuration.UserAddControl.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.CreateButton = new System.Windows.Forms.Button();
            this.CloseButton = new System.Windows.Forms.Button();
            this.userPasswordControl1 = new Opc.Ua.Configuration.UserPasswordControl();
            this.userNameControl1 = new Opc.Ua.Configuration.UserNameControl();
            this.SuspendLayout();
            // 
            // CreateButton
            // 
            this.CreateButton.Location = new System.Drawing.Point(230, 119);
            this.CreateButton.Name = "CreateButton";
            this.CreateButton.Size = new System.Drawing.Size(75, 23);
            this.CreateButton.TabIndex = 2;
            this.CreateButton.Text = "OK";
            this.CreateButton.UseVisualStyleBackColor = true;
            this.CreateButton.Click += new System.EventHandler(this.CreateButton_Click);
            // 
            // CloseButton
            // 
            this.CloseButton.Location = new System.Drawing.Point(311, 119);
            this.CloseButton.Name = "CloseButton";
            this.CloseButton.Size = new System.Drawing.Size(75, 23);
            this.CloseButton.TabIndex = 3;
            this.CloseButton.Text = "Cancel";
            this.CloseButton.UseVisualStyleBackColor = true;
            this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
            // 
            // userPasswordControl1
            // 
            this.userPasswordControl1.Location = new System.Drawing.Point(0, 40);
            this.userPasswordControl1.Name = "userPasswordControl1";
            this.userPasswordControl1.Password = "";
            this.userPasswordControl1.PasswordConfirm = "";
            this.userPasswordControl1.Size = new System.Drawing.Size(415, 74);
            this.userPasswordControl1.TabIndex = 1;
            // 
            // userNameControl1
            // 
            this.userNameControl1.Location = new System.Drawing.Point(0, 3);
            this.userNameControl1.Name = "userNameControl1";
            this.userNameControl1.Size = new System.Drawing.Size(415, 51);
            this.userNameControl1.TabIndex = 0;
            this.userNameControl1.UserName = "";
            // 
            // UserAddControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.CloseButton);
            this.Controls.Add(this.CreateButton);
            this.Controls.Add(this.userPasswordControl1);
            this.Controls.Add(this.userNameControl1);
            this.Name = "UserAddControl";
            this.Size = new System.Drawing.Size(419, 152);
            this.ResumeLayout(false);

        }