home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / multmedi / 95cdmagi / cdplay.exe / 0 / RCDATA / TPAGESDLG / TPAGESDLG.txt
Text File  |  1997-10-22  |  2KB  |  83 lines

  1. object PagesDlg: TPagesDlg
  2.   Left = 118
  3.   Top = 234
  4.   BorderStyle = bsDialog
  5.   Caption = 'Arbeitsblattdialog mit Seitenregistern'
  6.   ClientHeight = 369
  7.   ClientWidth = 526
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 526
  19.     Height = 327
  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 = 516
  29.       Height = 317
  30.       ActivePage = TabSheet2
  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 = 327
  47.     Width = 526
  48.     Height = 42
  49.     Align = alBottom
  50.     BevelOuter = bvNone
  51.     ParentColor = True
  52.     TabOrder = 1
  53.     object OKBtn: TButton
  54.       Left = 230
  55.       Top = 2
  56.       Width = 92
  57.       Height = 31
  58.       Caption = 'OK'
  59.       Default = True
  60.       ModalResult = 1
  61.       TabOrder = 0
  62.     end
  63.     object CancelBtn: TButton
  64.       Left = 329
  65.       Top = 2
  66.       Width = 92
  67.       Height = 31
  68.       Cancel = True
  69.       Caption = 'Abbrechen'
  70.       ModalResult = 2
  71.       TabOrder = 1
  72.     end
  73.     object HelpBtn: TButton
  74.       Left = 427
  75.       Top = 2
  76.       Width = 92
  77.       Height = 31
  78.       Caption = '&Hilfe'
  79.       TabOrder = 2
  80.     end
  81.   end
  82. end
  83.