1/**************************************************************
| 1/**************************************************************
|
2 *
| 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
| 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 *
| 10 *
|
11 * http://www.apache.org/licenses/LICENSE-2.0
| 11 * http://www.apache.org/licenses/LICENSE-2.0
|
12 *
| 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.
| 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 *
| 19 *
|
20 *************************************************************/ 21 22 23 24#include "app.hrc" 25#include "res_bmp.hrc" 26#include "helpids.h" 27#include "LayerDialog.hrc" 28 29#define WIDTH 150 30#define TAB_BAR_HEIGHT 17 31 32DockingWindow FLT_WIN_LAYER_DIALOG 33{
| 20 *************************************************************/ 21 22 23 24#include "app.hrc" 25#include "res_bmp.hrc" 26#include "helpids.h" 27#include "LayerDialog.hrc" 28 29#define WIDTH 150 30#define TAB_BAR_HEIGHT 17 31 32DockingWindow FLT_WIN_LAYER_DIALOG 33{
|
34 HelpID = HID_SD_TABBAR_LAYERS;
| 34 HelpID = HID_SD_TABBAR_LAYERS ;
|
35 Border = TRUE ; 36 Hide = TRUE ; 37 SVLook = TRUE ; 38 Sizeable = TRUE ; 39 Moveable = TRUE ; 40 Closeable = TRUE ; 41 Zoomable = TRUE ; 42 Dockable = TRUE ; 43 EnableResizing = TRUE ;
| 35 Border = TRUE ; 36 Hide = TRUE ; 37 SVLook = TRUE ; 38 Sizeable = TRUE ; 39 Moveable = TRUE ; 40 Closeable = TRUE ; 41 Zoomable = TRUE ; 42 Dockable = TRUE ; 43 EnableResizing = TRUE ;
|
44 Size = MAP_APPFONT ( WIDTH , TAB_BAR_HEIGHT ) ;
| 44 Size = MAP_APPFONT ( WIDTH, TAB_BAR_HEIGHT ) ;
|
45 Window TB_LAYERS 46 {
| 45 Window TB_LAYERS 46 {
|
47 Pos = MAP_APPFONT ( 6 , 6 ) ; 48 Size = MAP_APPFONT ( WIDTH-2*6, TAB_BAR_HEIGHT ); 49 HelpId = HID_SD_TABBAR_LAYERS; 50 BORDER = TRUE; 51 SvLook = TRUE; 52 // Scroll = TRUE ; 53 // SIZEABLE = TRUE;
| 47 Pos = MAP_APPFONT ( 6, 6 ) ; 48 Size = MAP_APPFONT ( WIDTH-2*6, TAB_BAR_HEIGHT ) ; 49 HelpId = HID_SD_TABBAR_LAYERS ; 50 BORDER = TRUE ; 51 SvLook = TRUE ; 52 //Scroll = TRUE ; 53 //SIZEABLE = TRUE ;
|
54 }; 55};
| 54 }; 55};
|
| 56 57// ********************************************************************** EOF
|
| |