tvplanit: Update PrintPreviewForm to scale correctly in the HighDpi mode of Lazarus 1.8. Fix typo in German translation.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5878 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-05-19 21:51:57 +00:00
parent 856b65b6bd
commit a6f1c69218
2 changed files with 15 additions and 12 deletions

View File

@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: de\n" "Language: de\n"
"X-Generator: Poedit 1.8.9\n" "X-Generator: Poedit 1.8.11\n"
#: vpsr.rs1day #: vpsr.rs1day
msgid "1 day" msgid "1 day"
@ -965,7 +965,7 @@ msgstr "Abbrechen"
#: vpsr.rsprintprvcancelhint #: vpsr.rsprintprvcancelhint
msgid "Cancel preview" msgid "Cancel preview"
msgstr "Durckvorschau abbrechen" msgstr "Druckvorschau abbrechen"
#: vpsr.rsprintprvfirstpage #: vpsr.rsprintprvfirstpage
msgid "&First page" msgid "&First page"
@ -1613,4 +1613,3 @@ msgstr "Unbekannte Achsen-Spezifikation: %s"
#: vpsr.sxmldecnotatbeg #: vpsr.sxmldecnotatbeg
msgid "The XML declaration must appear before the first element" msgid "The XML declaration must appear before the first element"
msgstr "Die XML-Deklaration muss vor dem ersten Element erscheinen." msgstr "Die XML-Deklaration muss vor dem ersten Element erscheinen."

View File

@ -14,7 +14,7 @@ object frmPrintPreview: TfrmPrintPreview
OnCreate = FormCreate OnCreate = FormCreate
OnKeyDown = FormKeyDown OnKeyDown = FormKeyDown
OnShow = FormShow OnShow = FormShow
LCLVersion = '1.7' LCLVersion = '1.9.0.0'
object Panel1: TPanel object Panel1: TPanel
Left = 0 Left = 0
Height = 58 Height = 58
@ -45,53 +45,57 @@ object frmPrintPreview: TfrmPrintPreview
Left = 1 Left = 1
Top = 0 Top = 0
Action = actPrint Action = actPrint
AutoSize = True
end end
object ToolButton3: TToolButton object ToolButton3: TToolButton
Left = 52 Left = 52
Height = 25 Height = 25
Top = 0 Top = 0
Width = 8
Caption = 'ToolButton3' Caption = 'ToolButton3'
ImageIndex = 2 ImageIndex = 2
Style = tbsDivider Style = tbsDivider
end end
object btnFirstPage: TToolButton object btnFirstPage: TToolButton
Left = 60 Left = 57
Top = 0 Top = 0
Action = actFirstPage Action = actFirstPage
AutoSize = True
ShowCaption = False ShowCaption = False
end end
object btnPrevPage: TToolButton object btnPrevPage: TToolButton
Left = 85 Left = 82
Top = 0 Top = 0
Action = actPrevPage Action = actPrevPage
AutoSize = True
ShowCaption = False ShowCaption = False
end end
object btnNextPage: TToolButton object btnNextPage: TToolButton
Left = 110 Left = 107
Top = 0 Top = 0
Action = actNextPage Action = actNextPage
AutoSize = True
ShowCaption = False ShowCaption = False
end end
object btnLastPage: TToolButton object btnLastPage: TToolButton
Left = 135 Left = 132
Top = 0 Top = 0
Action = actLastPage Action = actLastPage
AutoSize = True
ShowCaption = False ShowCaption = False
end end
object ToolButton8: TToolButton object ToolButton8: TToolButton
Left = 160 Left = 157
Height = 25 Height = 25
Top = 0 Top = 0
Width = 8
Caption = 'ToolButton8' Caption = 'ToolButton8'
ImageIndex = 6 ImageIndex = 6
Style = tbsDivider Style = tbsDivider
end end
object btnCancel: TToolButton object btnCancel: TToolButton
Left = 168 Left = 162
Top = 0 Top = 0
Action = actCancel Action = actCancel
AutoSize = True
end end
end end
object Panel2: TPanel object Panel2: TPanel