Inheritance: System.Windows.Forms.Form
 private void PictureBoxHeaderDoubleClick(object sender, EventArgs e)
 {
     using (var dialog = new HeaderSettingsDialog())
         dialog.ShowDialog();
 }