mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
75 lines
1.5 KiB
Text
75 lines
1.5 KiB
Text
object frmHardLink: TfrmHardLink
|
|
Left = 318
|
|
Height = 156
|
|
Top = 461
|
|
Width = 417
|
|
HorzScrollBar.Page = 416
|
|
HorzScrollBar.Range = 411
|
|
VertScrollBar.Page = 155
|
|
VertScrollBar.Range = 145
|
|
ActiveControl = edtDst
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Create hardlink'
|
|
ClientHeight = 156
|
|
ClientWidth = 417
|
|
KeyPreview = True
|
|
Position = poMainFormCenter
|
|
object lblNew: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 64
|
|
Width = 197
|
|
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
|
|
Left = 8
|
|
Height = 24
|
|
Top = 88
|
|
Width = 401
|
|
TabOrder = 1
|
|
end
|
|
object edtDst: TEdit
|
|
Left = 8
|
|
Height = 24
|
|
Top = 32
|
|
Width = 401
|
|
TabOrder = 3
|
|
end
|
|
object btnOK: TBitBtn
|
|
Left = 248
|
|
Height = 32
|
|
Top = 120
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&OK'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = btnOKClick
|
|
TabOrder = 0
|
|
end
|
|
object btnCancel: TBitBtn
|
|
Left = 336
|
|
Height = 32
|
|
Top = 120
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 2
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 2
|
|
end
|
|
end
|