]> cygwin.com Git - cygwin-apps/setup.git/blame - resource.h
2005-05-21 Brian Dessent <brian@dessent.net>
[cygwin-apps/setup.git] / resource.h
CommitLineData
9a8a04fc
BD
1// Strings
2
3#define IDS_ROOT_SLASH 100
4#define IDS_ROOT_SPACE 101
5#define IDS_MIRROR_LST 102
6#define IDS_ERR_OPEN_WRITE 103
7#define IDS_SETUPINI_MISSING 104
8#define IDS_OLD_SETUPINI 105
9#define IDS_NOTHING_INSTALLED 106
10#define IDS_INSTALL_COMPLETE 107
11#define IDS_ERR_OPEN_READ 108
12#define IDS_ROOT_ABSOLUTE 109
13#define IDS_DOWNLOAD_COMPLETE 110
14#define IDS_NOLOGFILE 111
15#define IDS_UNINSTALL_COMPLETE 112
16#define IDS_WININET 113
17#define IDS_ERR_CHDIR 114
18#define IDS_OLD_SETUP_VERSION 115
19#define IDS_DOWNLOAD_INCOMPLETE 116
20#define IDS_INSTALL_INCOMPLETE 117
21#define IDS_REBOOT_REQUIRED 118
22#define IDS_CORRUPT_PACKAGE 119
23#define IDS_INSTALL_ERROR 120
24#define IDS_WINDOW_INIT_BADMSG 121
25#define IDS_UNCAUGHT_EXCEPTION 122
26#define IDS_UNCAUGHT_EXCEPTION_WITH_ERRNO 123
27#define IDS_SKIP_PACKAGE 124
37f49caf
BD
28#define IDS_TRUSTKEEP_TOOLTIP 125
29#define IDS_TRUSTPREV_TOOLTIP 126
30#define IDS_TRUSTCURR_TOOLTIP 127
31#define IDS_TRUSTEXP_TOOLTIP 128
32#define IDS_VIEWBUTTON_TOOLTIP 129
9a8a04fc
BD
33
34// Dialogs
35
36#define IDD_SPLASH 200
37#define IDD_ROOT 201
38#define IDD_SOURCE 202
39#define IDD_OTHER_URL 203
40#define IDD_SITE 204
41#define IDD_NET 205
42#define IDD_PROXY_AUTH 206
43#define IDD_NET_AUTH 207
44#define IDD_FTP_AUTH 208
45#define IDD_LOCAL_DIR 209
46#define IDD_DLSTATUS 210
47#define IDD_S_LOAD_INI 211
48#define IDD_S_FROM_CWD 212
49#define IDD_CHOOSE 213
50#define IDD_S_DOWNLOAD 214
51#define IDD_S_INSTALL 215
52#define IDD_INSTATUS 216
53#define IDD_S_POSTINSTALL 217
54#define IDD_VIRUS 218
55#define IDD_DESKTOP 219
82306ac2 56#define IDD_PREREQ 220
9a8a04fc
BD
57
58// Bitmaps
59
60#define IDB_SPIN 300
82306ac2
BD
61#define IDB_CHECK_YES 301
62#define IDB_CHECK_NO 302
63#define IDB_CHECK_NA 303
64#define IDB_TREE_PLUS 304
65#define IDB_TREE_MINUS 305
9a8a04fc
BD
66
67// icons
68
69#define IDI_SPIN 400
70#define IDI_CYGWIN 401
71
72// controls
73
74#define IDC_STATIC -1
75#define IDC_SOURCE_DOWNLOAD 500
76#define IDC_SOURCE_NETINST 501
77#define IDC_SOURCE_CWD 502
78#define IDC_ROOT_DIR 503
79#define IDC_ROOT_BROWSE 504
80#define IDC_ROOT_TEXT 505
81#define IDC_ROOT_BINARY 506
82#define IDC_URL_LIST 507
83#define IDC_SITE_NEXT 508
84#define IDC_BACK 509
85#define IDC_OTHER_URL 510
86#define IDC_NET_IE5 511
87#define IDC_NET_DIRECT 512
88#define IDC_NET_PROXY 513
89#define IDC_PROXY_HOST 514
90#define IDC_PROXY_PORT 515
91#define IDC_PROXY_USER 516
92#define IDC_DLS_PROGRESS 517
93#define IDC_DLS_URL 518
94#define IDC_DLS_RATE 519
95#define IDC_INS_PKG 520
96#define IDC_INS_FILE 521
97#define IDC_INS_DISKFULL 522
98#define IDC_INS_IPROGRESS 523
99#define IDC_INS_PPROGRESS 524
100#define IDC_ROOT_SYSTEM 525
101#define IDC_ROOT_USER 526
102#define IDC_NET_USER 527
103#define IDC_NET_PASSWD 528
104#define IDC_VERSION 529
105#define IDC_LISTVIEW_POS 530
106#define IDC_CHOOSE_VIEW 531
107#define IDC_CHOOSE_EXP 532
108#define IDC_CHOOSE_CURR 533
109#define IDC_CHOOSE_PREV 534
110#define IDC_CHOOSE_LIST 535
111#define IDC_INS_ACTION 536
112#define IDC_ROOT_DESKTOP 537
113#define IDC_ROOT_MENU 538
114#define IDC_LOCAL_DIR_BROWSE 539
115#define IDC_LOCAL_DIR 540
116#define IDC_DLS_PPROGRESS 541
117#define IDC_DLS_IPROGRESS 542
118#define IDC_DLS_PROGRESS_TEXT 543
119#define IDC_DLS_PPROGRESS_TEXT 544
120#define IDC_DLS_IPROGRESS_TEXT 545
121#define IDC_CHOOSE_INST_TEXT 546
122#define IDC_CHOOSE_VIEWCAPTION 547
123#define IDC_CHOOSE_LISTHEADER 548
124#define IDC_INS_BL_PACKAGE 549
125#define IDC_INS_BL_TOTAL 550
126#define IDC_INS_BL_DISK 551
127#define IDC_STATIC_HEADER_TITLE 552
128#define IDC_STATIC_WELCOME_TITLE 553
129#define IDC_EDIT_USER_URL 554
130#define IDC_BUTTON_ADD_URL 555
131#define IDC_DISABLE_AV 556
132#define IDC_LEAVE_AV 557
133#define IDC_CHOOSE_KEEP 558
134#define IDC_HEADICON 559
135#define IDC_HEADSEPARATOR 560
136#define IDC_SPLASH_URL 561
137#define IDC_FILEMODES_LINK 562
138#define IDC_ROOTDIR_GRP 563
139#define IDC_INSTALLFOR_GRP 564
140#define IDC_ALLUSERS_TEXT 565
141#define IDC_JUSTME_TEXT 566
142#define IDC_MODE_GRP 567
143#define IDC_MODE_TEXT 568
144#define IDC_MODE_BIN 569
145#define IDC_LOCALDIR_GRP 570
146#define IDC_SPLASH_TEXT 571
147#define IDC_SPLASH_ICON 572
148#define IDC_SPLASH_COPYR 573
82306ac2
BD
149#define IDC_SITE_USERURL 574
150#define IDC_CHOOSE_HIDE 575
151#define IDC_PREREQ_TEXT 576
152#define IDC_PREREQ_EDIT 577
153#define IDC_PREREQ_CHECK 578
This page took 0.404863 seconds and 5 git commands to generate.