Category : OS/2 Files
Archive   : MEMSZ200.ZIP
Filename : MEMSIZE.H

 
Output of file : MEMSIZE.H contained in archive : MEMSZ200.ZIP
/****************************************************************** MEMSIZE.H
* *
* Display memory size statistics, refreshed every second. *
* *
****************************************************************************/

#ifndef MEMSIZE_H
#define MEMSIZE_H

#define ID_MAIN 1

#define IDM_SAVE_APPLICATION 11
#define IDM_RESET_DEFAULTS 12
#define IDM_HIDE_CONTROLS 13
#define IDM_SET_TIMER 14
#define IDD_SET_TIMER 140
#define IDM_DISPLAY_ITEMS 15
#define IDM_SHOW_CLOCK 150
#define IDM_SHOW_ELAPSED 151
#define IDM_SHOW_MEMORY 152
#define IDM_SHOW_SWAPSIZE 153
#define IDM_SHOW_SWAPFREE 154
#define IDM_SHOW_SPOOLSIZE 155
#define IDM_SHOW_CPULOAD 156
#define IDM_SHOW_TASKCOUNT 157
#define IDM_ABOUT 16
#define IDD_ABOUT 160

#define IDM_SHOW_DRIVE_FREE 50

#define IDM_SHOW_DRIVE_FREE_C 53
#define IDM_SHOW_DRIVE_FREE_D 54
#define IDM_SHOW_DRIVE_FREE_E 55
#define IDM_SHOW_DRIVE_FREE_F 56
#define IDM_SHOW_DRIVE_FREE_G 57
#define IDM_SHOW_DRIVE_FREE_H 58
#define IDM_SHOW_DRIVE_FREE_I 59
#define IDM_SHOW_DRIVE_FREE_J 60
#define IDM_SHOW_DRIVE_FREE_K 61
#define IDM_SHOW_DRIVE_FREE_L 62
#define IDM_SHOW_DRIVE_FREE_M 63
#define IDM_SHOW_DRIVE_FREE_N 64
#define IDM_SHOW_DRIVE_FREE_O 65
#define IDM_SHOW_DRIVE_FREE_P 66
#define IDM_SHOW_DRIVE_FREE_Q 67
#define IDM_SHOW_DRIVE_FREE_R 68
#define IDM_SHOW_DRIVE_FREE_S 69
#define IDM_SHOW_DRIVE_FREE_T 70
#define IDM_SHOW_DRIVE_FREE_U 71
#define IDM_SHOW_DRIVE_FREE_V 72
#define IDM_SHOW_DRIVE_FREE_W 73
#define IDM_SHOW_DRIVE_FREE_X 74
#define IDM_SHOW_DRIVE_FREE_Y 75
#define IDM_SHOW_DRIVE_FREE_Z 76

#define IDM_EXIT 98
#define IDM_KEYS_HELP 99

#define IDD_PROFILE_PATH 9900
#define IDD_PROF_ENTRY 9900
#define IDD_PROF_ERR 9901

#define IDS_HELPTITLE 0x0000
#define IDS_TITLE 0x0001

#define IDS_SAVE_APPLICATION 0x0002
#define IDS_RESET_DEFAULTS 0x0003
#define IDS_HIDE_CONTROLS 0x0004
#define IDS_SET_TIMER 0x0005
#define IDS_DISPLAY_ITEMS 0x0006
#define IDS_ABOUT 0x0007
#define IDS_HELP 0x0008

#define IDS_SHOW_CLOCK_LABEL 0x0009
#define IDS_SHOW_CLOCK_OPTION 0x000A

#define IDS_SHOW_ELAPSED_LABEL 0x000B
#define IDS_SHOW_ELAPSED_OPTION 0x000C

#define IDS_SHOW_MEMORY_LABEL 0x000D
#define IDS_SHOW_MEMORY_OPTION 0x000E

#define IDS_SHOW_SWAPSIZE_LABEL 0x000F
#define IDS_SHOW_SWAPSIZE_OPTION 0x0010

