home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap16 / linklst2 / entry.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  1.3 KB  |  77 lines

  1. object EntryForm: TEntryForm
  2.   Left = 116
  3.   Top = 136
  4.   ActiveControl = Edit1
  5.   AutoScroll = False
  6.   Caption = 'EntryForm'
  7.   ClientHeight = 180
  8.   ClientWidth = 436
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 24
  17.     Top = 16
  18.     Width = 53
  19.     Height = 20
  20.     Caption = 'Label1'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 24
  24.     Top = 56
  25.     Width = 53
  26.     Height = 20
  27.     Caption = 'Label2'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 24
  31.     Top = 96
  32.     Width = 53
  33.     Height = 20
  34.     Caption = 'Label3'
  35.   end
  36.   object Edit1: TEdit
  37.     Left = 88
  38.     Top = 16
  39.     Width = 329
  40.     Height = 29
  41.     TabOrder = 0
  42.     Text = 'Edit1'
  43.   end
  44.   object Edit2: TEdit
  45.     Left = 88
  46.     Top = 56
  47.     Width = 329
  48.     Height = 29
  49.     TabOrder = 1
  50.     Text = 'Edit2'
  51.   end
  52.   object Edit3: TEdit
  53.     Left = 88
  54.     Top = 96
  55.     Width = 329
  56.     Height = 29
  57.     TabOrder = 2
  58.     Text = 'Edit3'
  59.   end
  60.   object BitBtn1: TBitBtn
  61.     Left = 232
  62.     Top = 136
  63.     Width = 89
  64.     Height = 33
  65.     TabOrder = 3
  66.     Kind = bkOK
  67.   end
  68.   object BitBtn2: TBitBtn
  69.     Left = 120
  70.     Top = 136
  71.     Width = 89
  72.     Height = 33
  73.     TabOrder = 4
  74.     Kind = bkCancel
  75.   end
  76. end
  77.