xref: /trunk/main/avmedia/inc/helpids.hrc (revision ccb06a4c)
1*ccb06a4cSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*ccb06a4cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*ccb06a4cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*ccb06a4cSAndrew Rist * distributed with this work for additional information
6*ccb06a4cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*ccb06a4cSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*ccb06a4cSAndrew Rist * "License"); you may not use this file except in compliance
9*ccb06a4cSAndrew Rist * with the License.  You may obtain a copy of the License at
10*ccb06a4cSAndrew Rist *
11*ccb06a4cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*ccb06a4cSAndrew Rist *
13*ccb06a4cSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*ccb06a4cSAndrew Rist * software distributed under the License is distributed on an
15*ccb06a4cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*ccb06a4cSAndrew Rist * KIND, either express or implied.  See the License for the
17*ccb06a4cSAndrew Rist * specific language governing permissions and limitations
18*ccb06a4cSAndrew Rist * under the License.
19*ccb06a4cSAndrew Rist *
20*ccb06a4cSAndrew Rist *************************************************************/
21*ccb06a4cSAndrew Rist
22*ccb06a4cSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _AVMEDIA_HELPIDS_HRC
25cdf0e10cSrcweir#define _AVMEDIA_HELPIDS_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define HID_AVMEDIA_TOOLBOXITEM_PLAY                       "AVMEDIA_HID_AVMEDIA_TOOLBOXITEM_PLAY"
28cdf0e10cSrcweir#define HID_AVMEDIA_TOOLBOXITEM_PAUSE                      "AVMEDIA_HID_AVMEDIA_TOOLBOXITEM_PAUSE"
29cdf0e10cSrcweir#define HID_AVMEDIA_TOOLBOXITEM_STOP                       "AVMEDIA_HID_AVMEDIA_TOOLBOXITEM_STOP"
30cdf0e10cSrcweir#define HID_AVMEDIA_TOOLBOXITEM_MUTE                       "AVMEDIA_HID_AVMEDIA_TOOLBOXITEM_MUTE"
31cdf0e10cSrcweir#define HID_AVMEDIA_TOOLBOXITEM_LOOP                       "AVMEDIA_HID_AVMEDIA_TOOLBOXITEM_LOOP"
32cdf0e10cSrcweir#define HID_AVMEDIA_TOOLBOXITEM_OPEN                       "AVMEDIA_HID_AVMEDIA_TOOLBOXITEM_OPEN"
33cdf0e10cSrcweir#define HID_AVMEDIA_TOOLBOXITEM_INSERT                     "AVMEDIA_HID_AVMEDIA_TOOLBOXITEM_INSERT"
34cdf0e10cSrcweir#define HID_AVMEDIA_ZOOMLISTBOX                            "AVMEDIA_HID_AVMEDIA_ZOOMLISTBOX"
35cdf0e10cSrcweir#define HID_AVMEDIA_TIMESLIDER                             "AVMEDIA_HID_AVMEDIA_TIMESLIDER"
36cdf0e10cSrcweir#define HID_AVMEDIA_TIMEEDIT                               "AVMEDIA_HID_AVMEDIA_TIMEEDIT"
37cdf0e10cSrcweir#define HID_AVMEDIA_VOLUMESLIDER                           "AVMEDIA_HID_AVMEDIA_VOLUMESLIDER"
38cdf0e10cSrcweir#define HID_AVMEDIA_PLAYERWINDOW                           "AVMEDIA_HID_AVMEDIA_PLAYERWINDOW"
39cdf0e10cSrcweir
40cdf0e10cSrcweir#endif // _AVMEDIA_HELPIDS_HRC
41