A standard Windows CFileDialog is used to allow the user to select the file to open, then a pointer to the file
is setup. Once again the old ASIC C method of accessing files is used, this time using the function fscanf() to
read the file line-by-line. The data is retrieved from the data file in exactly the same order as it was saved;
once all fields have been acquired the scope display is refreshed.