#define IDS_SHOW_SWAPFREE_LABEL 0x0011
#define IDS_SHOW_SWAPFREE_OPTION 0x0012

#define IDS_SHOW_SPOOLSIZE_LABEL 0x0013
#define IDS_SHOW_SPOOLSIZE_OPTION 0x0014

#define IDS_SHOW_CPULOAD_LABEL 0x0015
#define IDS_SHOW_CPULOAD_OPTION 0x0016

#define IDS_SHOW_TASKCOUNT_LABEL 0x0017
#define IDS_SHOW_TASKCOUNT_OPTION 0x0018

#define IDS_SHOW_DRIVE_FREE_LABEL 0x0019
#define IDS_SHOW_DRIVE_FREE_OPTION 0x001A

#define IDS_DRIVEERROR 0x001B

#define IDS_PARAMETERLIST 0x001C
#define IDS_PARMS_RESET 0x001D

#define IDS_ERROR_INVALIDPARM 0x001E
#define IDS_ERROR_PRFOPENPROFILE 0x001F
#define IDS_ERROR_WINCREATEHELPINSTANCE 0x0020
#define IDS_ERROR_WINCREATEFRAME 0x0021
#define IDS_ERROR_WINREGISTERCLASS 0x0022
#define IDS_ERROR_WINCREATEWINDOW 0x0023
#define IDS_ERROR_WINSTARTTIMER 0x0024
#define IDS_ERROR_WINSTOPTIMER 0x0025
#define IDS_ERROR_DOSGETCTRYINFO 0x0026

#define IDS_DAY 0x0027
#define IDS_DAYS 0x0028

#define IDS_HMERR 0x8000
#define IDS_HMERR_EXTHELPUNDEFINED 0x8001
#define IDS_HMERR_NO_FRAME_WND_IN_CHAIN 0x8002
#define IDS_HMERR_INVALID_ASSOC_APP_WND 0x8003
#define IDS_HMERR_INVALID_ASSOC_HELP_IN 0x8004
#define IDS_HMERR_INVALID_DESTROY_HELP_ 0x8005
#define IDS_HMERR_NO_HELP_INST_IN_CHAIN 0x8006
#define IDS_HMERR_INVALID_HELP_INSTANCE 0x8007

#define IDS_HMERR_INVALID_QUERY_APP_WND 0x8008
#define IDS_HMERR_HELP_INST_CALLED_INVA 0x8009
#define IDS_HMERR_HELPTABLE_UNDEFINE 0x800A
#define IDS_HMERR_HELP_INSTANCE_UNDEFIN 0x800B
#define IDS_HMERR_HELPITEM_NOT_FOUND 0x800C
#define IDS_HMERR_INVALID_HELPSUBITEM_S 0x800D
#define IDS_HMERR_HELPSUBITEM_NOT_FOUND 0x800E
#define IDS_HMERR_INDEX_NOT_FOUND 0x800F
#define IDS_HMERR_CONTENT_NOT_FOUND 0x8010
#define IDS_HMERR_OPEN_LIB_FILE 0x8011
#define IDS_HMERR_READ_LIB_FILE 0x8012
#define IDS_HMERR_CLOSE_LIB_FILE 0x8013
#define IDS_HMERR_INVALID_LIB_FILE 0x8014
#define IDS_HMERR_NO_MEMORY 0x8015
#define IDS_HMERR_ALLOCATE_SEGMENT 0x8016
#define IDS_HMERR_FREE_MEMORY 0x8017
#define IDS_HMERR_PANEL_NOT_FOUND 0x8018
#define IDS_HMERR_DATABASE_NOT_OPEN 0x8019
#define IDS_HMERR_UNKNOWN 0x801A
#define IDS_HELPMODE_FRAME 0x801B
#define IDS_HELPMODE_MENU 0x801C
#define IDS_HELPMODE_WINDOW 0x801D
#define IDS_HELPMODE_UNKNOWN 0x801E
#define IDS_HELPSUBITEMNOTFOUND 0x801F

#endif



  3 Responses to “Category : OS/2 Files
Archive   : MEMSZ200.ZIP
Filename : MEMSIZE.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/