]> cygwin.com Git - cygwin-apps/setup.git/blob - resource.h
* Makefile.am: Treat libgetopt++ as full-fledged SUBDIRS.
[cygwin-apps/setup.git] / resource.h
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
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
33 #define IDS_HIDEOBS_TOOLTIP 130
34 #define IDS_SIG_INVALID 131
35 #define IDS_CRYPTO_ERROR 132
36 #define IDS_SEARCH_TOOLTIP 133
37 #define IDS_LOCAL_DIR_DOWNLOAD 134
38 #define IDS_LOCAL_DIR_INSTALL 135
39 #define IDS_MAYBE_MKDIR 136
40 #define IDS_CANT_MKDIR 137
41 #define IDS_NO_CWD 138
42
43 // Dialogs
44
45 #define IDD_SPLASH 200
46 #define IDD_ROOT 201
47 #define IDD_SOURCE 202
48 #define IDD_OTHER_URL 203
49 #define IDD_SITE 204
50 #define IDD_NET 205
51 #define IDD_PROXY_AUTH 206
52 #define IDD_NET_AUTH 207
53 #define IDD_FTP_AUTH 208
54 #define IDD_LOCAL_DIR 209
55 #define IDD_DLSTATUS 210
56 #define IDD_S_LOAD_INI 211
57 #define IDD_S_FROM_CWD 212
58 #define IDD_CHOOSE 213
59 #define IDD_S_DOWNLOAD 214
60 #define IDD_S_INSTALL 215
61 #define IDD_INSTATUS 216
62 #define IDD_S_POSTINSTALL 217
63 #define IDD_VIRUS 218
64 #define IDD_DESKTOP 219
65 #define IDD_PREREQ 220
66 #define IDD_DROPPED 221
67 #define IDD_POSTINSTALL 222
68
69 // Bitmaps
70
71 #define IDB_SPIN 300
72 #define IDB_CHECK_YES 301
73 #define IDB_CHECK_NO 302
74 #define IDB_CHECK_NA 303
75 #define IDB_TREE_PLUS 304
76 #define IDB_TREE_MINUS 305
77
78 // icons
79
80 #define IDI_SPIN 400
81 #define IDI_CYGWIN 401
82
83 // controls
84
85 #define IDC_STATIC -1
86 #define IDC_SOURCE_DOWNLOAD 500
87 #define IDC_SOURCE_NETINST 501
88 #define IDC_SOURCE_CWD 502
89 #define IDC_ROOT_DIR 503
90 #define IDC_ROOT_BROWSE 504
91 #define IDC_ROOT_TEXT 505
92 #define IDC_ROOT_BINARY 506
93 #define IDC_URL_LIST 507
94 #define IDC_SITE_NEXT 508
95 #define IDC_BACK 509
96 #define IDC_OTHER_URL 510
97 #define IDC_NET_IE5 511
98 #define IDC_NET_DIRECT 512
99 #define IDC_NET_PROXY 513
100 #define IDC_PROXY_HOST 514
101 #define IDC_PROXY_PORT 515
102 #define IDC_PROXY_USER 516
103 #define IDC_DLS_PROGRESS 517
104 #define IDC_DLS_URL 518
105 #define IDC_DLS_RATE 519
106 #define IDC_INS_PKG 520
107 #define IDC_INS_FILE 521
108 #define IDC_INS_DISKFULL 522
109 #define IDC_INS_IPROGRESS 523
110 #define IDC_INS_PPROGRESS 524
111 #define IDC_ROOT_SYSTEM 525
112 #define IDC_ROOT_USER 526
113 #define IDC_NET_USER 527
114 #define IDC_NET_PASSWD 528
115 #define IDC_VERSION 529
116 #define IDC_LISTVIEW_POS 530
117 #define IDC_CHOOSE_VIEW 531
118 #define IDC_CHOOSE_EXP 532
119 #define IDC_CHOOSE_CURR 533
120 #define IDC_CHOOSE_PREV 534
121 #define IDC_CHOOSE_LIST 535
122 #define IDC_INS_ACTION 536
123 #define IDC_ROOT_DESKTOP 537
124 #define IDC_ROOT_MENU 538
125 #define IDC_LOCAL_DIR_BROWSE 539
126 #define IDC_LOCAL_DIR 540
127 #define IDC_DLS_PPROGRESS 541
128 #define IDC_DLS_IPROGRESS 542
129 #define IDC_DLS_PROGRESS_TEXT 543
130 #define IDC_DLS_PPROGRESS_TEXT 544
131 #define IDC_DLS_IPROGRESS_TEXT 545
132 #define IDC_CHOOSE_INST_TEXT 546
133 #define IDC_CHOOSE_VIEWCAPTION 547
134 #define IDC_CHOOSE_LISTHEADER 548
135 #define IDC_INS_BL_PACKAGE 549
136 #define IDC_INS_BL_TOTAL 550
137 #define IDC_INS_BL_DISK 551
138 #define IDC_STATIC_HEADER_TITLE 552
139 #define IDC_STATIC_WELCOME_TITLE 553
140 #define IDC_EDIT_USER_URL 554
141 #define IDC_BUTTON_ADD_URL 555
142 #define IDC_DISABLE_AV 556
143 #define IDC_LEAVE_AV 557
144 #define IDC_CHOOSE_KEEP 558
145 #define IDC_HEADICON 559
146 #define IDC_HEADSEPARATOR 560
147 #define IDC_SPLASH_URL 561
148 #define IDC_FILEMODES_LINK 562
149 #define IDC_ROOTDIR_GRP 563
150 #define IDC_INSTALLFOR_GRP 564
151 #define IDC_ALLUSERS_TEXT 565
152 #define IDC_JUSTME_TEXT 566
153 #define IDC_MODE_GRP 567
154 #define IDC_MODE_TEXT 568
155 #define IDC_MODE_BIN 569
156 #define IDC_LOCALDIR_GRP 570
157 #define IDC_SPLASH_TEXT 571
158 #define IDC_SPLASH_ICON 572
159 #define IDC_SPLASH_COPYR 573
160 #define IDC_SITE_USERURL 574
161 #define IDC_CHOOSE_HIDE 575
162 #define IDC_PREREQ_TEXT 576
163 #define IDC_PREREQ_EDIT 577
164 #define IDC_PREREQ_CHECK 578
165 #define IDC_DROP_MIRRORS 579
166 #define IDC_DROP_NOWARN 580
167 #define IDC_DESKTOP_SEPARATOR 581
168 #define IDC_STATUS_HEADER 582
169 #define IDC_STATUS 583
170 #define IDC_STATIC_HEADER 584
171 #define IDC_CHOOSE_SEARCH_EDIT 585
172 #define IDC_CHOOSE_SEARCH_LABEL 586
173 #define IDC_CHOOSE_CLEAR_SEARCH 587
174 #define IDC_LOCAL_DIR_DESC 588
175 #define IDC_POSTINSTALL_EDIT 589
This page took 0.039641 seconds and 5 git commands to generate.