CapDemo.ShowAnswer.ShowAnswer_Load C# (CSharp) Метод

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

private ShowAnswer_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void ShowAnswer_Load(object sender, EventArgs e)
        {
            //chk1.Location = new Point(chk1.Location.X + 3, chk1.Location.Y + (this.Height/2) - chk1.Height/2);
            //rdb1.Location = new Point(rdb1.Location.X + 3, rdb1.Location.Y + (this.Height / 2) - rdb1.Height);
            lbl_labelAnswer.Location = new Point(lbl_labelAnswer.Location.X + lbl_labelAnswer.Width *3/4, lbl_labelAnswer.Location.Y + (this.Height / 2) - lbl_labelAnswer.Height/2 + 5);

            //chk1.Font = new Font(chk1.Font,FontStyle.Bold);
            //rdb1.Font = new Font(rdb1.Font, FontStyle.Bold);
               // lbl_labelAnswer.Font = new Font(lbl_labelAnswer.Font, FontStyle.Bold);
        }