00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 enum TExampleMenuCommands
00017 {
00018 EExampleItem0 = 200,
00019 EExampleItem1,
00020 EExampleItem2
00021 };
00022 enum TExampleSubMenuCommands
00023 {
00024 EControl = 400,
00025 ESettings
00026 };
00027 #define ECidFileNameLabel 0x11c6
00028
00029 enum
00030 {
00031 ETCamCmdPowerOn = 0x1150,
00032 ETCamCmdPowerOff,
00033 ETCamCmdViewFinder,
00034 ETCamCmdCaptureImage,
00035 ETCamCmdCaptureVideo,
00036 ETCamCmdIncBrightness,
00037 ETCamCmdDecBrightness,
00038 ETCamCmdIncContrast,
00039 ETCamCmdDecContrast,
00040 ETCamCmdClose,
00041 ETCamCmdAdvancedCamFeatures,
00042 ETCamCmdSnapShot,
00043 ETCamCmdDirectViewFinder,
00044 ETCamCmdHistogram,
00045 ETCamCmdOverLay,
00046 ETCamCmdPreset,
00047 ETCamCmdImageProcessing
00048 };
00049
00050
00051
00052 #define ETimewCidToolLabel 0x1301
00053 #define ETimewCidToolSpacer 0x1302