1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#include "view.hrc" 24 25#define FT_COL 1 26#define FT_ROW 2 27#define ED_COL 4 28#define ED_ROW 5 29 30#define BT_OK 20 31#define BT_CANCEL 21 32#define BT_HELP 22 33 34// Grenzwerte fuers Zooming (werden auch im piew.cxx benutzt!) 35#define PVIEW_MIN_ROW 1 36#define PVIEW_MAX_ROW 10 37#define PVIEW_MIN_COL 1 38#define PVIEW_MAX_COL 20 39 40//Dialog Druckoptionen 41#define FL_ROWCOL 1 42#define FT_ROWS 2 43#define NF_ROWS 3 44#define FT_COLS 4 45#define NF_COLS 5 46#define FL_MARGINS 6 47#define FL_DISTANCE 7 48#define FL_ORIENTATION 8 49 50#define WIN_PREVIEW 11 51 52 53#define FT_LMARGIN 12 54#define MF_LMARGIN 13 55#define FT_RMARGIN 14 56#define MF_RMARGIN 15 57#define FT_TMARGIN 16 58#define MF_TMARGIN 17 59#define FT_BMARGIN 18 60#define MF_BMARGIN 19 61#define FT_HMARGIN 20 62#define MF_HMARGIN 21 63#define FT_VMARGIN 22 64#define MF_VMARGIN 23 65#define PB_STANDARD 24 66 67#define RB_LANDSCAPE 24 68#define RB_PORTRAIT 25 69