mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
object frmChooseEncoding: TfrmChooseEncoding
|
|
Left = 522
|
|
Height = 240
|
|
Top = 145
|
|
Width = 320
|
|
BorderStyle = bsToolWindow
|
|
Caption = 'Encoding'
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
OnCreate = FormCreate
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '2.2.5.0'
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 34
|
|
Top = 200
|
|
Width = 308
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel]
|
|
end
|
|
object ScrollBox: TScrollBox
|
|
Left = 0
|
|
Height = 194
|
|
Top = 0
|
|
Width = 320
|
|
HorzScrollBar.Page = 1
|
|
VertScrollBar.Page = 1
|
|
Align = alClient
|
|
BorderStyle = bsNone
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
TabOrder = 1
|
|
end
|
|
end
|