home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / objects / classex / props / main.dfm / main.txt < prev   
Text File  |  1995-03-20  |  961b  |  51 lines

  1. object Form1: TForm1
  2.   Left = 221
  3.   Top = 110
  4.   Width = 268
  5.   Height = 130
  6.   ActiveControl = BGetHeight
  7.   Caption = 'Property Form'
  8.   Color = clNavy
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object BGetHeight: TButton
  19.     Left = 8
  20.     Top = 64
  21.     Width = 113
  22.     Height = 30
  23.     Caption = 'Get Height'
  24.     TabOrder = 0
  25.     OnClick = BGetHeightClick
  26.   end
  27.   object BSetHeight: TButton
  28.     Left = 128
  29.     Top = 64
  30.     Width = 122
  31.     Height = 30
  32.     Caption = 'Set Height'
  33.     TabOrder = 1
  34.     OnClick = BSetHeightClick
  35.   end
  36.   object Edit1: TEdit
  37.     Left = 16
  38.     Top = 8
  39.     Width = 233
  40.     Height = 27
  41.     Color = clBlue
  42.     Font.Color = clYellow
  43.     Font.Height = -16
  44.     Font.Name = 'Times New Roman'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 2
  48.     Text = 'Edit1'
  49.   end
  50. end
  51.