home *** CD-ROM | disk | FTP | other *** search
- object ProgressBox: TProgressBox
- Left = 216
- Top = 149
- Cursor = crHourGlass
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'ProgressBox'
- ClientHeight = 107
- ClientWidth = 336
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnHide = FormHide
- OnShow = FormShow
- TextHeight = 13
- object FileLabel: TLabel
- Left = 44
- Top = 4
- Width = 281
- Height = 13
- AutoSize = False
- Caption = 'filename'
- WordWrap = True
- end
- object FromText: TLabel
- Left = 44
- Top = 20
- Width = 20
- Height = 13
- Caption = 'from'
- end
- object FromLabel: TLabel
- Left = 70
- Top = 20
- Width = 257
- Height = 13
- AutoSize = False
- Caption = 'source'
- end
- object ToText: TLabel
- Left = 44
- Top = 36
- Width = 9
- Height = 13
- Caption = 'to'
- end
- object ToLabel: TLabel
- Left = 70
- Top = 36
- Width = 259
- Height = 13
- AutoSize = False
- Caption = 'dest'
- end
- object Image: TImage
- Left = 6
- Top = 8
- Width = 32
- Height = 32
- OnClick = ImageClick
- end
- object BytesLabel: TLabel
- Left = 83
- Top = 82
- Width = 34
- Height = 13
- Caption = '0 bytes'
- Visible = False
- end
- object CopiedLabel: TLabel
- Left = 44
- Top = 82
- Width = 33
- Height = 13
- Caption = 'Copied'
- Visible = False
- end
- object Gauge: TWin95Gauge
- Left = 44
- Top = 55
- Width = 283
- Height = 16
- ForeColor = clNavy
- BackColor = clSilver
- Progress = 70
- end
- object CancelBtn: TBitBtn
- Left = 242
- Top = 77
- Width = 89
- Height = 25
- TabOrder = 0
- OnClick = CancelBtnClick
- Kind = bkCancel
- Style = bsNew
- end
- end
-