mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
120 lines
2.8 KiB
Text
120 lines
2.8 KiB
Text
object frmHotDir: TfrmHotDir
|
|
Left = 285
|
|
Height = 423
|
|
Top = 127
|
|
Width = 437
|
|
ActiveControl = lsHotDir
|
|
Caption = 'Directory Hotlist'
|
|
ClientHeight = 423
|
|
ClientWidth = 437
|
|
ParentFont = False
|
|
Position = poMainFormCenter
|
|
LCLVersion = '0.9.27'
|
|
object lsHotDir: TListBox
|
|
AnchorSideRight.Control = btnOK
|
|
Left = 12
|
|
Height = 409
|
|
Top = 8
|
|
Width = 265
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Right = 12
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
end
|
|
object btnOK: TBitBtn
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 289
|
|
Height = 32
|
|
Top = 8
|
|
Width = 142
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = '&OK'
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = btnOKClick
|
|
TabOrder = 1
|
|
end
|
|
object btnCancel: TBitBtn
|
|
AnchorSideTop.Control = btnDelete
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 289
|
|
Height = 32
|
|
Top = 128
|
|
Width = 142
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 2
|
|
end
|
|
object btnADD: TBitBtn
|
|
AnchorSideTop.Control = btnOK
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 289
|
|
Height = 32
|
|
Top = 48
|
|
Width = 142
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Add'
|
|
NumGlyphs = 0
|
|
OnClick = btnADDClick
|
|
TabOrder = 3
|
|
end
|
|
object btnDelete: TBitBtn
|
|
AnchorSideTop.Control = btnADD
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 289
|
|
Height = 32
|
|
Top = 88
|
|
Width = 142
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Delete'
|
|
NumGlyphs = 0
|
|
OnClick = btnDeleteClick
|
|
TabOrder = 6
|
|
end
|
|
object btnAddMan: TBitBtn
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 289
|
|
Height = 32
|
|
Top = 168
|
|
Width = 142
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Add manually'
|
|
NumGlyphs = 0
|
|
OnClick = btnAddManClick
|
|
TabOrder = 4
|
|
end
|
|
object btnEdit: TBitBtn
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 289
|
|
Height = 32
|
|
Top = 208
|
|
Width = 142
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Edit'
|
|
NumGlyphs = 0
|
|
OnClick = btnEditClick
|
|
TabOrder = 5
|
|
end
|
|
end
|