FIX: FTP - Show file properties dialog

This commit is contained in:
Alexander Koblov 2023-12-11 19:38:25 +03:00
commit e9d43cf414
7 changed files with 26 additions and 7 deletions

View file

@ -168,3 +168,6 @@ msgstr "Асноўныя"
msgid "Proxy"
msgstr "Проксі"
#: tfrmfileproperties.caption
msgid "Properties"
msgstr ""

View file

@ -167,3 +167,7 @@ msgstr "Allgemein"
#: tdialogbox.tsproxy.caption
msgid "Proxy"
msgstr "Proxy"
#: tfrmfileproperties.caption
msgid "Properties"
msgstr ""

View file

@ -166,3 +166,7 @@ msgstr "Általános"
#: tdialogbox.tsproxy.caption
msgid "Proxy"
msgstr "Proxy"
#: tfrmfileproperties.caption
msgid "Properties"
msgstr ""

View file

@ -157,3 +157,6 @@ msgstr ""
msgid "Proxy"
msgstr ""
#: tfrmfileproperties.caption
msgid "Properties"
msgstr ""

View file

@ -157,3 +157,6 @@ msgstr "Общие"
msgid "Proxy"
msgstr "Прокси"
#: tfrmfileproperties.caption
msgid "Properties"
msgstr "Свойства"

View file

@ -157,3 +157,6 @@ msgstr "常规"
msgid "Proxy"
msgstr "代理"
#: tfrmfileproperties.caption
msgid "Properties"
msgstr ""

View file

@ -10,7 +10,7 @@ object frmFileProperties: TfrmFileProperties
Constraints.MinWidth = 334
DesignTimePPI = 107
OnShow = DialogBoxShow
Position = poMainFormCenter
Position = poOwnerFormCenter
LCLVersion = '2.2.6.0'
inline seProperties: TSynEdit
AnchorSideLeft.Control = Owner
@ -29,12 +29,11 @@ object frmFileProperties: TfrmFileProperties
Anchors = [akTop, akLeft, akRight, akBottom]
Color = clWindow
Font.Color = clWindowText
Font.Height = 14
Font.Pitch = fpFixed
Font.Quality = fqNonAntialiased
Font.Quality = fqDefault
ParentColor = False
ParentFont = False
TabOrder = 0
TabOrder = 1
Gutter.Visible = False
Gutter.Width = 0
Gutter.MouseActions = <>
@ -44,7 +43,7 @@ object frmFileProperties: TfrmFileProperties
MouseActions = <>
MouseTextActions = <>
MouseSelActions = <>
Options = [eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoNoCaret, eoScrollPastEol, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces]
Options = [eoAutoIndent, eoBracketHighlight, eoHideRightMargin, eoNoCaret, eoScrollPastEol, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces]
VisibleSpecialChars = [vscSpace, vscTabAtLast]
ReadOnly = True
ScrollBars = ssNone
@ -80,9 +79,9 @@ object frmFileProperties: TfrmFileProperties
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 11
Cancel = True
Caption = '&Close'
DefaultCaption = True
ModalResult = 2
Kind = bkClose
TabOrder = 1
TabOrder = 0
end
end