home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / Chip_1998-09_cd.bin / sharewar / fmedit / Fmedit95.exe / 0 / RCDATA / TRENAMEFORM / TRENAMEFORM.txt
Text File  |  1998-01-18  |  944b  |  53 lines

  1. object RenameForm: TRenameForm
  2.   Left = 264
  3.   Top = 189
  4.   Width = 280
  5.   Height = 109
  6.   Caption = 'FmEdit95 - Rename File'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnActivate = FormActivate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 32
  16.     Top = 8
  17.     Width = 40
  18.     Height = 13
  19.     Caption = 'Rename'
  20.   end
  21.   object Ren: TEdit
  22.     Left = 32
  23.     Top = 24
  24.     Width = 209
  25.     Height = 21
  26.     TabOrder = 0
  27.     OnKeyUp = RenKeyUp
  28.   end
  29.   object Button1: TButton
  30.     Left = 40
  31.     Top = 56
  32.     Width = 75
  33.     Height = 20
  34.     Caption = 'Rename'
  35.     TabOrder = 1
  36.     OnClick = Button1Click
  37.   end
  38.   object Button2: TButton
  39.     Left = 156
  40.     Top = 56
  41.     Width = 75
  42.     Height = 20
  43.     Caption = 'Cancel'
  44.     TabOrder = 2
  45.     OnClick = Button2Click
  46.   end
  47.   object RenameOp: TFileOperator
  48.     ProgressTitle = 'File Operation'
  49.     Top = 24
  50.     data = Null
  51.   end
  52. end
  53.