home *** CD-ROM | disk | FTP | other *** search
/ Freelog 7 / Freelog007.iso / BAS / Fichiers / Renovator / ReNovator.exe / 0 / RCDATA / TENTEREXT / TENTEREXT.txt
Text File  |  1998-01-26  |  948b  |  52 lines

  1. object EnterExt: TEnterExt
  2.   Left = 234
  3.   Top = 154
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter Extension'
  7.   ClientHeight = 78
  8.   ClientWidth = 192
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LExt: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 171
  21.     Height = 13
  22.     Caption = 'Enter the Extension (without the dot)'
  23.   end
  24.   object BOK: TButton
  25.     Left = 8
  26.     Top = 50
  27.     Width = 89
  28.     Height = 25
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object BCancel: TButton
  35.     Left = 104
  36.     Top = 50
  37.     Width = 81
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object EExt: TEdit
  45.     Left = 8
  46.     Top = 24
  47.     Width = 177
  48.     Height = 21
  49.     TabOrder = 2
  50.   end
  51. end
  52.