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