home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 October / CLUB10_96.BIN / share95 / 95rolode / rolodeck.exe / 0 / RCDATA / TFORM7 / TFORM7.txt
Text File  |  1996-05-31  |  845b  |  47 lines

  1. object Form7: TForm7
  2.   Left = 200
  3.   Top = 104
  4.   AutoScroll = False
  5.   Caption = 'Import new card'
  6.   ClientHeight = 273
  7.   ClientWidth = 448
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Memo1: TMemo
  16.     Left = 24
  17.     Top = 16
  18.     Width = 297
  19.     Height = 249
  20.     Font.Color = clWindowText
  21.     Font.Height = -11
  22.     Font.Name = 'System'
  23.     Font.Style = []
  24.     ParentFont = False
  25.     TabOrder = 0
  26.   end
  27.   object BitBtn1: TBitBtn
  28.     Left = 336
  29.     Top = 32
  30.     Width = 89
  31.     Height = 33
  32.     Caption = '&Add'
  33.     TabOrder = 1
  34.     OnClick = BitBtn1Click
  35.     Kind = bkOK
  36.   end
  37.   object BitBtn2: TBitBtn
  38.     Left = 336
  39.     Top = 80
  40.     Width = 89
  41.     Height = 33
  42.     Caption = 'A&bort'
  43.     TabOrder = 2
  44.     Kind = bkAbort
  45.   end
  46. end
  47.