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#include "ResourceIds.hrc" 24cdf0e10cSrcweir 25cdf0e10cSrcweir#define FT_X_ROTATION 1 26cdf0e10cSrcweir#define FT_Y_ROTATION 2 27cdf0e10cSrcweir#define FT_Z_ROTATION 3 28cdf0e10cSrcweir 29cdf0e10cSrcweir#define MTR_FLD_X_ROTATION 1 30cdf0e10cSrcweir#define MTR_FLD_Y_ROTATION 2 31cdf0e10cSrcweir#define MTR_FLD_Z_ROTATION 3 32cdf0e10cSrcweir#define MTR_FLD_PERSPECTIVE 4 33cdf0e10cSrcweir 34cdf0e10cSrcweir#define CBX_PERSPECTIVE 1 35cdf0e10cSrcweir#define CBX_RIGHT_ANGLED_AXES 2 36cdf0e10cSrcweir 37