dinfdlg.src (de77cd1d) | dinfdlg.src (1bf1af82) |
---|---|
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 --- 5 unchanged lines hidden (view full) --- 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 | 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 --- 5 unchanged lines hidden (view full) --- 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 | |
24// include --------------------------------------------------------------- 25 26#include "sfx2/sfx.hrc" 27#include "helpid.hrc" 28#include "sfxlocal.hrc" 29#include "dinfdlg.hrc" 30#include "dialog.hrc" 31 --- 514 unchanged lines hidden (view full) --- 546 Text [ en-US ] = "Type" ; 547 }; 548 String STR_HEADER_VALUE 549 { 550 Text [ en-US ] = "Value" ; 551 }; 552 String STR_HEADER_ACTION 553 { | 22// include --------------------------------------------------------------- 23 24#include "sfx2/sfx.hrc" 25#include "helpid.hrc" 26#include "sfxlocal.hrc" 27#include "dinfdlg.hrc" 28#include "dialog.hrc" 29 --- 514 unchanged lines hidden (view full) --- 544 Text [ en-US ] = "Type" ; 545 }; 546 String STR_HEADER_VALUE 547 { 548 Text [ en-US ] = "Value" ; 549 }; 550 String STR_HEADER_ACTION 551 { |
554 Text [ en-US ] = "" ; | 552 Text = "" ; |
555 }; 556 }; 557 PushButton BTN_ADD 558 { 559 HelpID = "sfx2:PushButton:TP_CUSTOMPROPERTIES:BTN_ADD" ; 560 Pos = MAP_APPFONT ( 204, 165 ) ; 561 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; 562 Text [ en-US ] = "~Add" ; --- 45 unchanged lines hidden (view full) --- 608 }; 609}; 610ListBox SFX_LB_PROPERTY_TYPE 611{ 612 Pos = MAP_APPFONT ( 63, 2 ) ; 613 Size = MAP_APPFONT ( 60, 80 ) ; 614 DropDown = TRUE ; 615 Border = TRUE ; | 553 }; 554 }; 555 PushButton BTN_ADD 556 { 557 HelpID = "sfx2:PushButton:TP_CUSTOMPROPERTIES:BTN_ADD" ; 558 Pos = MAP_APPFONT ( 204, 165 ) ; 559 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; 560 Text [ en-US ] = "~Add" ; --- 45 unchanged lines hidden (view full) --- 606 }; 607}; 608ListBox SFX_LB_PROPERTY_TYPE 609{ 610 Pos = MAP_APPFONT ( 63, 2 ) ; 611 Size = MAP_APPFONT ( 60, 80 ) ; 612 DropDown = TRUE ; 613 Border = TRUE ; |
616 CurPos = 0; | 614 CurPos = 0 ; |
617 StringList [ en-US ] = 618 { 619 < "Text" ; CUSTOM_TYPE_TEXT ; > ; 620 < "DateTime" ; CUSTOM_TYPE_DATETIME ; > ; 621 < "Date" ; CUSTOM_TYPE_DATE ; > ; 622 < "Duration" ; CUSTOM_TYPE_DURATION ; > ; 623 < "Number" ; CUSTOM_TYPE_NUMBER ; > ; 624 < "Yes or no" ; CUSTOM_TYPE_BOOLEAN ; > ; --- 320 unchanged lines hidden --- | 615 StringList [ en-US ] = 616 { 617 < "Text" ; CUSTOM_TYPE_TEXT ; > ; 618 < "DateTime" ; CUSTOM_TYPE_DATETIME ; > ; 619 < "Date" ; CUSTOM_TYPE_DATE ; > ; 620 < "Duration" ; CUSTOM_TYPE_DURATION ; > ; 621 < "Number" ; CUSTOM_TYPE_NUMBER ; > ; 622 < "Yes or no" ; CUSTOM_TYPE_BOOLEAN ; > ; --- 320 unchanged lines hidden --- |