home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / multmedi / vidfun / vidfun.exe / W95FUN20.DLL / RCDATA / TRENAMEFORM / TRENAMEFORM.txt
Encoding:
Text File  |  1996-10-30  |  1.5 KB  |  79 lines

  1. object RenameForm: TRenameForm
  2.   Left = 179
  3.   Top = 329
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rename File'
  6.   ClientHeight = 137
  7.   ClientWidth = 365
  8.   Font.Color = clBlack
  9.   Font.Height = -16
  10.   Font.Name = 'Arial'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 19
  17.   object DirLabel: TLabel
  18.     Left = 15
  19.     Top = 15
  20.     Width = 331
  21.     Height = 19
  22.     AutoSize = False
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object TheFileName: TEdit
  30.     Left = 25
  31.     Top = 51
  32.     Width = 321
  33.     Height = 24
  34.     Font.Color = clBlack
  35.     Font.Height = -13
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     MaxLength = 255
  39.     ParentFont = False
  40.     TabOrder = 0
  41.   end
  42.   object BtnOk: TBitBtn
  43.     Left = 86
  44.     Top = 91
  45.     Width = 90
  46.     Height = 33
  47.     Caption = '&Ok'
  48.     Default = True
  49.     Font.Color = clBlack
  50.     Font.Height = -13
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ModalResult = 1
  54.     ParentFont = False
  55.     TabOrder = 1
  56.     OnClick = BtnOkClick
  57.     NumGlyphs = 2
  58.     Style = bsNew
  59.   end
  60.   object BtnAbort: TBitBtn
  61.     Left = 190
  62.     Top = 91
  63.     Width = 90
  64.     Height = 33
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     Font.Color = clBlack
  68.     Font.Height = -13
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ModalResult = 2
  72.     ParentFont = False
  73.     TabOrder = 2
  74.     OnClick = BtnAbortClick
  75.     NumGlyphs = 2
  76.     Style = bsNew
  77.   end
  78. end
  79.