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

InitializeComponent() private method

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.UserNameLabel = new System.Windows.Forms.Label();
            this.UserNameTextBox = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // UserNameLabel
            // 
            this.UserNameLabel.AutoSize = true;
            this.UserNameLabel.Location = new System.Drawing.Point(18, 19);
            this.UserNameLabel.Name = "UserNameLabel";
            this.UserNameLabel.Size = new System.Drawing.Size(62, 12);
            this.UserNameLabel.TabIndex = 0;
            this.UserNameLabel.Text = "User Name";
            // 
            // UserNameTextBox
            // 
            this.UserNameTextBox.Location = new System.Drawing.Point(120, 16);
            this.UserNameTextBox.Name = "UserNameTextBox";
            this.UserNameTextBox.Size = new System.Drawing.Size(266, 19);
            this.UserNameTextBox.TabIndex = 0;
            // 
            // UserNameControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.UserNameTextBox);
            this.Controls.Add(this.UserNameLabel);
            this.Name = "UserNameControl";
            this.Size = new System.Drawing.Size(415, 53);
            this.ResumeLayout(false);
            this.PerformLayout();

        }