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