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.

16 lines
670 B

  1. iddFindText DIALOGEX 60, 180, 260, 60
  2. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  3. EXSTYLE WS_EX_CONTEXTHELP
  4. FONT 8, "MS Shell Dlg"
  5. CAPTION "Find Text"
  6. BEGIN
  7. DEFPUSHBUTTON "Find Next",IDOK,175,7,50,14
  8. PUSHBUTTON "Cancel",IDCANCEL,175,24,50,14
  9. LTEXT "&Find Text:",IDC_STATIC,7,7,36,12,0,0
  10. EDITTEXT idtxtFindWhat,49,7,106,15,ES_AUTOHSCROLL,0
  11. CONTROL "&Whole Words Only", idcWholeWord,"Button",BS_AUTOCHECKBOX |
  12. WS_TABSTOP,7,35,74,10,0
  13. CONTROL "&Match Case",idcMatchCase,"Button",BS_AUTOCHECKBOX |
  14. WS_TABSTOP,97,34,76,12,0
  15. END