home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / ADDPAGE / MAIN.dfm / MAIN.txt
Text File  |  1998-02-19  |  1KB  |  58 lines

  1. object MainForm: TMainForm
  2.   Left = 201
  3.   Top = 96
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Add Page and Controls Demonstration'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object TabbedNotebook1: TTabbedNotebook
  15.     Left = 8
  16.     Top = 16
  17.     Width = 409
  18.     Height = 201
  19.     TabFont.Charset = DEFAULT_CHARSET
  20.     TabFont.Color = clBtnText
  21.     TabFont.Height = -11
  22.     TabFont.Name = 'MS Sans Serif'
  23.     TabFont.Style = []
  24.     TabOrder = 0
  25.     object TTabPage
  26.       Left = 4
  27.       Top = 27
  28.       Caption = 'Default'
  29.     end
  30.   end
  31.   object AddPageButton: TButton
  32.     Left = 16
  33.     Top = 232
  34.     Width = 89
  35.     Height = 33
  36.     Caption = 'Add page'
  37.     TabOrder = 1
  38.     OnClick = AddPageButtonClick
  39.   end
  40.   object CloseBitBtn: TBitBtn
  41.     Left = 320
  42.     Top = 232
  43.     Width = 89
  44.     Height = 33
  45.     TabOrder = 2
  46.     Kind = bkClose
  47.   end
  48.   object AddControlButton: TButton
  49.     Left = 120
  50.     Top = 232
  51.     Width = 89
  52.     Height = 33
  53.     Caption = 'Add control'
  54.     TabOrder = 3
  55.     OnClick = AddControlButtonClick
  56.   end
  57. end
  58.