diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 19:52:35 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 19:52:35 +0000 |
commit | f70de8a744fc70811bfb5a9c8202505f9f43ff8a (patch) | |
tree | 899d6d4a8b863e83887a78982c5d8843409e7c68 /media/player/resource.h | |
parent | 0cb941091a7bd3ae1fbb909330d73001afa7f5f3 (diff) | |
download | chromium_src-f70de8a744fc70811bfb5a9c8202505f9f43ff8a.zip chromium_src-f70de8a744fc70811bfb5a9c8202505f9f43ff8a.tar.gz chromium_src-f70de8a744fc70811bfb5a9c8202505f9f43ff8a.tar.bz2 |
Media player adds seek menu and dialog.
Review URL: http://codereview.chromium.org/115692
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16778 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/player/resource.h')
-rw-r--r-- | media/player/resource.h | 146 |
1 files changed, 80 insertions, 66 deletions
diff --git a/media/player/resource.h b/media/player/resource.h index c0f6186..fd47fe4 100644 --- a/media/player/resource.h +++ b/media/player/resource.h @@ -1,66 +1,80 @@ -//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by player_wtl.rc
-//
-#define IDD_ABOUTBOX 100
-#define IDR_MAINFRAME 128
-#define IDR_MAINFRAME2 128
-#define IDR_MAINFRAME3 128
-#define IDR_MAINFRAME4 128
-#define IDR_CONTEXTMENU 201
-#define IDD_PROP_PAGE1 202
-#define IDD_PROP_PAGE2 203
-#define IDD_PROP_PAGE3 204
-#define IDC_TYPE 1001
-#define IDC_WIDTH 1002
-#define IDC_HEIGHT 1003
-#define IDC_HORRES 1004
-#define IDC_VERTRES 1005
-#define IDC_BITDEPTH 1006
-#define IDC_COMPRESSION 1008
-#define IDC_FILELOCATION 1009
-#define IDC_FILESIZE 1010
-#define IDC_FILEDATE 1011
-#define IDC_FILEATTRIB 1012
-#define ID_RECENT_BTN 32777
-#define ID_VIEW_PROPERTIES 32778
-#define ID_VIEW_MEDIADETAILS 32780
-#define ID_PLAY_PLAY 32781
-#define ID_PLAY_PLAY_PAUSE 32782
-#define ID_OPTIONS_MMX 32789
-#define ID_OPTIONS_OPENMP 32790
-#define ID_OPTIONS_SWSCALER 32791
-#define ID_OPTIONS_DRAW 32792
-#define ID_OPTIONS_AUDIO 32793
-#define ID_OPTIONS_DUMPYUVFILE 32794
-#define ID_Menu 32795
-#define ID_VIEW_QUARTERSIZE 32815
-#define ID_VIEW_HALFSIZE 32816
-#define ID_VIEW_NORMALSIZE 32817
-#define ID_VIEW_DOUBLESIZE 32818
-#define ID_VIEW_TRIPLESIZE 32819
-#define ID_VIEW_QUADRUPLESIZE 32820
-#define ID_VIEW_FITTOSCREEN 32821
-#define ID_VIEW_FULLSCREEN 32822
-#define ID_PLAY_HALFSPEED 32801
-#define ID_PLAY_NORMALSPEED 32802
-#define ID_PLAY_DOUBLESPEED 32803
-#define ID_FILE_LAST 32804
-#define ID_Menu32806 32806
-#define ID_VIEW_ROTATE0 32807
-#define ID_VIEW_ROTATE90 32808
-#define ID_VIEW_ROTATE180 32809
-#define ID_VIEW_ROTATE270 32810
-#define ID_VIEW_MIRROR_HORIZONTAL 32811
-#define ID_VIEW_MIRROR_VERTICAL 32812
-
-// Next default values for new objects
-//
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 203
-#define _APS_NEXT_COMMAND_VALUE 32823
-#define _APS_NEXT_CONTROL_VALUE 1013
-#define _APS_NEXT_SYMED_VALUE 101
-#endif
-#endif
+//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by player_wtl.rc +// +#define IDD_ABOUTBOX 100 +#define IDR_MAINFRAME 128 +#define IDR_MAINFRAME2 128 +#define IDR_MAINFRAME3 128 +#define IDR_MAINFRAME4 128 +#define IDR_CONTEXTMENU 201 +#define IDD_PROP_PAGE1 202 +#define IDD_PROP_PAGE2 203 +#define IDD_PROP_PAGE3 204 +#define IDD_SEEK 205 +#define IDC_TYPE 1001 +#define IDC_WIDTH 1002 +#define IDC_HEIGHT 1003 +#define IDC_HORRES 1004 +#define IDC_VERTRES 1005 +#define IDC_BITDEPTH 1006 +#define IDC_COMPRESSION 1008 +#define IDC_FILELOCATION 1009 +#define IDC_FILESIZE 1010 +#define IDC_FILEDATE 1011 +#define IDC_FILEATTRIB 1012 +#define IDC_FILEDURATION 1013 +#define IDC_SEEKSLIDER 1013 +#define IDC_SEEKLOCATION 1014 +#define ID_RECENT_BTN 32777 +#define ID_VIEW_PROPERTIES 32778 +#define ID_VIEW_MEDIADETAILS 32780 +#define ID_PLAY_PLAY 32781 +#define ID_PLAY_PLAY_PAUSE 32782 +#define ID_OPTIONS_EXIT 32840 +#define ID_OPTIONS_OPENMP 32790 +#define ID_OPTIONS_SWSCALER 32791 +#define ID_OPTIONS_DRAW 32792 +#define ID_OPTIONS_AUDIO 32793 +#define ID_OPTIONS_DUMPYUVFILE 32794 +#define ID_Menu 32795 +#define ID_FILE_LAST 32804 +#define ID_Menu32806 32806 +#define ID_VIEW_ROTATE0 32807 +#define ID_VIEW_ROTATE90 32808 +#define ID_VIEW_ROTATE180 32809 +#define ID_VIEW_ROTATE270 32810 +#define ID_VIEW_MIRROR_HORIZONTAL 32811 +#define ID_VIEW_MIRROR_VERTICAL 32812 +#define ID_VIEW_QUARTERSIZE 32815 +#define ID_VIEW_HALFSIZE 32816 +#define ID_VIEW_NORMALSIZE 32817 +#define ID_VIEW_DOUBLESIZE 32818 +#define ID_VIEW_TRIPLESIZE 32819 +#define ID_VIEW_QUADRUPLESIZE 32820 +#define ID_VIEW_FITTOSCREEN 32821 +#define ID_VIEW_FULLSCREEN 32822 +#define ID_PLAY_HALFSPEED 32823 +#define ID_PLAY_NORMALSPEED 32824 +#define ID_PLAY_DOUBLESPEED 32825 +#define ID_PLAY_TRIPLESPEED 32826 +#define ID_PLAY_QUADRUPLESPEED 32827 +#define ID_PLAY_EIGHTSPEED 32828 +#define ID_PLAY_SIXTEENSPEED 32829 +#define ID_PLAY_STEP_FORWARD 32830 +#define ID_PLAY_STEP_BACKWARD 32831 +#define ID_PLAY_GOTO_FRAME 32836 +#define ID_PLAY_GOTO_START 32838 +#define ID_PLAY_GOTO_END 32839 + + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 206 +#define _APS_NEXT_COMMAND_VALUE 32842 +#define _APS_NEXT_CONTROL_VALUE 1014 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |