1*8e0a7b1bSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*8e0a7b1bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*8e0a7b1bSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*8e0a7b1bSAndrew Rist * distributed with this work for additional information 6*8e0a7b1bSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*8e0a7b1bSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*8e0a7b1bSAndrew Rist * "License"); you may not use this file except in compliance 9*8e0a7b1bSAndrew Rist * with the License. You may obtain a copy of the License at 10*8e0a7b1bSAndrew Rist * 11*8e0a7b1bSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*8e0a7b1bSAndrew Rist * 13*8e0a7b1bSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*8e0a7b1bSAndrew Rist * software distributed under the License is distributed on an 15*8e0a7b1bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*8e0a7b1bSAndrew Rist * KIND, either express or implied. See the License for the 17*8e0a7b1bSAndrew Rist * specific language governing permissions and limitations 18*8e0a7b1bSAndrew Rist * under the License. 19*8e0a7b1bSAndrew Rist * 20*8e0a7b1bSAndrew Rist *************************************************************/ 21*8e0a7b1bSAndrew Rist 22*8e0a7b1bSAndrew Rist 23cdf0e10cSrcweir#include "../inc/helpid.hrc" // HID_XXX 24cdf0e10cSrcweir 25cdf0e10cSrcweirhidspecial HID_BASICIDE_PROP_BROWSER_LBOX { HelpID = HID_BASICIDE_PROP_BROWSER_LBOX; }; 26cdf0e10cSrcweirhidspecial HID_BASICIDE_PROP_BROWSER { HelpID = HID_BASICIDE_PROP_BROWSER; }; 27cdf0e10cSrcweirhidspecial HID_BASICIDE_OBJCAT_SHOW { HelpID = HID_BASICIDE_OBJCAT_SHOW; }; 28cdf0e10cSrcweirhidspecial HID_BASICIDE_OBJCAT_PROPS { HelpID = HID_BASICIDE_OBJCAT_PROPS; }; 29cdf0e10cSrcweirhidspecial HID_BASICIDE_OBJCAT_HELP { HelpID = HID_BASICIDE_OBJCAT_HELP; }; 30cdf0e10cSrcweirhidspecial HID_BASICIDE_MODULWINDOW { HelpID = HID_BASICIDE_MODULWINDOW; }; 31cdf0e10cSrcweirhidspecial HID_BASICIDE_DIALOGWINDOW { HelpID = HID_BASICIDE_DIALOGWINDOW; }; 32cdf0e10cSrcweirhidspecial HID_BASICIDE_EDITORWINDOW { HelpID = HID_BASICIDE_EDITORWINDOW; }; 33cdf0e10cSrcweirhidspecial HID_BASICIDE_BREAKPOINTWINDOW { HelpID = HID_BASICIDE_BREAKPOINTWINDOW; }; 34cdf0e10cSrcweirhidspecial HID_BASICIDE_WATCHWINDOW { HelpID = HID_BASICIDE_WATCHWINDOW; }; 35cdf0e10cSrcweirhidspecial HID_BASICIDE_STACKWINDOW { HelpID = HID_BASICIDE_STACKWINDOW; }; 36cdf0e10cSrcweirhidspecial HID_BASICIDE_TABBAR { HelpID = HID_BASICIDE_TABBAR; }; 37cdf0e10cSrcweirhidspecial HID_BASICIDE_WATCHWINDOW_LIST { HelpID = HID_BASICIDE_WATCHWINDOW_LIST; }; 38cdf0e10cSrcweirhidspecial HID_BASICIDE_STACKWINDOW_LIST { HelpID = HID_BASICIDE_STACKWINDOW_LIST; }; 39cdf0e10cSrcweirhidspecial HID_BASICIDE_ADDNEW_LANGUAGE { HelpID = HID_BASICIDE_ADDNEW_LANGUAGE; }; 40cdf0e10cSrcweir 41