home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gfx / imagefx_sdk-2.0.lha / ImageFX_SDK / sas / examples / xstyle / panto_strings.h < prev    next >
Encoding:
Text File  |  1994-07-06  |  237 b   |  23 lines

  1. enum {
  2.  
  3.     L_Title,
  4.     G_Okay,
  5.     G_Cancel,
  6.     G_Mode,
  7.     G_Mode1,
  8.     G_Mode2,
  9.     G_Mode3,
  10.  
  11.     TXT_COUNT
  12. };
  13. char *Default_Strings[] = {
  14.  
  15.     "Pantograph Options",
  16.     "_Okay",
  17.     "_Cancel",
  18.     "Mode:",
  19.     "Source Relative",
  20.     "Source Absolute",
  21.     "Dest Relative",
  22. };
  23.