home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Objrepos / tabpgdlg.dfm / tabpgdlg.txt
Text File  |  1999-08-11  |  2KB  |  80 lines

  1. object PagesDlg: TPagesDlg
  2.   Left = 195
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tabbed Notebook Dialog'
  6.   ClientHeight = 300
  7.   ClientWidth = 427
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Panel1: TPanel
  13.     Left = 0
  14.     Top = 0
  15.     Width = 427
  16.     Height = 266
  17.     Align = alClient
  18.     BevelOuter = bvNone
  19.     BorderWidth = 5
  20.     ParentColor = True
  21.     TabOrder = 0
  22.     object PageControl1: TPageControl
  23.       Left = 5
  24.       Top = 5
  25.       Width = 417
  26.       Height = 256
  27.       ActivePage = TabSheet1
  28.       Align = alClient
  29.       TabOrder = 0
  30.       object TabSheet1: TTabSheet
  31.         Caption = 'TabSheet1'
  32.       end
  33.       object TabSheet2: TTabSheet
  34.         Caption = 'TabSheet2'
  35.       end
  36.       object TabSheet3: TTabSheet
  37.         Caption = 'TabSheet3'
  38.       end
  39.     end
  40.   end
  41.   object Panel2: TPanel
  42.     Left = 0
  43.     Top = 266
  44.     Width = 427
  45.     Height = 34
  46.     Align = alBottom
  47.     BevelOuter = bvNone
  48.     ParentColor = True
  49.     TabOrder = 1
  50.     object OKBtn: TButton
  51.       Left = 187
  52.       Top = 2
  53.       Width = 75
  54.       Height = 25
  55.       Caption = 'OK'
  56.       Default = True
  57.       ModalResult = 1
  58.       TabOrder = 0
  59.     end
  60.     object CancelBtn: TButton
  61.       Left = 267
  62.       Top = 2
  63.       Width = 75
  64.       Height = 25
  65.       Cancel = True
  66.       Caption = 'Cancel'
  67.       ModalResult = 2
  68.       TabOrder = 1
  69.     end
  70.     object HelpBtn: TButton
  71.       Left = 347
  72.       Top = 2
  73.       Width = 75
  74.       Height = 25
  75.       Caption = '&Help'
  76.       TabOrder = 2
  77.     end
  78.   end
  79. end
  80.