home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / TABPGDLG.DFM / TABPGDLG.txt
Text File  |  1997-02-28  |  2KB  |  83 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.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 427
  19.     Height = 266
  20.     Align = alClient
  21.     BevelOuter = bvNone
  22.     BorderWidth = 5
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object PageControl1: TPageControl
  26.       Left = 5
  27.       Top = 5
  28.       Width = 417
  29.       Height = 256
  30.       ActivePage = TabSheet1
  31.       Align = alClient
  32.       TabOrder = 0
  33.       object TabSheet1: TTabSheet
  34.         Caption = 'TabSheet1'
  35.       end
  36.       object TabSheet2: TTabSheet
  37.         Caption = 'TabSheet2'
  38.       end
  39.       object TabSheet3: TTabSheet
  40.         Caption = 'TabSheet3'
  41.       end
  42.     end
  43.   end
  44.   object Panel2: TPanel
  45.     Left = 0
  46.     Top = 266
  47.     Width = 427
  48.     Height = 34
  49.     Align = alBottom
  50.     BevelOuter = bvNone
  51.     ParentColor = True
  52.     TabOrder = 1
  53.     object OKBtn: TButton
  54.       Left = 187
  55.       Top = 2
  56.       Width = 75
  57.       Height = 25
  58.       Caption = 'OK'
  59.       Default = True
  60.       ModalResult = 1
  61.       TabOrder = 0
  62.     end
  63.     object CancelBtn: TButton
  64.       Left = 267
  65.       Top = 2
  66.       Width = 75
  67.       Height = 25
  68.       Cancel = True
  69.       Caption = 'Cancel'
  70.       ModalResult = 2
  71.       TabOrder = 1
  72.     end
  73.     object HelpBtn: TButton
  74.       Left = 347
  75.       Top = 2
  76.       Width = 75
  77.       Height = 25
  78.       Caption = '&Help'
  79.       TabOrder = 2
  80.     end
  81.   end
  82. end
  83.