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.

37 lines
1.2 KiB

  1. /*---------------------------------------------------------------------------*\
  2. | DIALOGS HEADER
  3. | This module contains the definitions for the dialog object.
  4. |
  5. |
  6. | Copyright (c) Microsoft Corp., 1990-1993
  7. |
  8. | created: 01-Nov-91
  9. | history: 01-Nov-91 <clausgi> created.
  10. | 29-Dec-92 <chriswil> port to NT, cleanup.
  11. | 19-Oct-93 <chriswil> unicode enhancements from a-dianeo.
  12. |
  13. \*---------------------------------------------------------------------------*/
  14. #define IDD_CONNECT 100
  15. #define IDC_CONNECTNAME 101
  16. #define IDD_PREFERENCES 200
  17. #define ID_SIDEBYSIDE 201
  18. #define ID_ANSONRESTORE 202
  19. #define ID_TOPANDBOTTOM 203
  20. #define ID_RECEIVEPFONT 204
  21. #define ID_RECEIVEOFONT 205
  22. /*
  23. * Context sensitive help IDs
  24. */
  25. #define IDH_TOPANDBOTTOM 302
  26. #define IDH_SIDEBYSIDE 303
  27. #define IDH_RECEIVEPFONT 304
  28. #define IDH_RECEIVEOFONT 305
  29. #define IDH_OKBUTTON 306
  30. #define IDH_CANCELBUTTON 307
  31. INT_PTR FAR dlgDisplayBox(HINSTANCE,HWND,LPTSTR,DLGPROC,LPARAM);
  32. INT_PTR CALLBACK dlgPreferencesProc(HWND,UINT,WPARAM,LPARAM);
  33. INT_PTR CALLBACK dlgConnectProc(HWND,UINT,WPARAM,LPARAM);