home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap09 / ellipses / main.dfm / main.txt < prev   
Text File  |  1995-03-20  |  1KB  |  66 lines

  1. object Form1: TForm1
  2.   Left = 71
  3.   Top = 40
  4.   AutoScroll = False
  5.   Caption = 'Ellipses'
  6.   ClientHeight = 387
  7.   ClientWidth = 507
  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.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 507
  21.     Height = 41
  22.     Align = alTop
  23.     Caption = 'Panel1'
  24.     TabOrder = 0
  25.     object Start: TButton
  26.       Left = 16
  27.       Top = 8
  28.       Width = 89
  29.       Height = 25
  30.       Caption = 'Start'
  31.       TabOrder = 1
  32.       OnClick = BStartClick
  33.     end
  34.     object Panel2: TPanel
  35.       Left = 120
  36.       Top = 8
  37.       Width = 233
  38.       Height = 25
  39.       Alignment = taLeftJustify
  40.       BevelInner = bvLowered
  41.       Caption = ' Enter number of Ellipses to draw'
  42.       Color = clBlue
  43.       Font.Color = clYellow
  44.       Font.Height = -16
  45.       Font.Name = 'Times New Roman'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       TabOrder = 2
  49.     end
  50.     object Edit1: TEdit
  51.       Left = 368
  52.       Top = 8
  53.       Width = 121
  54.       Height = 25
  55.       Color = clBlue
  56.       Font.Color = clYellow
  57.       Font.Height = -15
  58.       Font.Name = 'Times New Roman'
  59.       Font.Style = [fsBold]
  60.       ParentFont = False
  61.       TabOrder = 0
  62.       Text = 'Edit1'
  63.     end
  64.   end
  65. end
  66.