home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / tedevkit / demo.def < prev    next >
Text File  |  1995-06-13  |  459b  |  30 lines

  1. NAME    Demo
  2.  
  3. DESCRIPTION 'TER Demonstration'
  4.  
  5. EXETYPE WINDOWS
  6.  
  7.     
  8.  
  9. CODE    PRELOAD MOVEABLE
  10.  
  11. SEGMENTS
  12.     DEMO     PRELOAD    MOVEABLE
  13.  
  14. DATA    PRELOAD MOVEABLE MULTIPLE
  15.  
  16. HEAPSIZE  1024
  17. STACKSIZE 8192
  18.  
  19. EXPORTS
  20.     DemoWndProc      @1
  21.     DemoOpenDlg      @2
  22.     DemoCloseDlg     @3
  23.     DemoResetDlg     @4
  24.     DemoPrintDlg     @5
  25.     DemoFields       @6
  26.     DemoSelectWin    @7
  27.     DemoInsertText   @8
  28.     DemoSearchDlg    @9
  29.  
  30.