home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / Undelete.exe / RCDATA / TFRMDOSFILENAME / TFRMDOSFILENAME.txt
Encoding:
Text File  |  2004-03-31  |  1.9 KB  |  101 lines

  1. object frmDOSFilename: TfrmDOSFilename
  2.   Left = 387
  3.   Top = 514
  4.   BorderStyle = bsDialog
  5.   Caption = 'TuneUp Undelete'
  6.   ClientHeight = 185
  7.   ClientWidth = 379
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   Position = poMainFormCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblTopic: TLabel
  21.     Left = 11
  22.     Top = 10
  23.     Width = 362
  24.     Height = 38
  25.     AutoSize = False
  26.     Caption = 
  27.       'The first letter of the file name is unknown. Please replace the' +
  28.       ' question mark with a valid character of your choice.'
  29.     WordWrap = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 11
  33.     Top = 55
  34.     Width = 98
  35.     Height = 13
  36.     Caption = 'Original path:'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 11
  40.     Top = 102
  41.     Width = 87
  42.     Height = 13
  43.     Caption = 'New file name:'
  44.   end
  45.   object lblOrgPath: TEllipsisLabel
  46.     Left = 115
  47.     Top = 55
  48.     Width = 235
  49.     Height = 18
  50.     AutoSize = False
  51.     ShowAccelChar = False
  52.     EllipsisStyle = etEndEllipsis
  53.   end
  54.   object Label5: TLabel
  55.     Left = 10
  56.     Top = 79
  57.     Width = 81
  58.     Height = 13
  59.     Caption = 'Old file name:'
  60.   end
  61.   object lblOldFilename: TEllipsisLabel
  62.     Left = 115
  63.     Top = 78
  64.     Width = 235
  65.     Height = 18
  66.     AutoSize = False
  67.     ShowAccelChar = False
  68.     EllipsisStyle = etEndEllipsis
  69.   end
  70.   object btnOK: TButton
  71.     Left = 211
  72.     Top = 152
  73.     Width = 75
  74.     Height = 23
  75.     HelpContext = 5
  76.     Caption = 'OK'
  77.     Default = True
  78.     TabOrder = 1
  79.     OnClick = btnOKClick
  80.   end
  81.   object btnCancel: TButton
  82.     Left = 293
  83.     Top = 152
  84.     Width = 75
  85.     Height = 23
  86.     HelpContext = 3
  87.     Cancel = True
  88.     Caption = 'Cancel'
  89.     ModalResult = 2
  90.     TabOrder = 2
  91.   end
  92.   object edtNewFilename: TEdit
  93.     Left = 115
  94.     Top = 99
  95.     Width = 179
  96.     Height = 21
  97.     MaxLength = 250
  98.     TabOrder = 0
  99.   end
  100. end
  101.