Kaydet (Commit) a65fc918 authored tarafından Oliver Specht's avatar Oliver Specht

dialog size increased

üst d777aa7a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: unotools.src,v $ * $RCSfile: unotools.src,v $
* *
* $Revision: 1.1.1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: hr $ $Date: 2000-09-18 17:14:50 $ * last change: $Author: os $ $Date: 2001-01-29 12:49:56 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -68,7 +68,7 @@ ModalDialog DLG_RENAME_XNAMED ...@@ -68,7 +68,7 @@ ModalDialog DLG_RENAME_XNAMED
HelpID = HID_RENAME_XNAMED ; HelpID = HID_RENAME_XNAMED ;
OutputSize = TRUE ; OutputSize = TRUE ;
SVLook = TRUE ; SVLook = TRUE ;
Size = MAP_APPFONT ( 180 , 60 ) ; Size = MAP_APPFONT ( 220 , 60 ) ;
Text = "Objekt umbenennen: " ; Text = "Objekt umbenennen: " ;
Text [ ENGLISH ] = "Rename object: " ; Text [ ENGLISH ] = "Rename object: " ;
Moveable = TRUE ; Moveable = TRUE ;
...@@ -101,13 +101,13 @@ ModalDialog DLG_RENAME_XNAMED ...@@ -101,13 +101,13 @@ ModalDialog DLG_RENAME_XNAMED
Edit ED_NEW_NAME Edit ED_NEW_NAME
{ {
Pos = MAP_APPFONT ( 65 , 13 ) ; Pos = MAP_APPFONT ( 65 , 13 ) ;
Size = MAP_APPFONT ( 50 , 12 ) ; Size = MAP_APPFONT ( 90 , 12 ) ;
Border = TRUE; Border = TRUE;
}; };
GroupBox GB_NAME GroupBox GB_NAME
{ {
Pos = MAP_APPFONT ( 6 , 3 ) ; Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 115 , 54 ) ; Size = MAP_APPFONT ( 155 , 54 ) ;
Text = "Name ndern"; Text = "Name ndern";
Text [ ENGLISH ] = "Change name" ; Text [ ENGLISH ] = "Change name" ;
Text[ english_us ] = "Change name"; Text[ english_us ] = "Change name";
...@@ -132,7 +132,7 @@ ModalDialog DLG_RENAME_XNAMED ...@@ -132,7 +132,7 @@ ModalDialog DLG_RENAME_XNAMED
}; };
OKButton PB_OK OKButton PB_OK
{ {
Pos = MAP_APPFONT ( 124 , 6 ) ; Pos = MAP_APPFONT ( 164 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ; Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Group = TRUE ; Group = TRUE ;
...@@ -140,14 +140,14 @@ ModalDialog DLG_RENAME_XNAMED ...@@ -140,14 +140,14 @@ ModalDialog DLG_RENAME_XNAMED
}; };
CancelButton PB_CANCEL CancelButton PB_CANCEL
{ {
Pos = MAP_APPFONT ( 124 , 23 ) ; Pos = MAP_APPFONT ( 164 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ; Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Group = TRUE ; Group = TRUE ;
}; };
HelpButton PB_HELP HelpButton PB_HELP
{ {
Pos = MAP_APPFONT ( 124 , 43 ) ; Pos = MAP_APPFONT ( 164 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ; Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Group = TRUE ; Group = TRUE ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment