Adjust HLS width (checklist header) and DocStyle:page length for pagination

Display message box after formats/genmacs are copied
Improve checklist pagination
Improve checklist pagination & right checklist box line alignment
This commit is contained in:
2014-09-24 14:47:36 +00:00
parent 2c6eeee66c
commit 881cbe5bdd
4 changed files with 48 additions and 14 deletions

Binary file not shown.

View File

@@ -124,6 +124,7 @@ namespace Formats
fio = new FileInfo(destGenmacallPath + fi.Name);
if (fio.Exists && fio.IsReadOnly) fio.IsReadOnly = false;
}
MessageBox.Show("Formats Copied.");
}
private void buttonX2_Click(object sender, EventArgs e)