home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / EXCEPT1 / MAIN.dfm / MAIN.txt
Text File  |  1998-05-14  |  804b  |  44 lines

  1. object MainForm: TMainForm
  2.   Left = 305
  3.   Top = 220
  4.   AutoScroll = False
  5.   Caption = 'Exception Instance'
  6.   ClientHeight = 194
  7.   ClientWidth = 328
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Button1: TButton
  18.     Left = 30
  19.     Top = 20
  20.     Width = 221
  21.     Height = 101
  22.     Caption = 'Click me'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object ScrollBar1: TScrollBar
  27.     Left = 30
  28.     Top = 150
  29.     Width = 221
  30.     Height = 21
  31.     PageSize = 0
  32.     TabOrder = 1
  33.   end
  34.   object ScrollBar2: TScrollBar
  35.     Left = 285
  36.     Top = 20
  37.     Width = 16
  38.     Height = 151
  39.     Kind = sbVertical
  40.     PageSize = 0
  41.     TabOrder = 2
  42.   end
  43. end
  44.