Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.9 KiB

  1. iddSpelling DIALOG 60, 180, 267, 111
  2. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  3. FONT 8, "MS Shell Dlg"
  4. CAPTION "Spelling"
  5. BEGIN
  6. CONTROL "Not in Dictionar&y:", TXT_Spell_Error, "Static", WS_GROUP, 5, 8,
  7. 62, 8
  8. CONTROL "", EDT_Spell_WrongWord, "Edit", ES_AUTOHSCROLL | ES_READONLY |
  9. WS_BORDER | WS_TABSTOP, 68, 6, 193, 12
  10. CONTROL "Change &To:", TXT_Spell_ChangeTo, "Static", WS_GROUP, 5, 28, 65, 8
  11. CONTROL "", EDT_Spell_ChangeTo, "Edit", ES_AUTOHSCROLL | ES_NOHIDESEL |
  12. WS_BORDER | WS_TABSTOP, 68, 26, 97, 12
  13. CONTROL "Suggestio&ns:", TXT_Spell_Suggest, "Static", WS_GROUP, 5, 38, 65, 8
  14. CONTROL "", LBX_Spell_Suggest, "ListBox", LBS_NOTIFY | LBS_DISABLENOSCROLL |
  15. WS_BORDER | WS_VSCROLL | WS_TABSTOP, 68, 40, 97, 52
  16. CONTROL "&Ignore", PSB_Spell_Ignore, "Button", WS_TABSTOP, 169,
  17. 41, 44, 14
  18. CONTROL "I&gnore All", PSB_Spell_IgnoreAll, "Button", WS_TABSTOP,
  19. 217, 41, 44, 14
  20. CONTROL "&Change", PSB_Spell_Change, "Button", WS_TABSTOP, 169,
  21. 58, 44, 14
  22. CONTROL "Change A&ll", PSB_Spell_ChangeAll, "Button", WS_TABSTOP,
  23. 217, 58, 44, 14
  24. CONTROL "&Add", PSB_Spell_Add, "Button", WS_TABSTOP, 169, 75, 44,
  25. 14
  26. CONTROL "&Suggest", PSB_Spell_Suggest, "Button", WS_TABSTOP, 217,
  27. 75, 44, 14
  28. CONTROL "&Options...", PSB_Spell_Options, "Button", WS_TABSTOP,
  29. 117, 94, 44, 14
  30. CONTROL "&Undo Last", PSB_Spell_UndoLast, "Button", WS_TABSTOP | WS_DISABLED,
  31. 169, 94, 44, 14
  32. CONTROL "Cancel", IDCANCEL, "Button", WS_TABSTOP, 217, 94, 44, 14
  33. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_ALL,0,0,0,0
  34. END