home *** CD-ROM | disk | FTP | other *** search
- object frmAlreadyExists: TfrmAlreadyExists
- Left = 353
- Top = 536
- BorderStyle = bsDialog
- Caption = 'Error'
- ClientHeight = 171
- ClientWidth = 420
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Scaled = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblTopic: TLabel
- Left = 47
- Top = 10
- Width = 364
- Height = 53
- AutoSize = False
- Caption =
- 'The folder %s already contains a file named Readme.txt, or the f' +
- 'ile cannot be written. Please select an alternative location and' +
- ' click OK.'
- WordWrap = True
- end
- object imgCopyFile: TImage
- Left = 9
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- end
- object Label2: TLabel
- Left = 48
- Top = 66
- Width = 29
- Height = 13
- Caption = 'File:'
- end
- object edtFileName: TEdit
- Left = 48
- Top = 83
- Width = 257
- Height = 21
- TabOrder = 0
- end
- object btnSearch: TButton
- Left = 315
- Top = 82
- Width = 93
- Height = 24
- Caption = '&Browse...'
- TabOrder = 1
- OnClick = btnSearchClick
- end
- object btnOK: TButton
- Left = 253
- Top = 138
- Width = 75
- Height = 24
- HelpContext = 5
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 334
- Top = 138
- Width = 75
- Height = 24
- HelpContext = 3
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object SaveDialog: TSaveDialog
- Filter = 'All files (*)|*'
- Left = 8
- Top = 56
- end
- end
-