Push some dynamic download/install dialog text into IDD_DESKTOP DIALOG resource
[cygwin-setup.git] / resource.h
blob4f1c3cf8114eaab92cf151ecda185f78b67e28d8
1 // Strings
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_ERR_CHDIR 114
17 #define IDS_OLD_SETUP_VERSION 115
18 #define IDS_DOWNLOAD_INCOMPLETE 116
19 #define IDS_INSTALL_INCOMPLETE 117
20 #define IDS_REBOOT_REQUIRED 118
21 #define IDS_CORRUPT_PACKAGE 119
22 #define IDS_INSTALL_ERROR 120
23 #define IDS_UNCAUGHT_EXCEPTION 122
24 #define IDS_UNCAUGHT_EXCEPTION_WITH_ERRNO 123
25 #define IDS_SKIP_PACKAGE 124
26 #define IDS_TRUSTKEEP_TOOLTIP 125
27 #define IDS_TRUSTCURR_TOOLTIP 127
28 #define IDS_TRUSTEXP_TOOLTIP 128
29 #define IDS_VIEWBUTTON_TOOLTIP 129
30 #define IDS_HIDEOBS_TOOLTIP 130
31 #define IDS_SIG_INVALID 131
32 #define IDS_CRYPTO_ERROR 132
33 #define IDS_SEARCH_TOOLTIP 133
34 #define IDS_LOCAL_DIR_DOWNLOAD 134
35 #define IDS_LOCAL_DIR_INSTALL 135
36 #define IDS_MAYBE_MKDIR 136
37 #define IDS_CANT_MKDIR 137
38 #define IDS_NO_LOCALDIR 138
39 #define IDS_ELEVATED 139
40 #define IDS_INSTALLEDB_VERSION 140
41 #define IDS_DOWNLOAD_INCOMPLETE_EXIT 141
42 #define IDS_QUERY_CORRUPT 142
43 #define IDS_TRUSTSYNC_TOOLTIP 143
44 #define IDS_NO_MIRROR_LST 144
45 #define IDS_PROGRESS_PROGRESS 145
46 #define IDS_PROGRESS_PACKAGE 146
47 #define IDS_PROGRESS_CONNECTING 147
48 #define IDS_PROGRESS_CHECKING 148
49 #define IDS_PROGRESS_DOWNLOADING 149
50 #define IDS_PROGRESS_PARSING 150
51 #define IDS_PROGRESS_PREREMOVE 151
52 #define IDS_PROGRESS_UNINSTALL 152
53 #define IDS_PROGRESS_INSTALL 153
54 #define IDS_PROGRESS_CALCULATING 154
55 #define IDS_PROGRESS_POSTINSTALL 155
56 #define IDS_PROGRESS_SOLVING 156
57 #define IDS_ACTION_DEFAULT 157
58 #define IDS_ACTION_SKIP 158
59 #define IDS_ACTION_KEEP 159
60 #define IDS_ACTION_INSTALL 160
61 #define IDS_ACTION_UNINSTALL 161
62 #define IDS_ACTION_REINSTALL 162
63 #define IDS_ACTION_RETRIEVE 163
64 #define IDS_ACTION_UNKNOWN 164
65 #define IDS_ACTION_SOURCE 165
66 #define IDS_VIEW_FULL 166
67 #define IDS_VIEW_PENDING 167
68 #define IDS_VIEW_UPTODATE 168
69 #define IDS_VIEW_NOTINSTALLED 169
70 #define IDS_VIEW_PICKED 170
71 #define IDS_VIEW_CATEGORY 171
72 #define IDS_COLUMN_PACKAGE 172
73 #define IDS_COLUMN_CURRENT 173
74 #define IDS_COLUMN_NEW 174
75 #define IDS_COLUMN_SOURCE 175
76 #define IDS_COLUMN_CATEGORIES 176
77 #define IDS_COLUMN_SIZE 177
78 #define IDS_COLUMN_DESCR 178
80 // Dialogs
82 #define IDD_SPLASH 200
83 #define IDD_ROOT 201
84 #define IDD_SOURCE 202
85 #define IDD_OTHER_URL 203
86 #define IDD_SITE 204
87 #define IDD_NET 205
88 #define IDD_PROXY_AUTH 206
89 #define IDD_NET_AUTH 207
90 #define IDD_FTP_AUTH 208
91 #define IDD_LOCAL_DIR 209
92 #define IDD_DLSTATUS 210
93 #define IDD_S_LOAD_INI 211
94 #define IDD_S_FROM_CWD 212
95 #define IDD_CHOOSE 213
96 #define IDD_S_DOWNLOAD 214
97 #define IDD_S_INSTALL 215
98 #define IDD_INSTATUS 216
99 #define IDD_S_POSTINSTALL 217
100 #define IDD_VIRUS 218
101 #define IDD_DESKTOP 219
102 #define IDD_PREREQ 220
103 #define IDD_DROPPED 221
104 #define IDD_POSTINSTALL 222
105 #define IDD_FILE_INUSE 223
106 #define IDD_DOWNLOAD_ERROR 224
107 #define IDD_CONFIRM 225
109 // icons
111 #define IDI_CYGWIN_SETUP 401
112 #define IDI_CYGWIN 402
113 #define IDI_CYGWIN_TERMINAL 403
114 #define IDI_TREE_PLUS 404
115 #define IDI_TREE_MINUS 405
117 // controls
119 #define IDC_STATIC -1
120 #define IDC_SOURCE_DOWNLOAD 500
121 #define IDC_SOURCE_NETINST 501
122 #define IDC_SOURCE_LOCALDIR 502
123 #define IDC_ROOT_DIR 503
124 #define IDC_ROOT_BROWSE 504
125 #define IDC_SOURCE_SUBTEXT 505
126 #define IDC_URL_LIST 507
127 #define IDC_SITE_NEXT 508
128 #define IDC_BACK 509
129 #define IDC_OTHER_URL 510
130 #define IDC_NET_PRECONFIG 511
131 #define IDC_NET_DIRECT 512
132 #define IDC_NET_PROXY 513
133 #define IDC_PROXY_HOST 514
134 #define IDC_PROXY_PORT 515
135 #define IDC_PROXY_USER 516
136 #define IDC_DLS_PROGRESS 517
137 #define IDC_DLS_URL 518
138 #define IDC_DLS_RATE 519
139 #define IDC_INS_PKG 520
140 #define IDC_INS_FILE 521
141 #define IDC_INS_DISKFULL 522
142 #define IDC_INS_IPROGRESS 523
143 #define IDC_INS_PPROGRESS 524
144 #define IDC_ROOT_SYSTEM 525
145 #define IDC_ROOT_USER 526
146 #define IDC_NET_USER 527
147 #define IDC_NET_PASSWD 528
148 #define IDC_VERSION 529
149 #define IDC_CHOOSE_VIEW 531
150 #define IDC_CHOOSE_EXP 532
151 #define IDC_CHOOSE_BEST 533
152 #define IDC_CHOOSE_LIST 535
153 #define IDC_INS_ACTION 536
154 #define IDC_ROOT_DESKTOP 537
155 #define IDC_ROOT_MENU 538
156 #define IDC_LOCAL_DIR_BROWSE 539
157 #define IDC_LOCAL_DIR 540
158 #define IDC_DLS_PPROGRESS 541
159 #define IDC_DLS_IPROGRESS 542
160 #define IDC_DLS_PROGRESS_TEXT 543
161 #define IDC_DLS_PPROGRESS_TEXT 544
162 #define IDC_DLS_IPROGRESS_TEXT 545
163 #define IDC_CHOOSE_INST_TEXT_DOWNLOAD 546
164 #define IDC_CHOOSE_VIEWCAPTION 547
165 #define IDC_INS_BL_PACKAGE 549
166 #define IDC_INS_BL_TOTAL 550
167 #define IDC_INS_BL_DISK 551
168 #define IDC_STATIC_HEADER_TITLE 552
169 #define IDC_STATIC_WELCOME_TITLE 553
170 #define IDC_EDIT_USER_URL 554
171 #define IDC_BUTTON_ADD_URL 555
172 #define IDC_DISABLE_AV 556
173 #define IDC_LEAVE_AV 557
174 #define IDC_CHOOSE_KEEP 558
175 #define IDC_HEADICON 559
176 #define IDC_HEADSEPARATOR 560
177 #define IDC_SPLASH_URL 561
178 #define IDC_ROOTDIR_SUBTEXT 562
179 #define IDC_ROOTDIR_GRP 563
180 #define IDC_INSTALLFOR_GRP 564
181 #define IDC_ALLUSERS_TEXT 565
182 #define IDC_JUSTME_TEXT 566
183 #define IDC_LOCALDIR_GRP 570
184 #define IDC_SPLASH_TEXT 571
185 #define IDC_SPLASH_ICON 572
186 #define IDC_SPLASH_COPYR 573
187 #define IDC_SITE_USERURL 574
188 #define IDC_CHOOSE_HIDE 575
189 #define IDC_PREREQ_TEXT 576
190 #define IDC_PREREQ_EDIT 577
191 #define IDC_PREREQ_CHECK 578
192 #define IDC_DROP_MIRRORS 579
193 #define IDC_DROP_NOWARN 580
194 #define IDC_DESKTOP_SEPARATOR 581
195 #define IDC_STATUS_HEADER 582
196 #define IDC_STATUS 583
197 #define IDC_STATIC_HEADER 584
198 #define IDC_CHOOSE_SEARCH_EDIT 585
199 #define IDC_CHOOSE_SEARCH_LABEL 586
200 #define IDC_CHOOSE_CLEAR_SEARCH 587
201 #define IDC_LOCAL_DIR_DESC 588
202 #define IDC_POSTINSTALL_EDIT 589
203 #define IDC_FILE_INUSE_EDIT 590
204 #define IDC_FILE_INUSE_MSG 591
205 #define IDC_FILE_INUSE_HELP 592
206 #define IDC_DOWNLOAD_EDIT 594
207 #define IDC_CHOOSE_DO_SEARCH 595
208 #define IDC_CHOOSE_SYNC 596
209 #define IDC_CONFIRM_EDIT 597
210 #define IDC_CHOOSE_INST_TEXT_INSTALL 598
211 #define IDC_DESKTOP_HEADER_DOWNLOAD 599
212 #define IDC_DESKTOP_HEADER_TITLE_DOWNLOAD 600
213 #define IDC_DESKTOP_HEADER_INSTALL 601
214 #define IDC_DESKTOP_HEADER_TITLE_INSTALL 602