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:
Binary file not shown.
@@ -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)
|
||||
|
Reference in New Issue
Block a user