home *** CD-ROM | disk | FTP | other *** search
- /*
- ** JAM(mbp) - The Joaquim-Andrew-Mats Message Base Proposal
- **
- ** JAM Windows Utility
- **
- ** Written by Mats Wallin
- **
- ** ----------------------------------------------------------------------
- **
- ** dlgutilw.h (JAMmb)
- **
- ** Definitions for different dialog controls and resources
- **
- ** Copyright 1993 Joaquim Homrighausen, Andrew Milner, Mats Birch, and
- ** Mats Wallin. ALL RIGHTS RESERVED.
- **
- ** 93-06-28 MW
- ** Initial coding
- */
-
- /*
- ** Text and edit controls
- */
-
- #define IDC_HDR_REPLYNEXT 101
- #define IDC_HDR_REPLYCRC 102
- #define IDC_HDR_SUBFLDLEN 103
- #define IDC_HDR_DATEPROCESSED 104
- #define IDC_HDR_SIGNATURE 105
- #define IDC_HDR_REVISION 106
- #define IDC_HDR_MSGIDCRC 107
- #define IDC_HDR_TIMESREAD 108
- #define IDC_HDR_REPLY1ST 109
- #define IDC_HDR_REPLYTO 110
- #define IDC_HDR_DATEWRITTEN 111
- #define IDC_HDR_DATERECEIVED 112
- #define IDC_HDR_MSGNUM 113
- #define IDC_HDR_ATTRIBUTE 114
- #define IDC_HDR_TXTLEN 115
- #define IDC_HDR_COST 116
- #define IDC_HDR_ATTRIBUTE2 117
- #define IDC_HDR_TXTOFFSET 118
- #define IDC_HDR_PASSWORDCRC 119
- #define IDC_MSGNUM 120
- #define IDC_TOTALMSGS 121
- #define IDC_MSGNUMBER 122
- #define IDC_HDRINFO_SIGNATURE 123
- #define IDC_HDRINFO_DATECREATED 124
- #define IDC_HDRINFO_MODCOUNTER 125
- #define IDC_HDRINFO_ACTIVEMSGS 126
- #define IDC_HDRINFO_PASSWORDCRC 127
- #define IDC_HDRINFO_TOTALMSGS 128
- #define IDC_HDRINFO_DELETEDMSGS 129
- #define IDC_FLD_LISTBOX 130
- #define IDC_TXT_LISTBOX 131
- #define IDC_TXT_EDIT 132
- #define IDC_GOTO 133
- #define IDC_MSGNO 134
- #define IDC_HDRINFO_BASEMSGNUM 135
-
- /*
- ** Pushbuttons
- */
-
- #define IDC_NEXT 200
- #define IDC_PREVIOUS 201
- #define IDC_FIELDS 202
- #define IDC_TEXT 203
- #define IDC_HDRINFO 204
- #define IDC_EXIT 205
-
- /*
- ** Strings
- */
-
- #define IDS_FILTERS 1001
-
- /*
- ** Menu choices
- */
-
- #define IDM_ABOUT (WM_USER+0)
- #define IDM_FILE_OPEN 2001
-
- /*
- ** Icons
- */
-
- #define IDI_JAMUTILW 1
-
-
- /* end of file "dlgutilw.h" */
-