diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 01:20:29 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 01:20:29 +0000 |
commit | 6ca5d06982ec5e58f4742ba1476433e6c2b2171b (patch) | |
tree | 1104dda55dbeeb4014edb044d5d8f748d2f7165e /media/player | |
parent | 3df393b3ff90f86df612eb995511c81851e088b2 (diff) | |
download | chromium_src-6ca5d06982ec5e58f4742ba1476433e6c2b2171b.zip chromium_src-6ca5d06982ec5e58f4742ba1476433e6c2b2171b.tar.gz chromium_src-6ca5d06982ec5e58f4742ba1476433e6c2b2171b.tar.bz2 |
media player resource header file. Mechanically generated.
Review URL: http://codereview.chromium.org/99107
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/player')
-rw-r--r-- | media/player/resource.h | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/media/player/resource.h b/media/player/resource.h new file mode 100644 index 0000000..b71887f --- /dev/null +++ b/media/player/resource.h @@ -0,0 +1,57 @@ +// {{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by player_wtl.rc
+// This file is in Microsoft coding style.
+
+#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_FILE_LAST 32804
+#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 32796
+#define ID_VIEW_HALFSIZE 32795
+#define ID_VIEW_NORMALSIZE 32797
+#define ID_VIEW_DOUBLESIZE 32798
+#define ID_VIEW_FITTOSCREEN 32799
+#define ID_VIEW_FULLSCREEN 32800
+#define ID_PLAY_HALFSPEED 32801
+#define ID_PLAY_NORMALSPEED 32802
+#define ID_PLAY_DOUBLESPEED 32803
+
+// Next default values for new objects
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 203
+#define _APS_NEXT_COMMAND_VALUE 32806
+#define _APS_NEXT_CONTROL_VALUE 1013
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
+
|