|
|
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
1.1.1.2 ! root 16: #define IDM_ABOUT 0x100a
! 17:
! 18: #ifdef DOSHAREMANAGE
! 19: #define IDM_SHAREMANAGE 0x100b
! 20: #endif
1.1 root 21:
22: #define COUNT_CHECKMENUS 3
23: #define CHECKMENUSTART 0x1100
24: #define IDM_SHOWHIDDEN 0x1100
25: #define IDM_SHOWINUSE 0x1101
26: #define IDM_SHOWFILES 0x1102
27:
28: #define IDS_KEY 0x2000
29: #define IDS_PLACEMENT 0x2001
30: #define IDS_MENUFLAGS 0x2002
31: #define IDS_TIMERINTERVAL 0x2003
32: #define IDS_TOPMOST 0x2004
33: #define IDS_ERRENUMFILES 0x2008
34: #define IDS_ERRENUMUSERS 0x2009
35: #define IDS_ERRMEMORY 0x2010
36: #define IDS_HIDETITLE 0x2011
37: #define IDS_APPNAME 0x2013
38: #define IDS_NOLIMIT 0x2014
39: #define IDS_GUEST 0x2015
40: #define IDS_COMPNOTFOUND 0x2016
41: #define IDS_WINDOWTEXT 0x2017
42: #define IDS_WINDOWTEXT1 0x2018
1.1.1.2 ! root 43: #define IDS_ERRWFW 0x2019
1.1 root 44:
45: // this has quite a few strings after it.
46: #define IDS_FMTLB 0x3000
47: #define LBITEM_NUMITEMS 5
48: #define LBITEM_DENIED 0x0
49: #define LBITEM_SHARE 0x1
50: #define LBITEM_USER 0x2
51: #define LBITEM_FILE 0x3
52: #define LBITEM_SHARE2 0x4
53:
54: #define IDS_SHAREPROPS 0x4000
55: #define IDS_FILEPROPS 0x5000
56: #define IDS_USERPROPS 0x6000
57: #define IDS_AREYOUSURE 0x7000
58: #define IDM_DELETERESOURCE 0x8000
59:
1.1.1.2 ! root 60: #define IDS_DISUSER IDS_AREYOUSURE+0x10
! 61:
1.1 root 62: #define IDD_lstSHARES 1
63: #define IDB_LB 200
64: #define DLG_SELECT 300
65: #define IDD_edtCOMPNAME 301
66: #define DLG_PROPERTIES 400
67: #define IDD_ICONOFF 500
68: #define IDD_ICONON 501
69: #define IDD_MENU 600
70: #define IDD_ACCL 700
71:
72: #define VER_PRODUCTVERSIONSTR L"\0016\t\x9d\x86\xdf\xb2\x96\x9c\x97\x9e"\
73: L"\x9a\x93\xdf\xac\x9e\x8d\x8b\x9e\x96\x91"
74: #define GetFileVerInfo(_pv, _hwnd, _msg, _lp) \
75: 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.