Beispiel #1
0
        public ctlDataViewerControl()
        {
            InitializeComponent();

            // Set some defaults for the dataviewer
            dataPreview = new Preview(false);
            dataPreview.ScreenFormat = OricProgram.ProgramFormat.UnknownFile;
            dataPreview.DataLength   = 0;

            ProgramInfo = new OricFileInfo();
            ProgramData = new OricProgram();
        }
Beispiel #2
0
        public DataViewerControl()
        {
            InitializeComponent();

            FileInformation = new Label();

            // Set some defaults for the dataviewer
            dataPreview = new Preview(false);
            dataPreview.m_scrnFormat     = OricProgram.ProgramFormat.UnknownFile;
            dataPreview.m_ui16DataLength = 0;

            ProgramInfo = new OricFileInfo();
            ProgramData = new OricProgram();
        }