home *** CD-ROM | disk | FTP | other *** search
- object frmDOSFilename: TfrmDOSFilename
- Left = 387
- Top = 514
- BorderStyle = bsDialog
- Caption = 'TuneUp Undelete'
- ClientHeight = 185
- ClientWidth = 379
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Scaled = False
- Position = poMainFormCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object lblTopic: TLabel
- Left = 11
- Top = 10
- Width = 362
- Height = 38
- AutoSize = False
- Caption =
- 'The first letter of the file name is unknown. Please replace the' +
- ' question mark with a valid character of your choice.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 11
- Top = 55
- Width = 98
- Height = 13
- Caption = 'Original path:'
- end
- object Label3: TLabel
- Left = 11
- Top = 102
- Width = 87
- Height = 13
- Caption = 'New file name:'
- end
- object lblOrgPath: TEllipsisLabel
- Left = 115
- Top = 55
- Width = 235
- Height = 18
- AutoSize = False
- ShowAccelChar = False
- EllipsisStyle = etEndEllipsis
- end
- object Label5: TLabel
- Left = 10
- Top = 79
- Width = 81
- Height = 13
- Caption = 'Old file name:'
- end
- object lblOldFilename: TEllipsisLabel
- Left = 115
- Top = 78
- Width = 235
- Height = 18
- AutoSize = False
- ShowAccelChar = False
- EllipsisStyle = etEndEllipsis
- end
- object btnOK: TButton
- Left = 211
- Top = 152
- Width = 75
- Height = 23
- HelpContext = 5
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 293
- Top = 152
- Width = 75
- Height = 23
- HelpContext = 3
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object edtNewFilename: TEdit
- Left = 115
- Top = 99
- Width = 179
- Height = 21
- MaxLength = 250
- TabOrder = 0
- end
- end
-