File: CKViewer.config
Last Edited by: Pier, August 3, 1983 2:51 pm
Last Edited by: Sosinski, August 10, 1983 4:33 pm
Last Edited by: Wyatt, September 13, 1983 12:19 pm
CKViewer: CONFIGURATION
IMPORTS Buttons, Containers, Rules, ColorDisplay, MessageWindow, Icons, Process, VFonts, NumberLabels, Labels, ViewerOps, VFonts, ViewerIO, Commander, DoradoInputOutput, ChoiceButtons, IO, Time, Rope
EXPORTS CKViewerButtons, CKViewerTables, CKViewerPanel, Random
CONTROL RandomImpl, CKViewerButtonsImpl, CKViewerOps, CKViewerTablesImpl, CKViewerPanelImpl, CKViewerTestImpl, CKViewerImpl =
BEGIN
RandomImpl;
CKViewerButtonsImpl;
CKViewerOps;
CKViewerTablesImpl;
CKViewerPanelImpl;
CKViewerTestImpl;
CKViewerImpl;
END.