GLOBALS.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:9k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /******************************************************************************
  2. *       This is a part of the Microsoft Source Code Samples.
  3. *       Copyright (C) 1993-1997 Microsoft Corporation.
  4. *       All rights reserved.
  5. *       This source code is only intended as a supplement to
  6. *       Microsoft Development Tools and/or WinHelp documentation.
  7. *       See these sources for detailed information regarding the
  8. *       Microsoft samples programs.
  9. ******************************************************************************/
  10. #include<windows.h>
  11. //
  12. // Accellerator IDs
  13. //
  14. #define ACCEL_ID        1001
  15. //
  16. // Icon IDs
  17. //
  18. #define UI_FILERICON    2001
  19. //
  20. // DialogBox Control IDs
  21. //
  22. #define SB_OK           3001
  23. #define SB_CANCEL       3002
  24. #define SB_ACTION       3003
  25. #define SB_TOFROM       3004
  26. #define SB_SOURCE       3005
  27. #define SB_DEST         3006
  28. #define SB_STATIC       3007
  29. #define SB_KEY          3008
  30. #define SB_VALUE        3009
  31. #define SB_SCROLL       3010
  32. //
  33. // String Table IDs
  34. //
  35. #define STR_EXE         4001
  36. #define STR_COM         4002
  37. #define STR_CMD         4003
  38. #define STR_BAT         4004
  39. #define IDS_ABOUTDLGERR 4005
  40. #define IDS_DRVBUTTNERR 4006
  41. #define IDS_CHNGDRVERR  4007
  42. #define IDS_SELOBJERR   4008
  43. #define IDS_BITBLTERR   4009
  44. #define IDS_DRVNOTACTVE 4010
  45. #define IDS_INSRTMEDIA  4011
  46. #define IDS_SRCSTRNGERR 4012
  47. #define IDS_CANTSPAWN   4013
  48. #define IDS_MENUERR1    4014
  49. #define IDS_MENUERR2    4015
  50. #define IDS_MENUERR3    4016
  51. #define IDS_MENUERR4    4017
  52. #define IDS_ENUMDRVERR 4018
  53. #define IDS_ENUMALOCERR 4019
  54. #define IDS_ENUMSTRERR 4020
  55. #define IDS_DRVALOCERR 4021
  56. #define IDS_DCCDRVLST 4022
  57. #define IDS_DCCCURDIR   4023
  58. #define IDS_DCCTABSTP   4024
  59. #define IDS_MMOPENERR   4025
  60. #define IDS_COPYING     4026
  61. #define IDS_COPYINGTO   4027
  62. #define IDS_DELETING    4028
  63. #define IDS_DELETINGFRM 4029
  64. #define IDS_MOVING      4030
  65. #define IDS_RENAMEERR   4031
  66. #define IDS_MKDIRERR    4032
  67. #define IDS_VERDLGERR   4033
  68. #define IDS_MMEXPAND    4034
  69. #define IDS_REFRESH1    4035
  70. #define IDS_REFRESH2    4036
  71. #define IDS_REFRESH3    4037
  72. #define IDS_FILDIRERR   4038
  73. #define IDS_FILDIRERR2  4039
  74. #define IDS_FILDIRERR3  4040
  75. #define IDS_FILDIRERR4  4041
  76. #define IDS_DBLCLKERR   4042
  77. #define IDS_SELCNGERR   4043
  78. #define IDS_CONDIRERR   4044
  79. #define IDS_LBNOTFYERR  4045
  80. #define IDS_PARNTFYERR  4046
  81. #define IDS_GETLBTXTERR 4047
  82. #define IDS_OPENLBERR   4048 
  83. #define IDS_CANTEDIT    4050
  84. #define IDS_FILE        4051
  85. #define IDS_DIR         4052
  86. #define IDS_GETVERERR   4053
  87. #define IDS_GETVERERR2  4054
  88. #define IDS_GETVERERR3  4055
  89. #define IDS_GETVERERR4  4056
  90. #define IDS_GETVERERR5  4057
  91. #define IDS_GETVERERR6  4058
  92. #define IDS_GETVERERR7  4059
  93. #define IDS_GETVERERR8  4060
  94. #define IDS_ISDIRERR    4061
  95. #define IDS_EXEFILEERR  4062
  96. #define IDS_SELPROCERR  4063
  97. #define IDS_SELDLGERR   4064
  98. #define IDS_SELDLGERR2  4065
  99. #define IDS_SELDLGERR3  4066
  100. #define IDS_SELDLGERR4  4067
  101. #define IDS_SELDLGERR5  4068
  102. #define IDS_SELDLGERR6  4069
  103. #define IDS_SELDLGERR7  4070
  104. #define IDS_FILEIOERR   4071
  105. #define IDS_FILEIOERR2  4072
  106. #define IDS_FILEIOERR3  4073
  107. #define IDS_HNDIOMSG    4074
  108. #define IDS_HNDIOMSG2   4075
  109. #define IDS_HNDIOMSG3   4076
  110. #define IDS_HNDIOMSG4   4077
  111. #define IDS_HNDIOMSG5   4078
  112. #define IDS_RENMEMSG    4079
  113. #define IDS_RENMEMSG2   4080
  114. #define IDS_RENMEMSG3   4081
  115. #define IDS_RENMEMSG4   4082
  116. #define IDS_RENMEMSG5   4083
  117. #define IDS_RENMEMSG6   4084
  118. #define IDS_RENMEMSG7   4085
  119. #define IDS_MKDIRMSG    4086
  120. #define IDS_MKDIRMSG2   4087
  121. #define IDS_MKDIRMSG3   4088
  122. #define IDS_TXTMSG      4089
  123. #define STR_DEF_EDITOR  4101
  124. //
  125. // Bitmap IDs
  126. //
  127. #define UB_BMP_MARKER   5001    // This should be the same as the first bitmap.
  128. #define UB_FLOPPY1      5001    // THESE BITMAP IDs MUST BE CONTIGUOUS AND
  129. #define UB_FLOPPY2      5002    //   IN THIS ORDER!  For 'ease of loading'.
  130. #define UB_REMOTE1      5003
  131. #define UB_REMOTE2      5004
  132. #define UB_CD1          5005
  133. #define UB_CD2          5006
  134. #define UB_FIXED1       5007
  135. #define UB_FIXED2       5008
  136. //
  137. // Command line window and Drv-CHILD child window IDs
  138. //
  139. #define COMMAND_ID      6001    // Command Line Window
  140. #define TEXT_WINDOW_ID  6002    // Title Bar
  141. #define LISTDIR_ID      6003    // Directory ListBox
  142. #define LISTFILE_ID     6004    // File ListBox
  143. //
  144. // Internal Main window IDs
  145. //
  146. #define MM_FILLDIR      7001
  147. #define MM_FILLFILE     7002
  148. //
  149. // Menu ID's, VKEYs, & other WM_COMMAND messages
  150. //
  151. #define MM_OPEN         8001
  152. #define MM_COPY         8002
  153. #define MM_DELETE       8003
  154. #define MM_MOVE         8004
  155. #define MM_RENAME       8005
  156. #define MM_MKDIR        8006
  157. #define MM_DELDIR       8007
  158. #define MM_VERSION      8008
  159. #define MM_EXIT         8009
  160. #define MM_REFRESH      8101
  161. #define MM_ACTIVEDRV    8102
  162. #define MM_TAB          8103
  163. #define MM_SWAP         8104
  164. #define MM_ORIENT       8105
  165. #define MM_EXPAND       8106
  166. #define MM_KEEPCMD      8107
  167. #define MM_ESCAPE       8112
  168. #define MM_TOGGLE       8113
  169. #define MM_ABOUT        8201
  170. #define MM_DRIVE_NUM    8301       // ...Through 8226, one for each drive letter
  171.                     //   .
  172.                     //   .
  173.                     //  8326
  174. //
  175. // constants
  176. //
  177. #define MAIN_WIDTH          605    // Default width and height of main window
  178. #define MAIN_HEIGHT         400
  179. #define DRIVE_BITMAP_WIDTH  23     // Width and height of drive toolbar bitmaps
  180. #define DRIVE_BITMAP_HEIGHT 14     //   assoc. w/ bitmap IDs above.
  181. #define DRIVE_LETTER_SPACING 2     // Space between drv bmp and drv letter label
  182. #define DRIVE_BITMAP_SPACING 6     // Space on either side of drv bitmap-labels
  183. #define NUM_BITMAPS          8     // # types of Drive Bitmaps to be loaded.
  184. #define DIRECTORY_STRING_SIZE MAX_PATH  // Size of max allowable direcory path
  185. #define LIST_BORDER         2      // Space between listbox and Drv child frame
  186. #define DRIVE_MENU_NUM      2      // This is the 'Drives' submenu
  187. #define LISTBOX_TAB_SIZE    8      // Size of the tabs in the Drv child LBs
  188. #define OVER_UNDER          0      // Relative positions of Drv children
  189. #define SIDE_BY_SIDE        1
  190. #define BOLD_FONT           700    // GetDeviceCaps sez this value is for bold
  191.                                    //   in the lfWeight LOGFONT member
  192. #define NUM_EXTENSION_STRINGS   4  // Lists number of file ext. in stringtable
  193. #define EXTENSION_LENGTH        5  // Tot. number of characters in extension,
  194.                                    //  including '' char.
  195. #define FILE_SYSTEM_STRING_SIZE         20      // Must be >= 8
  196. #define NUM_POSSIBLE_REMOVABLE_DRIVES   26      // A-Z
  197. #define MUTEX_TIMEOUT       50     // LB Mutex timeout in milliseconds
  198. // The following are used in the .EXE Version retrieval code in DRVPROC.C
  199. #define NUM_VERSION_INFO_KEYS    12     // See FilerGetVersion()
  200. #define VERSION_DLG_LB_HEIGHT    10     // height in text lines of version dlg LBs
  201. #define VERSION_INFO_KEY_ROOT    TEXT("\StringFileInfo\")
  202. // end .EXE Version code constants
  203. //
  204. // Drive enumeration strucure
  205. //
  206. typedef struct _PerDriveInfo {
  207.     TCHAR   DriveLetter;
  208.     LPTSTR  DriveName;
  209.     TCHAR   FileSystem[FILE_SYSTEM_STRING_SIZE];
  210.     UINT    DriveType;
  211.     struct _PerDriveInfo *next;
  212. } DRVINFO, *LPDINFO;
  213. //
  214. // Instance data for each Drv child window
  215. //
  216. typedef struct _PerWndInfo {
  217.     HWND    hwnd;                       // Handle to Drive child window
  218.     HWND    hParent;                    // Handle to Filer main window
  219.     HWND    hTextWnd;                   // Handle to Drive child Title Bar
  220.     HWND    hFileLB;                    // Handle to Drv child File LB
  221.     HWND    hDirLB;                     // Handle to Drv child Dir LB
  222.     HANDLE  hDirThread;                 // Handle to ExpDir or FullExpand thread
  223.     HANDLE  hDirMutex;                  // Protects Dir LB from mult. access
  224.     HANDLE  hFileMutex;                 // Protects File LB from mult. access
  225.     BOOL    fDirLeft;                   // Flag: the Dir LB is on left
  226.     BOOL    fDirExpand;                 // Flag: the Dir LB is fully expanded
  227.     BOOL    fSuicide;                   // Flag: kills ExpDir/FullExpand thread
  228.     BOOL    fEscape;                    // Flag: User aborted Expand thread
  229.     LPDINFO lpDriveInfo;                // pointer to current _PerDriveInfo
  230.     TCHAR   CaptionBarText[DIRECTORY_STRING_SIZE]; // Drv Child Title text
  231. } DRVCHILDINFO, *LPCINFO;
  232. typedef struct _PerButtonInfo {
  233.     HANDLE          hButton;
  234.     BOOL            fButtonDown;
  235.     LPDINFO         lpDrive;
  236.     struct _PerButtonInfo  *next;
  237. }   BINFO, *LPBINFO;
  238. typedef struct _SelectDlgInfo {
  239.     HWND    hwnd;
  240.     DWORD   dwAction;
  241.     LPTSTR  szAction;
  242.     LPTSTR  szToFrom;
  243. } SELECTINFO, *LPSINFO;
  244. //  .EXE version information key structure: for FilerGetVersion() in DRVPROC.C
  245. typedef struct _VersionKeyInfo {
  246.     TCHAR const *szKey;
  247.     TCHAR       *szValue;
  248. } VKINFO, *LPVKINFO;