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

  1. object Form6: TForm6
  2.   Left = 200
  3.   Top = 104
  4.   AutoScroll = False
  5.   Caption = 'Microsoft Card File Convert'
  6.   ClientHeight = 98
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 120
  20.     Height = 16
  21.     Caption = 'Name of Card File:'
  22.   end
  23.   object Edit1: TEdit
  24.     Left = 144
  25.     Top = 16
  26.     Width = 265
  27.     Height = 24
  28.     TabOrder = 0
  29.   end
  30.   object BitBtn1: TBitBtn
  31.     Left = 93
  32.     Top = 56
  33.     Width = 89
  34.     Height = 33
  35.     TabOrder = 1
  36.     OnClick = BitBtn1Click
  37.     Kind = bkOK
  38.   end
  39.   object BitBtn2: TBitBtn
  40.     Left = 245
  41.     Top = 56
  42.     Width = 89
  43.     Height = 33
  44.     TabOrder = 2
  45.     Kind = bkAbort
  46.   end
  47. end
  48.