private void InitializeSize() { this.Size = new Size(LINES * SIZE + SIZE, COLUMNS * SIZE + LblPlayer.Height + SIZE); }