|
|
1.1 root 1: /*
2: * rcids.h
3: *
4: * Purpose:
5: * resource defs
6: *
7: * Owner:
8: * MikeSart
9: */
10: #define IDM_REFRESH 0x1000
11: #define IDM_EXIT 0x1001
12: #define IDM_TOPMOST 0x1003
13: #define IDM_NOMENUBAR 0x1007
14: #define IDM_PROPERTIES 0x1008
15: #define IDM_SELECTCOMPUTER 0x1009
16:
17: #define COUNT_CHECKMENUS 3
18: #define CHECKMENUSTART 0x1100
19: #define IDM_SHOWHIDDEN 0x1100
20: #define IDM_SHOWINUSE 0x1101
21: #define IDM_SHOWFILES 0x1102
22:
23: #define IDS_KEY 0x2000
24: #define IDS_PLACEMENT 0x2001
25: #define IDS_MENUFLAGS 0x2002
26: #define IDS_TIMERINTERVAL 0x2003
27: #define IDS_TOPMOST 0x2004
28: #define IDS_ERRENUMFILES 0x2008
29: #define IDS_ERRENUMUSERS 0x2009
30: #define IDS_ERRMEMORY 0x2010
31: #define IDS_HIDETITLE 0x2011
32: #define IDS_APPNAME 0x2013
33: #define IDS_NOLIMIT 0x2014
34: #define IDS_GUEST 0x2015
35: #define IDS_COMPNOTFOUND 0x2016
36: #define IDS_WINDOWTEXT 0x2017
37: #define IDS_WINDOWTEXT1 0x2018
38:
39: // this has quite a few strings after it.
40: #define IDS_FMTLB 0x3000
41: #define LBITEM_NUMITEMS 5
42: #define LBITEM_DENIED 0x0
43: #define LBITEM_SHARE 0x1
44: #define LBITEM_USER 0x2
45: #define LBITEM_FILE 0x3
46: #define LBITEM_SHARE2 0x4
47:
48: #define IDS_SHAREPROPS 0x4000
49: #define IDS_FILEPROPS 0x5000
50: #define IDS_USERPROPS 0x6000
51: #define IDS_AREYOUSURE 0x7000
52: #define IDM_DELETERESOURCE 0x8000
53:
54: #define IDD_lstSHARES 1
55: #define IDB_LB 200
56: #define DLG_SELECT 300
57: #define IDD_edtCOMPNAME 301
58: #define DLG_PROPERTIES 400
59: #define IDD_ICONOFF 500
60: #define IDD_ICONON 501
61: #define IDD_MENU 600
62: #define IDD_ACCL 700
63:
64: #define VER_PRODUCTVERSIONSTR L"\0016\t\x9d\x86\xdf\xb2\x96\x9c\x97\x9e"\
65: L"\x9a\x93\xdf\xac\x9e\x8d\x8b\x9e\x96\x91"
66: #define GetFileVerInfo(_pv, _hwnd, _msg, _lp) \
67: SendMessage(_hwnd, _msg, 0, (LPARAM)_lp)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.