home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / SDKs / Word Services SDK 1.0.6 / Writeswell Jr 1.2.1 Sources ƒ / Writeswell Jr. Source / headers / RegMenu.h < prev    next >
Encoding:
Text File  |  1993-03-08  |  493 b   |  27 lines  |  [TEXT/KAHL]

  1. /* RegMenu.c
  2.  * Handle the Registration menu in Writeswell Jr.
  3.  * Copyright ©1993 Working Software, Inc.  All Rights Reserved.
  4.  * 8 Mar 93 Mike Crawford
  5.  */
  6.  
  7. Boolean DoRegMenu( short theItem );
  8. void RegisterForm( void );
  9.  
  10. #define kRegDlgID    134
  11.  
  12. enum {
  13.     kRDInfoPictItem = 1,
  14.     kRDTextEntryItem,
  15.     kRDNameLabelItem,
  16.     kRDAddrLabelItem,
  17.     kRDPhoneLabelItem,
  18.     kRDEmailLabelItem,
  19.     kRDPrintButton,
  20.     kRDSaveButton,
  21.     kRDVersionLabelItem,
  22.     kRDVersionStringItem,
  23.     kRDDoneButton
  24. };
  25.  
  26. #define kHeadTextID        128
  27.