~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to Gui/win32/dialogs.h

  • Committer: William Grant
  • Date: 2007-02-03 03:16:07 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: william.grant@ubuntu.org.au-20070203031607-08gc2ompbz6spt9i
Update to 1.0rc1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  MPlayer Gui for win32
 
3
  Copyright (c) 2003 Sascha Sommer <saschasommer@freenet.de>
 
4
  Copyright (c) 2006 Erik Augustson <erik_27can@yahoo.com>
 
5
  Copyright (c) 2006 Gianluigi Tiesi <sherpya@netfarm.it>
 
6
 
 
7
  This program is free software; you can redistribute it and/or modify
 
8
  it under the terms of the GNU General Public License as published by
 
9
  the Free Software Foundation; either version 2 of the License, or
 
10
  (at your option) any later version.
 
11
 
 
12
  This program is distributed in the hope that it will be useful,
 
13
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
  GNU General Public License for more details.
 
16
 
 
17
  You should have received a copy of the GNU General Public License
 
18
  along with this program; if not, write to the Free Software
 
19
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA
 
20
*/
 
21
 
 
22
#ifndef _DIALOGS_H
 
23
#define _DIALOGS_H
 
24
 
 
25
#define TBS_TOOLTIPS   0x0100
 
26
#define WM_SYSTRAY     (WM_USER+1)
 
27
#define UDM_SETRANGE32 (WM_USER+111)
 
28
#define UDM_GETRANGE32 (WM_USER+112)
 
29
#define UDM_SETPOS32   (WM_USER+113)
 
30
#define UDM_GETPOS32   (WM_USER+114)
 
31
 
 
32
#define SOLID_GREY (HBRUSH) CreateSolidBrush(RGB(232, 232, 232))
 
33
#define SOLID_GREY2 (HBRUSH) CreateSolidBrush(RGB(175, 175, 175))
 
34
 
 
35
#define gfree free
 
36
 
 
37
#define MAXFILE 1024
 
38
 
 
39
#define COPYRIGHT   "               MPlayer GUI for Windows\n\n" \
 
40
                    "     Copyright (c) 2003 Sascha Sommer\n" \
 
41
                    "     Copyright (c) 2006 Erik Augustson\n" \
 
42
                    "     Copyright (c) 2006 Gianluigi Tiesi"
 
43
 
 
44
#define ONLINE_HELP_URL      "http://www.mplayerhq.hu/DOCS/HTML/en/index.html"
 
45
 
 
46
#define ID_OK                12
 
47
#define ID_APPLY             13
 
48
#define ID_CANCEL            14
 
49
#define ID_CLOSE             15
 
50
#define ID_DEFAULTS          16
 
51
#define ID_VO_DRIVER         17
 
52
#define ID_AO_DRIVER         18
 
53
#define ID_DOUBLE            19
 
54
#define ID_DIRECT            20
 
55
#define ID_FRAMEDROP         21
 
56
#define ID_NORMALIZE         22
 
57
#define ID_SOFTMIX           23
 
58
#define ID_EXTRASTEREO       24
 
59
#define ID_TRACKBAR1         25
 
60
#define ID_TRACKBAR2         26
 
61
#define ID_UPDOWN1           27
 
62
#define ID_UPDOWN2           28
 
63
#define ID_EDIT1             29
 
64
#define ID_EDIT2             30
 
65
#define ID_CACHE             31
 
66
#define ID_AUTOSYNC          32
 
67
#define ID_NONE              33
 
68
#define ID_OSD1              34
 
69
#define ID_OSD2              35
 
70
#define ID_OSD3              36
 
71
#define ID_DVDDEVICE         37
 
72
#define ID_CDDEVICE          38
 
73
#define ID_PRIO              39
 
74
#define ID_URL               40
 
75
#define ID_TITLESEL          41
 
76
#define ID_UP                42
 
77
#define ID_DOWN              43
 
78
#define ID_REMOVE            44
 
79
#define ID_ADDFILE           45
 
80
#define ID_TRACKLIST         46
 
81
#define ID_SUBTITLE          47
 
82
#define ID_PLAYLISTLOAD      48
 
83
#define ID_PLAYLISTSAVE      49
 
84
#define ID_ADDURL            50
 
85
#define ID_DIR               51
 
86
#define ID_PLAY              52
 
87
#define ID_STOP              53
 
88
#define ID_SEEKF             54
 
89
#define ID_SEEKB             55
 
90
#define ID_NTRACK            56
 
91
#define ID_PTRACK            57
 
92
#define ID_PLAYLIST          58
 
93
#define ID_CLEAR             59
 
94
#define ID_SHOWHIDE          60
 
95
#define ID_SKINBROWSER       61
 
96
#define ID_KEYHELP           62
 
97
#define ID_ONLINEHELP        63
 
98
#define ID_CHAPTERSEL        64
 
99
#define ID_PREFS             65
 
100
#define TRAYMENU             66
 
101
#define IDFILE_OPEN          67
 
102
#define IDEXIT               68
 
103
#define IDURL_OPEN           69
 
104
#define IDDIR_OPEN           70
 
105
#define IDFILE_NEW           71
 
106
#define IDFILE_SAVE          72
 
107
#define IDHELP_ABOUT         73
 
108
#define IDSUBTITLE_OPEN      74
 
109
#define IDPLAYDISK           75
 
110
#define ID_CONSOLE           76
 
111
#define ID_EQ0               77
 
112
#define ID_EQ1               78
 
113
#define ID_EQ2               79
 
114
#define ID_EQ3               80
 
115
#define IDSUB_TOGGLE         81
 
116
#define IDSUB_CYCLE          82
 
117
#define ID_ASPECT1           83
 
118
#define ID_ASPECT2           84
 
119
#define ID_ASPECT3           85
 
120
#define ID_ASPECT4           86
 
121
#define ID_SUBWINDOW         87
 
122
#define ID_TIMER             88
 
123
#define ID_MUTE              89
 
124
#define ID_FULLSCREEN        90
 
125
 
 
126
/* gtk emulation */
 
127
#define GTK_MB_FATAL         0x1
 
128
#define GTK_MB_ERROR         0x2
 
129
#define GTK_MB_WARNING       0x4
 
130
#define GTK_MB_SIMPLE        0x8
 
131
 
 
132
#endif