doublecmd/fhardlink.lfm
2008-04-13 15:07:07 +00:00

100 lines
2.3 KiB
Text

object frmHardLink: TfrmHardLink
Left = 320
Height = 160
Top = 320
Width = 400
HorzScrollBar.Page = 399
HorzScrollBar.Range = 392
VertScrollBar.Page = 151
VertScrollBar.Range = 146
ActiveControl = edtDst
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Create hardlink'
ChildSizing.LeftRightSpacing = 8
ChildSizing.TopBottomSpacing = 8
ClientHeight = 152
ClientWidth = 400
Constraints.MaxHeight = 160
Constraints.MaxWidth = 400
KeyPreview = True
Position = poMainFormCenter
object lblNew: TLabel
AnchorSideTop.Control = edtDst
AnchorSideTop.Side = asrBottom
Left = 8
Height = 14
Top = 58
Width = 197
BorderSpacing.Top = 6
Caption = 'Existing destination (where will link point)'
ParentColor = False
end
object lblDst: TLabel
Left = 8
Height = 14
Top = 8
Width = 48
Caption = 'Link name'
ParentColor = False
end
object edtNew: TEdit
AnchorSideTop.Control = lblNew
AnchorSideTop.Side = asrBottom
Left = 8
Height = 24
Top = 78
Width = 384
BorderSpacing.Top = 6
TabOrder = 1
end
object edtDst: TEdit
AnchorSideTop.Control = lblDst
AnchorSideTop.Side = asrBottom
Left = 8
Height = 24
Top = 28
Width = 384
BorderSpacing.Top = 6
TabOrder = 3
end
object btnOK: TBitBtn
AnchorSideTop.Control = edtNew
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = btnCancel
Left = 236
Height = 32
Top = 114
Width = 90
Anchors = [akTop, akRight]
BorderSpacing.Top = 12
BorderSpacing.Right = 6
BorderSpacing.InnerBorder = 2
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
OnClick = btnOKClick
TabOrder = 0
end
object btnCancel: TBitBtn
AnchorSideTop.Control = edtNew
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edtNew
AnchorSideRight.Side = asrBottom
Left = 317
Height = 32
Top = 114
Width = 90
Anchors = [akTop, akRight]
BorderSpacing.Top = 12
BorderSpacing.InnerBorder = 2
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 2
end
end