home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / MouseExcept / Main.dfm / Main.txt
Text File  |  1998-03-26  |  764b  |  38 lines

  1. object MainForm: TMainForm
  2.   Left = 205
  3.   Top = 132
  4.   Width = 409
  5.   Height = 287
  6.   Caption = 'Custom Exceptions'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnMouseDown = FormMouseDown
  13.   OnPaint = FormPaint
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 72
  18.     Top = 144
  19.     Width = 263
  20.     Height = 24
  21.     Caption = 'Click inside the rectangle to exit'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clMaroon
  24.     Font.Height = -19
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object BitBtn1: TBitBtn
  30.     Left = 296
  31.     Top = 208
  32.     Width = 75
  33.     Height = 25
  34.     TabOrder = 0
  35.     Kind = bkClose
  36.   end
  37. end
  38.