CapDemo.GUI.User_Controls.Answer_OnlyOneSelect.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.rad_check = new System.Windows.Forms.RadioButton();
            this.btn_Delete = new System.Windows.Forms.Button();
            this.txt_Answercontent = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // rad_check
            // 
            this.rad_check.AutoSize = true;
            this.rad_check.ForeColor = System.Drawing.Color.Black;
            this.rad_check.Location = new System.Drawing.Point(3, 22);
            this.rad_check.Name = "rad_check";
            this.rad_check.Size = new System.Drawing.Size(14, 13);
            this.rad_check.TabIndex = 12;
            this.rad_check.TabStop = true;
            this.rad_check.UseVisualStyleBackColor = true;
            this.rad_check.CheckedChanged += new System.EventHandler(this.rad_check_CheckedChanged);
            // 
            // btn_Delete
            // 
            this.btn_Delete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_Delete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btn_Delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_Delete.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_Delete.ForeColor = System.Drawing.Color.White;
            this.btn_Delete.Location = new System.Drawing.Point(339, 0);
            this.btn_Delete.Name = "btn_Delete";
            this.btn_Delete.Size = new System.Drawing.Size(23, 23);
            this.btn_Delete.TabIndex = 11;
            this.btn_Delete.Text = "X";
            this.btn_Delete.UseVisualStyleBackColor = false;
            this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
            // 
            // txt_Answercontent
            // 
            this.txt_Answercontent.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txt_Answercontent.Location = new System.Drawing.Point(41, 3);
            this.txt_Answercontent.Multiline = true;
            this.txt_Answercontent.Name = "txt_Answercontent";
            this.txt_Answercontent.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txt_Answercontent.Size = new System.Drawing.Size(294, 50);
            this.txt_Answercontent.TabIndex = 10;
            // 
            // Answer_OnlyOneSelect
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Controls.Add(this.rad_check);
            this.Controls.Add(this.btn_Delete);
            this.Controls.Add(this.txt_Answercontent);
            this.Name = "Answer_OnlyOneSelect";
            this.Size = new System.Drawing.Size(364, 57);
            this.ResumeLayout(false);
            this.PerformLayout();

        }