|
|
1.1 root 1: /***************************************************************************
2: * *
3: * FILE : Client.rc *
4: * *
5: * DESCRIPTION : Resource script file for Client. *
6: * *
7: ***************************************************************************/
8:
9: #include "client.h"
10:
11: IDCLIENT ICON client.ico
12: IDCONV ICON conv.ico
13: IDLIST ICON list.ico
14:
15: /* frame window menu */
16:
17: IDCLIENT MENU
18: BEGIN
19: POPUP "&Edit"
20: BEGIN
21: MENUITEM "&PasteLink", IDM_EDITPASTE
22: END
23: POPUP "&DDE"
24: BEGIN
25: MENUITEM "&Connect...", IDM_CONNECT
26: MENUITEM "&Reconnect...", IDM_RECONNECT
27: MENUITEM "&Disconnect\tDel", IDM_DISCONNECT GRAYED
28: MENUITEM "&Start Transaction", IDM_TRANSACT
29: MENUITEM "&Abandon Transaction\tShift-Del", IDM_ABANDON
30: POPUP "&Block"
31: BEGIN
32: MENUITEM "&Block this conversation", IDM_BLOCKCURRENT
33: MENUITEM "&Enable this conversation", IDM_ENABLECURRENT
34: MENUITEM "E&nable one callback, this conversation", IDM_ENABLEONECURRENT
35: MENUITEM SEPARATOR
36: MENUITEM "B&lock all conversations", IDM_BLOCKALLCBS
37: MENUITEM "En&able all conversations", IDM_ENABLEALLCBS
38: MENUITEM "Enable &one callback, any conversation", IDM_ENABLEONECB
39: MENUITEM SEPARATOR
40: MENUITEM "Block ne&xt callback", IDM_BLOCKNEXTCB
41: MENUITEM "Terminate nex&t callback", IDM_TERMNEXTCB
42: END
43: END
44: POPUP "&Options"
45: BEGIN
46: MENUITEM "&Default Synchronous timeout...", IDM_TIMEOUT
47: MENUITEM "&Response delay...", IDM_DELAY
48: MENUITEM "&Set Prefered Context...", IDM_CONTEXT
49: MENUITEM "Re&connect terminating servers", IDM_AUTORECONNECT
50: END
51: POPUP "&Window"
52: BEGIN
53: MENUITEM "&Tile transactions", IDM_XACTTILE
54: MENUITEM "&Cascade transactions", IDM_XACTCASCADE
55: MENUITEM "C&lose all transactions", IDM_ABANDONALL
56: MENUITEM "T&ile conversations", IDM_WINDOWTILE
57: MENUITEM "C&ascade conversations", IDM_WINDOWCASCADE
58: MENUITEM "A&rrange Icons", IDM_WINDOWICONS
59: MENUITEM "Cl&ose all conversations", IDM_WINDOWCLOSEALL
60: END
61: MENUITEM "&About...", IDM_HELPABOUT
62: END
63:
64:
65:
66:
67: /* frame menu accelerators */
68:
69: IDCLIENT ACCELERATORS
70: BEGIN
71: VK_DELETE, IDM_DISCONNECT, VIRTKEY
72: VK_DELETE, IDM_ABANDON, VIRTKEY, SHIFT
73: VK_INSERT, IDM_EDITPASTE, VIRTKEY, SHIFT
74: VK_F1, IDM_HELP, VIRTKEY
75: END
76:
77:
78:
79: STRINGTABLE
80: BEGIN
81:
82: IDS_ILLFNM , "Invalid filename: '%s'"
83: IDS_ADDEXT , ".TXT"
84: IDS_CLOSESAVE , "%s has been changed. Save file before closing?"
85: IDS_HELPNOTAVAIL , "Can't load Windows Help application"
86: IDS_CLIENTTITLE , " - "
87: IDS_APPNAME , "DDEML Client"
88: IDS_DDEMLERR , "DDEML Error - %s"
89: IDS_BADLENGTH , "Invalid length value string. Reenter or cancel."
90:
91: END
92:
93: #include "client.dlg"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.