home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / excptexp / allexcep / main.dfm / main.txt
Encoding:
Text File  |  1995-03-21  |  699 b   |  38 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   ActiveControl = Button1
  5.   AutoScroll = False
  6.   Caption = 'Form1'
  7.   ClientHeight = 265
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 20
  15.   object Button1: TButton
  16.     Left = 176
  17.     Top = 160
  18.     Width = 89
  19.     Height = 33
  20.     Caption = 'Button1'
  21.     TabOrder = 0
  22.     OnClick = Button1Click
  23.   end
  24.   object Edit1: TEdit
  25.     Left = 112
  26.     Top = 48
  27.     Width = 121
  28.     Height = 32
  29.     Font.Color = clBlack
  30.     Font.Height = -20
  31.     Font.Name = 'Times New Roman'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     TabOrder = 1
  35.     Text = 'Edit1'
  36.   end
  37. end
  38.