object PagesDlg: TPagesDlg Left = 118 Top = 234 BorderStyle = bsDialog Caption = 'Arbeitsblattdialog mit Seitenregistern' ClientHeight = 369 ClientWidth = 526 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 526 Height = 327 Align = alClient BevelOuter = bvNone BorderWidth = 5 ParentColor = True TabOrder = 0 object PageControl1: TPageControl Left = 5 Top = 5 Width = 516 Height = 317 ActivePage = TabSheet2 Align = alClient TabOrder = 0 object TabSheet1: TTabSheet Caption = 'TabSheet1' end object TabSheet2: TTabSheet Caption = 'TabSheet2' end object TabSheet3: TTabSheet Caption = 'TabSheet3' end end end object Panel2: TPanel Left = 0 Top = 327 Width = 526 Height = 42 Align = alBottom BevelOuter = bvNone ParentColor = True TabOrder = 1 object OKBtn: TButton Left = 230 Top = 2 Width = 92 Height = 31 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 329 Top = 2 Width = 92 Height = 31 Cancel = True Caption = 'Abbrechen' ModalResult = 2 TabOrder = 1 end object HelpBtn: TButton Left = 427 Top = 2 Width = 92 Height = 31 Caption = '&Hilfe' TabOrder = 2 end end end