home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / rc.z / wnagdlg.rc < prev    next >
Text File  |  1996-09-25  |  3KB  |  52 lines

  1. #define ID_label_1                           101
  2. #define ID_label_2                           102
  3. #define ID_label_4                           103
  4. #define ID_label_6                           104
  5. #define ID_label_7                           105
  6. #define ID_label_8                           106
  7. #define ID_label_9                           107
  8. #define ID_label_10                          108
  9. #define ID_label_11                          109
  10. #define ID_cb_continue                       110
  11. #define ID_label_3                           112
  12.  
  13. "ID_WNagDlg" DIALOGEX 9, 204, 279, 144
  14. FONT 8, "MS Sans Serif"
  15. STYLE WS_CAPTION
  16. CAPTION "Optima++ Test Drive Edition"
  17. BEGIN
  18.     CONTROL "This program was created with Optima++,  Test Drive Edition.", 
  19.             ID_label_1, "STATIC", SS_LEFTNOWORDWRAP | SS_NOTIFY
  20.              | WS_CHILD | WS_VISIBLE,  40,  10, 180,   8, 0 /*no extended style*/
  21.     CONTROL "Applications created with the Test Drive Edition", 
  22.             ID_label_2, "STATIC", SS_LEFTNOWORDWRAP | SS_NOTIFY
  23.              | WS_CHILD | WS_VISIBLE,  60,  25, 139,   8, 0 /*no extended style*/
  24.     CONTROL "If you wish to purchase a full version of Optima++, please contact Powersoft at:", 
  25.             ID_label_4, "STATIC", SS_LEFTNOWORDWRAP | SS_NOTIFY
  26.              | WS_CHILD | WS_VISIBLE,  25,  55, 229,   8, 0 /*no extended style*/
  27.     CONTROL "Main Phone:", ID_label_6, "STATIC", SS_LEFTNOWORDWRAP
  28.              | SS_NOTIFY | WS_CHILD | WS_VISIBLE, 
  29.              50,  70,  37,   8, 0 /*no extended style*/
  30.     CONTROL "1-508-287-1500", ID_label_7, "STATIC", SS_LEFTNOWORDWRAP
  31.              | SS_NOTIFY | WS_CHILD | WS_VISIBLE, 
  32.             140,  70,  45,   8, 0 /*no extended style*/
  33.     CONTROL "Sales Information Center:", ID_label_8, "STATIC", 
  34.             SS_LEFTNOWORDWRAP | SS_NOTIFY | WS_CHILD | WS_VISIBLE
  35.             ,  50,  80,  74,   8, 0 /*no extended style*/
  36.     CONTROL "1-800-395-3525", ID_label_9, "STATIC", SS_LEFTNOWORDWRAP
  37.              | SS_NOTIFY | WS_CHILD | WS_VISIBLE, 
  38.             140,  81,  45,   8, 0 /*no extended style*/
  39.     CONTROL "Internet:", ID_label_10, "STATIC", SS_LEFTNOWORDWRAP
  40.              | SS_NOTIFY | WS_CHILD | WS_VISIBLE, 
  41.              50,  90,  23,   8, 0 /*no extended style*/
  42.     CONTROL "www.powersoft.com", ID_label_11, "STATIC", SS_LEFTNOWORDWRAP
  43.              | SS_NOTIFY | WS_CHILD | WS_VISIBLE, 
  44.             140,  90,  59,   8, 0 /*no extended style*/
  45.     CONTROL "10", ID_cb_continue, "BUTTON", WS_DISABLED | WS_CHILD
  46.              | WS_MAXIMIZEBOX | WS_VISIBLE, 
  47.              90, 120,  85,  15, 0 /*no extended style*/
  48.     CONTROL "cannot be distributed or used in production.", ID_label_3, 
  49.             "STATIC", SS_LEFTNOWORDWRAP | SS_NOTIFY | WS_CHILD
  50.              | WS_VISIBLE,  65,  40, 127,   8, 0 /*no extended style*/
  51. END
  52.