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