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

  1. object MainForm: TMainForm
  2.   Left = 204
  3.   Top = 188
  4.   ActiveControl = Edit1
  5.   AutoScroll = False
  6.   Caption = 'Raising an Exception'
  7.   ClientHeight = 168
  8.   ClientWidth = 459
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -16
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 120
  17.   TextHeight = 20
  18.   object Label1: TLabel
  19.     Left = 70
  20.     Top = 40
  21.     Width = 179
  22.     Height = 40
  23.     Caption = 'Enter a value between 0 and 99:'
  24.     WordWrap = True
  25.   end
  26.   object Label2: TLabel
  27.     Left = 70
  28.     Top = 120
  29.     Width = 175
  30.     Height = 20
  31.     Caption = 'Click here when done:'
  32.   end
  33.   object Edit1: TEdit
  34.     Left = 290
  35.     Top = 50
  36.     Width = 151
  37.     Height = 28
  38.     TabOrder = 0
  39.   end
  40.   object Button1: TButton
  41.     Left = 290
  42.     Top = 110
  43.     Width = 151
  44.     Height = 41
  45.     Cursor = crDrag
  46.     Caption = 'I'#39'm done!'
  47.     TabOrder = 1
  48.     OnClick = Button1Click
  49.   end
  50. end
  51.