home *** CD-ROM | disk | FTP | other *** search
- object StatusFm: TStatusFm
- Left = 342
- Top = 577
- ActiveControl = DummyBt
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 39
- ClientWidth = 460
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ProcessLb: TLabel
- Left = 8
- Top = 12
- Width = 59
- Height = 16
- Caption = 'Copying...'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object EPBorder1: TEPBorder
- Left = 364
- Top = 4
- Width = 9
- Height = 32
- ParentColor = False
- BorderStyle = epbsVertLine
- end
- object CancelBt: TButton
- Left = 376
- Top = 8
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = CancelBtClick
- end
- object DummyBt: TButton
- Left = 376
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Dummy'
- Default = True
- TabOrder = 0
- end
- object StatusPb: TEPMeter
- Left = 87
- Top = 10
- Width = 266
- Height = 23
- ParentColor = True
- BorderSpace = 0
- BorderStyle = epbsStatus
- MeterColor = clHighlight
- MeterStyle = epmsLED
- MinValue = 0
- Orientation = epoHorizontal
- UseFontColor = False
- Value = 0
- end
- end
-