home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / goat006.zip / SRC.ZIP / goatsrc / Configuration / Form.1 < prev    next >
Text File  |  2002-08-17  |  636b  |  27 lines

  1. /* Form events - Opened */
  2. Arg window 
  3.  
  4. call centerwindow
  5.  
  6. /* Add several items to end 1013 Spin Button */
  7. index=VpAddItem(window, 1013, 'END', 'ISO', 'TeX', 'HTML')
  8.  
  9. /* Set item value 1002 Entry Field */
  10. CALL VpSetItemValue window,1002,imageeditor
  11.  
  12. /* Set item value 1008 Entry Field */
  13. CALL VpSetItemValue window,1008,imageparameters
  14.  
  15. /* Set item value 1004 Entry Field */
  16. CALL VpSetItemValue window,1004,texteditor
  17.  
  18. /* Set item value 1008 Entry Field */
  19. CALL VpSetItemValue window,1008,textparameters
  20.  
  21. if length(iniloc)>0 then
  22.   call readini
  23.  
  24. call setimageeditorbox
  25. call settexteditorbox
  26. call setoldeditors
  27.