/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #include "app.hrc" #include "layeroptionsdlg.hrc" #include "helpids.h" ModalDialog DLG_INSERT_LAYER { HelpID = CMD_SID_INSERTLAYER ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 200, 172 ) ; Text [ en-US ] = "Insert Layer" ; Moveable = TRUE ; FixedText FT_NAME { Pos = MAP_APPFONT ( 6, 6 ) ; Size = MAP_APPFONT ( 188, 8 ) ; Text [ en-US ] = "~Name" ; }; Edit EDT_NAME { HelpID = "sd:Edit:DLG_INSERT_LAYER:EDT_NAME" ; Border = TRUE ; Pos = MAP_APPFONT ( 6, 17 ) ; Size = MAP_APPFONT ( 188, 12 ) ; TabStop = TRUE ; }; FixedText FT_TITLE { Pos = MAP_APPFONT ( 6, 32 ) ; Size = MAP_APPFONT ( 188, 8 ) ; Text [ en-US ] = "~Title" ; }; Edit EDT_TITLE { HelpID = "sd:Edit:DLG_INSERT_LAYER:EDT_TITLE" ; Border = TRUE ; Pos = MAP_APPFONT ( 6, 43 ) ; Size = MAP_APPFONT ( 188, 12 ) ; TabStop = TRUE ; }; FixedText FT_DESCRIPTION { Pos = MAP_APPFONT ( 6, 58 ) ; Size = MAP_APPFONT ( 188, 8 ) ; Text [ en-US ] = "~Description" ; }; MultiLineEdit EDT_DESCRIPTION { HelpID = "sd:MultiLineEdit:DLG_INSERT_LAYER:EDT_DESCRIPTION" ; Border = TRUE ; Pos = MAP_APPFONT ( 6, 69 ) ; Size = MAP_APPFONT ( 188, 34 ) ; TabStop = TRUE ; IgnoreTab = TRUE ; VScroll = TRUE ; }; CheckBox CBX_VISIBLE { HelpID = "sd:CheckBox:DLG_INSERT_LAYER:CBX_VISIBLE" ; Pos = MAP_APPFONT ( 6, 106 ) ; Size = MAP_APPFONT ( 188, 10 ) ; Text [ en-US ] = "~Visible" ; TabStop = TRUE ; }; CheckBox CBX_PRINTABLE { HelpID = "sd:CheckBox:DLG_INSERT_LAYER:CBX_PRINTABLE" ; Pos = MAP_APPFONT ( 6, 119 ) ; Size = MAP_APPFONT ( 188, 10 ) ; Text [ en-US ] = "~Printable" ; TabStop = TRUE ; }; CheckBox CBX_LOCKED { HelpID = "sd:CheckBox:DLG_INSERT_LAYER:CBX_LOCKED" ; Pos = MAP_APPFONT ( 6, 132 ) ; Size = MAP_APPFONT ( 188, 10 ) ; Text [ en-US ] = "~Locked" ; TabStop = TRUE ; }; // Divider FixedLine FL_SEPARATOR_B { Pos = MAP_APPFONT ( 0, 144 ) ; Size = MAP_APPFONT ( 200, 4 ) ; }; // Buttons HelpButton BTN_HELP { Pos = MAP_APPFONT ( 6, 152 ) ; Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; OKButton BTN_OK { Pos = MAP_APPFONT ( 200 - (50 + 50 + 9), 152) ; Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { Pos = MAP_APPFONT ( 200 - (50 + 6), 152) ; Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; }; // ********************************************************************** EOF