xref: /trunk/main/desktop/util/hidother.src (revision 158fda6a)
1*158fda6aSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*158fda6aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*158fda6aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*158fda6aSAndrew Rist * distributed with this work for additional information
6*158fda6aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*158fda6aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*158fda6aSAndrew Rist * "License"); you may not use this file except in compliance
9*158fda6aSAndrew Rist * with the License.  You may obtain a copy of the License at
10*158fda6aSAndrew Rist *
11*158fda6aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*158fda6aSAndrew Rist *
13*158fda6aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*158fda6aSAndrew Rist * software distributed under the License is distributed on an
15*158fda6aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*158fda6aSAndrew Rist * KIND, either express or implied.  See the License for the
17*158fda6aSAndrew Rist * specific language governing permissions and limitations
18*158fda6aSAndrew Rist * under the License.
19*158fda6aSAndrew Rist *
20*158fda6aSAndrew Rist *************************************************************/
21*158fda6aSAndrew Rist
22*158fda6aSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "../source/inc/helpid.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirhidspecial HID_PACKAGE_MANAGER { HelpID = HID_PACKAGE_MANAGER; };
27cdf0e10cSrcweirhidspecial HID_PACKAGE_MANAGER_MENU_ITEM { HelpID = HID_PACKAGE_MANAGER_MENU_ITEM; };
28cdf0e10cSrcweirhidspecial HID_PACKAGE_MANAGER_TREELISTBOX { HelpID = HID_PACKAGE_MANAGER_TREELISTBOX; };
29cdf0e10cSrcweirhidspecial HID_PACKAGE_MANAGER_PROGRESS { HelpID = HID_PACKAGE_MANAGER_PROGRESS; };
30cdf0e10cSrcweirhidspecial HID_PACKAGE_MANAGER_PROGRESS_CANCEL { HelpID = HID_PACKAGE_MANAGER_PROGRESS_CANCEL; };
31cdf0e10cSrcweir
32cdf0e10cSrcweirhidspecial HID_PACKAGE_MANAGER_UPD_REQ { HelpID = HID_PACKAGE_MANAGER_UPD_REQ; };
33cdf0e10cSrcweir
34cdf0e10cSrcweirhidspecial HID_FIRSTSTART_PREV { HelpId = HID_FIRSTSTART_PREV;};
35cdf0e10cSrcweirhidspecial HID_FIRSTSTART_NEXT { HelpId = HID_FIRSTSTART_NEXT;};
36cdf0e10cSrcweirhidspecial HID_FIRSTSTART_CANCEL { HelpId = HID_FIRSTSTART_CANCEL;};
37cdf0e10cSrcweirhidspecial HID_FIRSTSTART_FINISH { HelpId = HID_FIRSTSTART_FINISH;};
38cdf0e10cSrcweirhidspecial UID_FIRSTSTART_HELP { HelpId = UID_FIRSTSTART_HELP;};
39cdf0e10cSrcweir
40cdf0e10cSrcweirhidspecial UID_BTN_LICENSE_ACCEPT { HelpId = UID_BTN_LICENSE_ACCEPT;};
41cdf0e10cSrcweir
42cdf0e10cSrcweirhidspecial HID_DEPLOYMENT_GUI_UPDATE { HelpId = HID_DEPLOYMENT_GUI_UPDATE;};
43cdf0e10cSrcweirhidspecial HID_DEPLOYMENT_GUI_UPDATEINSTALL { HelpId = HID_DEPLOYMENT_GUI_UPDATEINSTALL;};
44cdf0e10cSrcweir
45cdf0e10cSrcweirhidspecial HID_EXTENSION_MANAGER_LISTBOX         { HelpId = HID_EXTENSION_MANAGER_LISTBOX; };
46cdf0e10cSrcweirhidspecial HID_EXTENSION_MANAGER_LISTBOX_OPTIONS { HelpId = HID_EXTENSION_MANAGER_LISTBOX_OPTIONS; };
47cdf0e10cSrcweirhidspecial HID_EXTENSION_MANAGER_LISTBOX_ENABLE  { HelpId = HID_EXTENSION_MANAGER_LISTBOX_ENABLE; };
48cdf0e10cSrcweirhidspecial HID_EXTENSION_MANAGER_LISTBOX_DISABLE { HelpId = HID_EXTENSION_MANAGER_LISTBOX_DISABLE; };
49cdf0e10cSrcweirhidspecial HID_EXTENSION_MANAGER_LISTBOX_REMOVE  { HelpId = HID_EXTENSION_MANAGER_LISTBOX_REMOVE; };
50cdf0e10cSrcweir
51