Skip to content
Snippets Groups Projects
Select Git revision
  • 1661036e1dcb1f45a6a14cc540aed0ac9d8afef6
  • main default protected
2 results

Screen1.fx.yaml

Blame
  • Manuel's avatar
    Manuel Geyer authored
    1661036e
    History
    Screen1.fx.yaml 11.83 KiB
    Screen1 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)
                FocusedBorderThickness: =4
                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)
                Y: =ConBan.Y
                ZIndex: =1
    
            Logo As image:
                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
    
        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:
                BorderColor: =RGBA(0, 52, 128, 1)
                Color: =RGBA(255, 255, 255, 1)
                DisabledBorderColor: =RGBA(0, 52, 128, 1)
                FalseFill: =RGBA(255, 255, 255, 1)
                FalseHoverFill: =RGBA(251, 188, 159, 1)
                FalseText: ="false"
                FocusedBorderThickness: =4
                Font: =Font.'Segoe UI'
                HandleFill: =RGBA(128, 128, 128, 1)
                Height: =ConFkt1.Height/2
                HoverBorderColor: =RGBA(0, 52, 128, 1)
                LabelPaddingLeft: =7
                OnChange: =0.9
                OnCheck: =false   
                PressedBorderColor: =RGBA(0, 52, 128, 1)
                ShowLabel: =false
                Size: =18
                TabIndex: =1
                TrueFill: =RGBA(251, 188, 159, 1)
                TrueHoverFill: =RGBA(251, 188, 159, 1)