doublecmd/src/ffileexecuteyourself.lfm
2016-05-22 11:41:04 +00:00

101 lines
2.5 KiB
Text

object frmFileExecuteYourSelf: TfrmFileExecuteYourSelf
Left = 366
Height = 102
Top = 182
Width = 320
AutoSize = True
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Wait...'
ChildSizing.LeftRightSpacing = 8
ChildSizing.TopBottomSpacing = 8
ClientHeight = 102
ClientWidth = 320
OnClose = FormClose
OnCreate = FormCreate
ShowInTaskBar = stAlways
LCLVersion = '1.6.0.4'
object lblPrompt: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 8
Height = 15
Top = 8
Width = 304
Anchors = [akTop, akLeft, akRight]
Caption = 'Click on Close when the temporary file can be deleted!'
ParentColor = False
end
object btnClose: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = lblFromPathValue
AnchorSideTop.Side = asrBottom
Left = 123
Height = 30
Top = 45
Width = 75
BorderSpacing.Top = 8
Caption = '&Close'
Kind = bkClose
TabOrder = 0
end
object lblFileNameValue: TLabel
AnchorSideLeft.Control = lblFileName
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = lblPrompt
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 68
Height = 1
Top = 29
Width = 244
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
ParentColor = False
end
object lblFromPathValue: TLabel
AnchorSideLeft.Control = lblFromPath
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = lblFileNameValue
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 45
Height = 1
Top = 36
Width = 267
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
ParentColor = False
end
object lblFileName: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lblPrompt
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 29
Width = 54
BorderSpacing.Top = 6
Caption = 'File name:'
ParentColor = False
end
object lblFromPath: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lblFileName
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 50
Width = 31
BorderSpacing.Top = 6
Caption = 'From:'
ParentColor = False
end
end