mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
112 lines
2.7 KiB
Text
112 lines
2.7 KiB
Text
object frmFileOp: TfrmFileOp
|
|
Left = 278
|
|
Height = 144
|
|
Top = 234
|
|
Width = 402
|
|
ActiveControl = btnCancel
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'Process file(s)'
|
|
ClientHeight = 144
|
|
ClientWidth = 402
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
ParentFont = False
|
|
Position = poScreenCenter
|
|
ShowInTaskBar = stAlways
|
|
LCLVersion = '0.9.25'
|
|
object lblFileName: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 12
|
|
Height = 14
|
|
Top = 8
|
|
Width = 378
|
|
Alignment = taCenter
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 12
|
|
Caption = 'File name'
|
|
Font.Color = clBlack
|
|
Font.Height = 13
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object lblEstimated: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = pbSecond
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 84
|
|
Width = 390
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Estimated'
|
|
ParentColor = False
|
|
end
|
|
object pbSecond: TProgressBar
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = pbFirst
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 56
|
|
Width = 390
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Max = 100
|
|
Smooth = True
|
|
TabOrder = 0
|
|
BarShowText = True
|
|
end
|
|
object pbFirst: TProgressBar
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = lblFileName
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 28
|
|
Width = 390
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Max = 100
|
|
Position = 20
|
|
Smooth = True
|
|
TabOrder = 1
|
|
BarShowText = True
|
|
end
|
|
object btnCancel: TBitBtn
|
|
AnchorSideTop.Control = lblEstimated
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 160
|
|
Height = 32
|
|
Top = 104
|
|
Width = 89
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
OnClick = btnCancelClick
|
|
TabOrder = 2
|
|
end
|
|
end
|