private void TrackableOff_Click(object sender, EventArgs e) { TrackableOff.Hide(); TrackableOn.Show(); this.FormBorderStyle = FormBorderStyle.SizableToolWindow; }