home *** CD-ROM | disk | FTP | other *** search
- object ResumeForm: TResumeForm
- Left = 421
- Top = 112
- HelpContext = 10000
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'File already exists'
- ClientHeight = 228
- ClientWidth = 370
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnHelp = FormHelp
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 91
- Top = 44
- Width = 49
- Height = 13
- Alignment = taRightJustify
- Caption = 'File name:'
- end
- object Label2: TLabel
- Left = 145
- Top = 44
- Width = 3
- Height = 13
- end
- object Label3: TLabel
- Left = 20
- Top = 126
- Width = 301
- Height = 49
- AutoSize = False
- Caption =
- 'To resume file download press the "Resume" button.'#13#10'To overwrite' +
- ' the file press the "Overwrite" button.'#13#10'To cancel file download' +
- ' press the "Cancel" button.'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 80
- Top = 16
- Width = 154
- Height = 13
- Caption = 'The file specified already exists.'
- end
- object Label5: TLabel
- Left = 79
- Top = 67
- Width = 62
- Height = 13
- Alignment = taRightJustify
- Caption = 'Remote size:'
- end
- object Label6: TLabel
- Left = 93
- Top = 90
- Width = 49
- Height = 13
- Alignment = taRightJustify
- Caption = 'Local size:'
- end
- object Label7: TLabel
- Left = 145
- Top = 67
- Width = 3
- Height = 13
- end
- object Label8: TLabel
- Left = 145
- Top = 90
- Width = 3
- Height = 13
- end
- object Image1: TImage
- Left = 20
- Top = 16
- Width = 32
- Height = 32
- end
- object Button1: TButton
- Left = 84
- Top = 190
- Width = 75
- Height = 23
- HelpContext = 10001
- Caption = 'Resume'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 172
- Top = 190
- Width = 75
- Height = 23
- HelpContext = 10002
- Caption = 'Overwrite'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 260
- Top = 190
- Width = 75
- Height = 23
- HelpContext = 10003
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = Button3Click
- end
- end
-