home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95RFILER / RFILER.ZIP / RFILER.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1997-12-27  |  623b  |  34 lines

  1. object Form2: TForm2
  2.   Left = 325
  3.   Top = 211
  4.   ActiveControl = Edit1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 49
  8.   ClientWidth = 231
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnKeyPress = FormKeyPress
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 12
  23.     Width = 3
  24.     Height = 13
  25.   end
  26.   object Edit1: TEdit
  27.     Left = 114
  28.     Top = 10
  29.     Width = 107
  30.     Height = 21
  31.     TabOrder = 0
  32.   end
  33. end
  34.