home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / objects / enuminfo / main.txt < prev   
Text File  |  1995-03-20  |  1KB  |  63 lines

  1. object Form1: TForm1
  2.   Left = 202
  3.   Top = 99
  4.   AutoScroll = False
  5.   Caption = 'Enum Info'
  6.   ClientHeight = 124
  7.   ClientWidth = 343
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object ComboBox1: TComboBox
  16.     Left = 8
  17.     Top = 8
  18.     Width = 145
  19.     Height = 24
  20.     ItemHeight = 16
  21.     Items.Strings = (
  22.       'BorderStyle'
  23.       'DragMode'
  24.       'Style')
  25.     TabOrder = 0
  26.     Text = 'ComboBox1'
  27.   end
  28.   object Edit1: TEdit
  29.     Left = 8
  30.     Top = 40
  31.     Width = 121
  32.     Height = 24
  33.     TabOrder = 1
  34.     Text = 'Edit1'
  35.   end
  36.   object ListBox1: TListBox
  37.     Left = 184
  38.     Top = 8
  39.     Width = 145
  40.     Height = 97
  41.     ItemHeight = 16
  42.     TabOrder = 2
  43.   end
  44.   object CurType: TButton
  45.     Left = 8
  46.     Top = 80
  47.     Width = 65
  48.     Height = 25
  49.     Caption = 'CurType'
  50.     TabOrder = 3
  51.     OnClick = Button2Click
  52.   end
  53.   object ListEm: TButton
  54.     Left = 88
  55.     Top = 80
  56.     Width = 65
  57.     Height = 25
  58.     Caption = 'ListEm'
  59.     TabOrder = 4
  60.     OnClick = Button3Click
  61.   end
  62. end
  63.