1 /******************************************************************************
2 * dlgs.h - Common dialog's dialog control ID numbers *
3 ******************************************************************************/
8 #define ctlFirst 0x0400
62 /* Groups, frames, rectangles, and icons */
173 /* These dialog resource ordinals really start at 0x0600, but the
174 * RC Compiler can't handle hex for resource IDs, hence the decimal.
176 #define FILEOPENORD 1536
177 #define MULTIFILEOPENORD 1537
178 #define PRINTDLGORD 1538
179 #define PRNSETUPDLGORD 1539
180 #define FINDDLGORD 1540
181 #define REPLACEDLGORD 1541
182 #define FONTDLGORD 1542
183 #define FORMATDLGORD31 1543
184 #define FORMATDLGORD30 1544
187 #define IDD_OPENDIALOG 101
188 #define IDD_SAVEDIALOG 201
189 #define IDS_ABOUTBOX 101
190 #define IDS_DOCUMENTFOLDERS 102
191 #define IDS_PERSONAL 103
192 #define IDS_FAVORITES 104
194 #define IDS_DESKTOP 106
195 #define IDB_TOOLBAR 107
196 #define IDS_FONTS 108
197 #define IDS_MYCOMPUTER 110
198 #define IDS_SYSTEMFOLDERS 112
199 #define IDS_LOCALHARDRIVES 113
200 #define IDS_FILENOTFOUND 114
201 #define IDS_VERIFYFILE 115
202 #define IDS_CREATEFILE 116
203 #define IDC_OPENREADONLY 0x410
204 #define IDC_FILETYPESTATIC 0x441
205 #define IDC_FILENAMESTATIC 0x442
206 #define IDC_LOOKINSTATIC 0x443
207 #define IDC_SHELLSTATIC 0x461
208 #define IDC_FILETYPE 0x470
209 #define IDC_LOOKIN 0x471
210 #define IDC_FILENAME 0x480
211 #define IDC_UPFOLDER 1009
212 #define IDC_NEWFOLDER 1010
213 #define IDC_LIST 1011
214 #define IDC_DETAILS 1014
216 #endif /* #ifdef __WINE_DLGS_H */