home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / gdi / textfx / textfx.res / Dialogs / Aboutbox.rc
Encoding:
Text File  |  1998-03-30  |  1.2 KB  |  16 lines

  1. ABOUTBOX DIALOG 22, 17, 182, 139
  2. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  3. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  4. CAPTION "About TextFX"
  5. FONT 8, "System"
  6. {
  7.  CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 133, 2, 46, 19
  8.  CONTROL "TEXTFX", 65535, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 5, 6, 18, 20
  9.  CONTROL "Microsoft Corp.", 400, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 30, 12, 96, 8
  10.  CONTROL "TextFX", 401, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 30, 2, 96, 8
  11.  CONTROL "Copyright ⌐ 1995", 403, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 30, 22, 96, 8
  12.  CONTROL "To use TextFX, draw two lines into the client area (they don't have to be straight).   After completing the second line, the text \"This is a test\" will be drawn so that it appears between the two guide lines.", 65535, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 11, 41, 160, 45
  13.  CONTROL "For more information on this sample application see article Q128091 \"How to Use Paths to Create Text Effects\" in the Microsoft KnowledgeBase.", 65535, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 11, 92, 160, 36
  14.  CONTROL "", 65535, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 3, 31, 176, 104
  15. }
  16.