home *** CD-ROM | disk | FTP | other *** search
- object FileIOForm: TFileIOForm
- Left = 232
- Top = 498
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- ClientHeight = 208
- ClientWidth = 370
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poDesktopCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 20
- Top = 16
- Width = 32
- Height = 32
- end
- object Label1: TLabel
- Left = 80
- Top = 16
- Width = 3
- Height = 13
- end
- object Label2: TLabel
- Left = 20
- Top = 112
- Width = 323
- Height = 57
- AutoSize = False
- end
- object Label3: TLabel
- Left = 19
- Top = 80
- Width = 3
- Height = 13
- end
- object Label4: TLabel
- Left = 19
- Top = 67
- Width = 3
- Height = 13
- end
- object ProgressBar1: TProgressBar
- Left = 20
- Top = 96
- Width = 325
- Height = 11
- TabOrder = 0
- end
- object Button1: TButton
- Left = 256
- Top = 176
- Width = 75
- Height = 24
- Cancel = True
- Caption = '&Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 152
- Top = 176
- Width = 91
- Height = 24
- Caption = 'Open &Folder'
- Enabled = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 1500
- OnTimer = Timer1Timer
- Left = 320
- Top = 16
- end
- end
-