1fefe2166SAndrew Rist/************************************************************** 2*d78c8e1eSmseidel * 3fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4fefe2166SAndrew Rist * or more contributor license agreements. See the NOTICE file 5fefe2166SAndrew Rist * distributed with this work for additional information 6fefe2166SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the 8fefe2166SAndrew Rist * "License"); you may not use this file except in compliance 9fefe2166SAndrew Rist * with the License. You may obtain a copy of the License at 10*d78c8e1eSmseidel * 11fefe2166SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*d78c8e1eSmseidel * 13fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing, 14fefe2166SAndrew Rist * software distributed under the License is distributed on an 15fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16fefe2166SAndrew Rist * KIND, either express or implied. See the License for the 17fefe2166SAndrew Rist * specific language governing permissions and limitations 18fefe2166SAndrew Rist * under the License. 19*d78c8e1eSmseidel * 20fefe2166SAndrew Rist *************************************************************/ 21fefe2166SAndrew Rist 22fefe2166SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef _STMENU_HRC 25cdf0e10cSrcweir#define _STMENU_HRC 26cdf0e10cSrcweir 27cdf0e10cSrcweir#include "rcid.hrc" 28cdf0e10cSrcweir 29*d78c8e1eSmseidel#define MN_SMARTTAG_POPUP (RC_SMARTTAG_BEGIN + 1) 30cdf0e10cSrcweir 31*d78c8e1eSmseidel#define MN_SMARTTAG 104 32cdf0e10cSrcweir#define MN_SMARTTAG_OPTIONS 105 33cdf0e10cSrcweir 34cdf0e10cSrcweir#define MN_ST_INSERT_START 500 35cdf0e10cSrcweir 36cdf0e10cSrcweir#endif 37