home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / windiff / windiff.res / Dialogs / About.rc next >
Encoding:
Text File  |  1998-03-30  |  591 b   |  12 lines

  1. ABOUT DIALOG 49, 30, 135, 90
  2. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  3. STYLE WS_POPUP | WS_CAPTION
  4. CAPTION "About WinDiff"
  5. {
  6.  CONTROL "WinDiff", 132, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 10, 10, 16, 16
  7.  CONTROL "Windows File And Directory Comparisons", 103, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE, 35, 10, 85, 20
  8.  CONTROL "Version:", 104, STATIC, SS_RIGHT | WS_CHILD | WS_VISIBLE, 40, 40, 30, 10
  9.  CONTROL "1.00", 133, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 75, 40, 30, 10
  10.  CONTROL "&OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 55, 70, 27, 12
  11. }
  12.