Inhalt

Aktueller Ordner: duesseldorfer-schuelerinventar-freepascal-client
⬅ Übergeordnet

u_profiledetail.lfm

object ProfileDetailForm: TProfileDetailForm
  Left = 0
  Top = 0
  Caption = 'ProfileDetailForm'
  ClientHeight = 750
  ClientWidth = 1000
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object lblName: TLabel
    Left = 10
    Top = 10
    Width = 980
    Height = 20
    Caption = 'Name: '
    Font.Size = 12
    Font.Style = [fsBold]
  end
  object rgNorm: TRadioGroup
    Left = 10
    Top = 40
    Width = 200
    Height = 50
    Caption = 'Normtabelle'
    Columns = 2
    Items.Strings = (
      'Hauptschule (HS)'
      'Förderschule (FS)')
    ItemIndex = 0
    TabOrder = 0
  end
  object PageControl1: TPageControl
    Left = 10
    Top = 100
    Width = 980
    Height = 600
    ActivePage = TabSE
    TabOrder = 1
    object TabSE: TTabSheet
      Caption = 'Selbsteinschätzung'
      object sgSE: TStringGrid
        Left = 0
        Top = 0
        Width = 972
        Height = 200
        Align = alTop
        DefaultRowHeight = 25
        FixedCols = 1
        FixedRows = 1
        TabOrder = 0
      end
      object chartSE: TProfileChart
        Left = 0
        Top = 200
        Width = 972
        Height = 250
        Align = alClient
      end
    end
    object TabFE: TTabSheet
      Caption = 'Fremdeinschätzung'
      object sgFE: TStringGrid
        Left = 0
        Top = 0
        Width = 972
        Height = 200
        Align = alTop
        DefaultRowHeight = 25
        FixedCols = 1
        FixedRows = 1
        TabOrder = 0
      end
      object chartFE: TProfileChart
        Left = 0
        Top = 200
        Width = 972
        Height = 250
        Align = alClient
      end
    end
    object TabStats: TTabSheet
      Caption = 'Statistik'
      object lblCorrelation: TLabel
        Left = 10
        Top = 20
        Width = 200
        Height = 20
        Caption = 'Korrelation: '
        Font.Size = 12
        Font.Style = [fsBold]
      end
      object lblAgreement: TLabel
        Left = 10
        Top = 50
        Width = 200
        Height = 20
        Caption = 'Übereinstimmung: '
        Font.Size = 12
        Font.Style = [fsBold]
      end
      object chartStats: TProfileChart
        Left = 0
        Top = 80
        Width = 972
        Height = 250
        Align = alTop
      end
      object memInterpretation: TMemo
        Left = 0
        Top = 330
        Width = 972
        Height = 242
        Align = alClient
        ReadOnly = True
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
    object TabItems: TTabSheet
      Caption = 'Alle Items'
      object sgItems: TStringGrid
        Left = 0
        Top = 0
        Width = 972
        Height = 572
        Align = alClient
        DefaultRowHeight = 20
        FixedCols = 1
        FixedRows = 1
        TabOrder = 0
      end
    end
  end
  object btnClose: TButton
    Left = 450
    Top = 710
    Width = 100
    Height = 30
    Caption = 'Schließen'
    ModalResult = 1
    TabOrder = 2
  end
end