Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wine-mirror
GitHub Repository: wine-mirror/wine
Path: blob/master/dlls/browseui/resids.h
5968 views
1
/*
2
* Copyright 2007 Mikolaj Zalewski
3
*
4
* This library is free software; you can redistribute it and/or
5
* modify it under the terms of the GNU Lesser General Public
6
* License as published by the Free Software Foundation; either
7
* version 2.1 of the License, or (at your option) any later version.
8
*
9
* This library is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
* Lesser General Public License for more details.
13
*
14
* You should have received a copy of the GNU Lesser General Public
15
* License along with this library; if not, write to the Free Software
16
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17
*/
18
19
#include "windef.h"
20
#include "winuser.h"
21
#include "commctrl.h"
22
23
#define IDS_CANCELLING 16
24
#define IDS_REMAINING1 17
25
#define IDS_REMAINING2 18
26
#define IDS_SECONDS 19
27
#define IDS_MINUTES 20
28
#define IDS_HOURS 21
29
30
#define IDC_ANIMATION 100
31
#define IDC_PROGRESS_BAR 102
32
#define IDC_TEXT_LINE 103
33
34
#define IDD_PROGRESS_DLG 100
35
36