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#ifndef RPTUI_GROUPSSORTING_HRC 24#define RPTUI_GROUPSSORTING_HRC 25 26#define FT_HEADER (1) 27#define LST_HEADERLST (2) 28#define FT_FOOTER (3) 29#define LST_FOOTERLST (4) 30#define FT_GROUPON (5) 31#define LST_GROUPONLST (6) 32#define FT_GROUPINTERVAL (7) 33#define ED_GROUPINTERVALLST (8) 34#define FT_KEEPTOGETHER (9) 35#define LST_KEEPTOGETHERLST (10) 36#define PB_OK (11) 37#define PB_CANCEL (12) 38#define PB_HELP (13) 39#define WND_CONTROL (14) 40#define HELP_FIELD (15) 41#define FT_ORDER (16) 42#define LST_ORDER (17) 43#define FL_SEPARATOR1 (18) 44#define FT_MOVELABEL (19) 45#define PB_UP (20) 46#define PB_DOWN (21) 47#define FL_SEPARATOR2 (22) 48#define FL_SEPARATOR3 (23) 49//BTN #define IMG_UP_H (24) 50//BTN #define IMG_DOWN_H (25) 51//BTN #define PB_DELETE (26) 52#define TB_TOOLBOX (27) 53 54// #define IMG_GROUPSORT_MOVE_DOWN (28) 55// #define IMG_GROUPSORT_MOVE_UP (29) 56// #define IMG_GROUPSORT_DELETE (30) 57// #define IMG_GROUPSORT_MOVE_DOWN_H (31) 58// #define IMG_GROUPSORT_MOVE_UP_H (32) 59// #define IMG_GROUPSORT_DELETE_H (33) 60 61 62#define CHECKBOX_HEIGHT 8 63#define FIXEDTEXT_HEIGHT 8 64#define FIXEDTEXT_WIDTH 60 65#define RELATED_CONTROLS 4 66#define UNRELATED_CONTROLS 7 67#define EDIT_HEIGHT 12 68#define BUTTON_HEIGHT 14 69#define BUTTON_WIDTH 50 70#define BROWSER_HEIGHT 75 71#define PAGE_WIDTH 120 72#define PAGE_HEIGHT ( 13*UNRELATED_CONTROLS + BROWSER_HEIGHT + BUTTON_HEIGHT + 11*FIXEDTEXT_HEIGHT ) 73#define LISTBOX_WIDTH PAGE_WIDTH - 4*UNRELATED_CONTROLS - FIXEDTEXT_WIDTH 74 75#endif // RPTUI_GROUPSSORTING_HRC 76