mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
127 lines
3.1 KiB
Text
127 lines
3.1 KiB
Text
object frmSymLink: TfrmSymLink
|
|
Left = 311
|
|
Height = 193
|
|
Top = 267
|
|
Width = 602
|
|
HorzScrollBar.Page = 399
|
|
HorzScrollBar.Range = 344
|
|
VertScrollBar.Page = 151
|
|
VertScrollBar.Range = 128
|
|
ActiveControl = edtLinkToCreate
|
|
AutoSize = True
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Create symbolic link'
|
|
ClientHeight = 193
|
|
ClientWidth = 602
|
|
KeyPreview = True
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.31'
|
|
object lblExistingFile: TLabel
|
|
AnchorSideLeft.Control = edtExistingFile
|
|
AnchorSideTop.Control = edtLinkToCreate
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 69
|
|
Width = 247
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Destination that the link will point to'
|
|
FocusControl = edtExistingFile
|
|
ParentColor = False
|
|
end
|
|
object lblLinkToCreate: TLabel
|
|
AnchorSideLeft.Control = edtLinkToCreate
|
|
AnchorSideTop.Control = Owner
|
|
Left = 6
|
|
Height = 22
|
|
Top = 6
|
|
Width = 72
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Link name'
|
|
FocusControl = edtLinkToCreate
|
|
ParentColor = False
|
|
end
|
|
object edtExistingFile: TEdit
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = lblExistingFile
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 29
|
|
Top = 97
|
|
Width = 590
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Constraints.MinWidth = 400
|
|
TabOrder = 1
|
|
end
|
|
object edtLinkToCreate: TEdit
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = lblLinkToCreate
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 29
|
|
Top = 34
|
|
Width = 590
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Constraints.MinWidth = 400
|
|
TabOrder = 0
|
|
end
|
|
object btnOK: TBitBtn
|
|
AnchorSideTop.Control = edtExistingFile
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = btnCancel
|
|
Left = 390
|
|
Height = 35
|
|
Top = 138
|
|
Width = 100
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&OK'
|
|
Constraints.MinWidth = 100
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = btnOKClick
|
|
OnMouseUp = btnOKMouseUp
|
|
TabOrder = 2
|
|
end
|
|
object btnCancel: TBitBtn
|
|
AnchorSideTop.Control = edtExistingFile
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = edtExistingFile
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 496
|
|
Height = 35
|
|
Top = 138
|
|
Width = 100
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Bottom = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Constraints.MinWidth = 100
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
OnMouseUp = btnCancelMouseUp
|
|
TabOrder = 3
|
|
end
|
|
end
|