home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 37 / hot37.iso / FICHEROS / 9SEG / SALV98.ZIP / SALVAGE.EXE / 0 / RCDATA / TFRENAME / TFRENAME.txt < prev   
Text File  |  2005-06-14  |  2KB  |  77 lines

  1. object FRename: TFRename
  2.   Left = 332
  3.   Top = 294
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Rename'
  7.   ClientHeight = 148
  8.   ClientWidth = 328
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LMsg: TLabel
  19.     Left = 65
  20.     Top = 24
  21.     Width = 244
  22.     Height = 32
  23.     Caption = 
  24.       'A file by this name already exists, please provide a new filenam' +
  25.       'e. '
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Pitch = fpVariable
  31.     Font.Style = []
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Image1: TImage
  36.     Left = 16
  37.     Top = 16
  38.     Width = 41
  39.     Height = 41
  40.     Picture.Data = {<image000.ico>}
  41.   end
  42.   object BOK: TButton
  43.     Left = 150
  44.     Top = 115
  45.     Width = 75
  46.     Height = 22
  47.     Caption = '&OK'
  48.     TabOrder = 1
  49.     OnClick = BOKClick
  50.   end
  51.   object PTGroup1: TPTGroup
  52.     Left = 64
  53.     Top = 13
  54.     Width = 249
  55.     Height = 4
  56.     FrameStyle = ptfsHorzLine
  57.   end
  58.   object BCancel: TButton
  59.     Left = 232
  60.     Top = 115
  61.     Width = 75
  62.     Height = 22
  63.     Caption = '&Cancel'
  64.     TabOrder = 2
  65.     OnClick = BCancelClick
  66.   end
  67.   object EFilename: TEdit
  68.     Left = 64
  69.     Top = 72
  70.     Width = 241
  71.     Height = 21
  72.     CharCase = ecUpperCase
  73.     TabOrder = 0
  74.     OnKeyPress = EFilenameKeyPress
  75.   end
  76. end
  77.