doublecmd/fFileOpDlg.lfm
Alexander Koblov ab667f7acc Create SVN.
2007-02-08 19:46:07 +00:00

74 lines
1.5 KiB
Text

object frmFileOp: TfrmFileOp
ActiveControl = btnCancel
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'frmFileOp'
ClientHeight = 144
ClientWidth = 402
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 16
HorzScrollBar.Page = 401
HorzScrollBar.Range = 337
VertScrollBar.Page = 143
VertScrollBar.Range = 137
Left = 278
Height = 144
Top = 234
Width = 402
object lblFileName: TLabel
Caption = 'lblFileName'
Color = clNone
Font.Color = clBlack
Font.Height = 13
Font.Name = 'adobe-helvetica'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentColor = False
Height = 13
Width = 59
end
object lblEstimated: TLabel
Caption = 'lblEstimated'
Color = clNone
ParentColor = False
Height = 14
Top = 96
Width = 58
end
object pbSecond: TProgressBar
Max = 100
Smooth = True
TabOrder = 0
BarShowText = True
Height = 22
Top = 64
Width = 384
end
object pbFirst: TProgressBar
Max = 100
Position = 20
Smooth = True
TabOrder = 1
BarShowText = True
Height = 22
Top = 32
Width = 385
end
object btnCancel: TBitBtn
BorderSpacing.InnerBorder = 2
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
OnClick = btnCancelClick
TabOrder = 2
Left = 160
Height = 25
Top = 96
Width = 89
end
end