fixed format selection

This commit is contained in:
2009-09-22 13:59:16 +00:00
parent 8103cc041f
commit 38d744fbe7
9 changed files with 293 additions and 283 deletions

View File

@@ -132,7 +132,12 @@ namespace VEPROMS
_Initializing = true;
procedureConfigBindingSource.DataSource = _ProcedureConfig;
formatInfoListBindingSource.DataSource = FormatInfoList.Get();
//formatInfoListBindingSource.DataSource = FormatInfoList.Get();
ppCmbxFormat.DataSource = null;
ppCmbxFormat.DisplayMember = "FullName";
ppCmbxFormat.ValueMember = "FullName";
ppCmbxFormat.DataSource = FormatInfoList.SortedFormatInfoList;
// Get the saved settings for this user
//