Skip to main content
Sign in
Snippets Groups Projects
Select Git revision
  • 19c587774a2aeabc4a0f1c3294214605b6a8fc68
  • master default protected
  • dependabot/pip/wheel-0.38.1
  • dependabot/pip/certifi-2022.12.7
  • dependabot/pip/urllib3-1.26.5
  • dependabot/pip/py-1.10.0
  • dependabot/pip/pygments-2.7.4
  • dependabot/pip/cryptography-3.3.2
  • dependabot/pip/bleach-3.3.0
  • 0.9
10 results

.gitattributes

Blame
  • BaseScreen.fx.yaml 12.73 KiB
    BaseScreen As screen:
        Fill: =RGBA(0, 52, 128, 1)
        ImagePosition: =ImagePosition.Fill
    
        ConBan As groupContainer.manualLayoutContainer:
            BorderStyle: =BorderStyle.None
            DropShadow: =DropShadow.None
            Height: =Parent.Height/13
            Width: =Parent.Width
            ZIndex: =1
    
            Banlabel1 As label:
                Align: =Align.Center
                AutoHeight: =true
                BorderColor: =RGBA(0, 0, 0, 0)
                BorderStyle: =BorderStyle.None
                BorderThickness: =2
                Color: =RGBA(255, 255, 255, 1)
                DisabledBorderColor: =RGBA(0, 0, 0, 0)
                DisabledColor: =RGBA(255, 255, 255, 1)
                Fill: =RGBA(0, 52, 128, 1)
                FocusedBorderThickness: =2
                Font: =Font.'Segoe UI'
                Height: =ConBan.Height
                Italic: =true
                Size: =ConBan.Height/3.6
                Text: |-
                    ="Ask
                    ChatGPT"
                Width: =ConBan.Height*1.6
                X: |-
                    =//ConBan.Width - (ConBan.Width - ConBan.Width/25)
                    ConBan.Width - ConBan.Width/25 - Banlabel1.Width
                Y: =ConBan.Y
                ZIndex: =1
    
            Logo As image:
                AccessibleLabel: ="ARD Logo"
                Fill: =RGBA(0, 52, 128, 1)
                Height: =ConBan.Height - (ConBan.Height/6)
                Image: ='ard-logo'
                Width: =ConBan.Width/3.5
                X: =ConBan.Width/3
                Y: =ConBan.Y + (ConBan.Height/7)
                ZIndex: =2
    
            behave1 As dropdown:
                Default: ="Assi"
                Height: =ConBan.Height/1.4
                Items: =DropDownSample
                Size: =21
                Width: =ConBan.Height*1.4
                X: =ConBan.Width - (ConBan.Width - ConBan.Width/25)
                Y: =ConBan.Y + (ConBan.Height/4)
                ZIndex: =3
    
        ConFkt1 As groupContainer.manualLayoutContainer:
            BorderStyle: =BorderStyle.None
            DropShadow: =DropShadow.None
            Height: =Parent.Height/11
            Width: =Parent.Width
            Y: =ConResp.Y + ConResp.Height
            ZIndex: =2
    
            Creativity1 As toggleSwitch:
                AccessibleLabel: ="Kreativitätsmodus aktivieren oder deaktivieren"
                BorderColor: =RGBA(0, 52, 128, 1)
                Color: =RGBA(255, 255, 255, 1)
                DisabledBorderColor: =RGBA(0, 52, 128, 1)
                FalseFill: =RGBA(255, 255, 255, 1)