Skip to content
Snippets Groups Projects
Select Git revision
  • 7acfe1d3cebe5bd27e4235d7ad3be44888547881
  • main default protected
2 results

Main.fx.yaml

Blame
  • Main.fx.yaml 8.30 KiB
    Main As screen:
        BackgroundImage: =
        ContentLanguage: =""
        Fill: =RGBA(224, 24, 24, 1)
        ImagePosition: =ImagePosition.Tile
        LoadingSpinnerColor: =RGBA(0, 0, 0, 0)
    
        textinput1 As text:
            BorderColor: =RGBA(224, 24, 24, 1)
            BorderThickness: =0
            Color: =RGBA(0, 0, 0, 1)
            Default: =""
            DisabledBorderColor: =RGBA(255, 255, 255, 1)
            DisabledColor: =RGBA(161, 159, 157, 1)
            DisabledFill: =RGBA(242, 242, 241, 0)
            EnableSpellCheck: =true
            FocusedBorderThickness: =4
            Font: =Font.'Segoe UI'
            Height: =72
            HoverBorderColor: =RGBA(255, 255, 255, 1)
            HoverColor: =RGBA(0, 0, 0, 1)
            HoverFill: =RGBA(255, 255, 255, 1)
            MaxLength: =88
            Mode: =TextMode.MultiLine
            OnChange: =
            OnSelect: =
            PressedBorderColor: =RGBA(255, 255, 255, 1)
            PressedColor: =RGBA(50, 49, 48, 1)
            PressedFill: =RGBA(255, 255, 255, 1)
            RadiusBottomLeft: =10
            RadiusBottomRight: =10
            RadiusTopLeft: =10
            RadiusTopRight: =10
            Reset: =
            Size: =21
            Width: =479
            X: =40
            Y: =1017
            ZIndex: =1
    
        send1 As icon.Send:
            AutoDisableOnSelect: =
            BorderColor: =RGBA(0, 0, 0, 0)
            Color: =RGBA(255, 255, 255, 1)
            DisabledBorderColor: =RGBA(245, 245, 245, 1)
            DisabledColor: =RGBA(225, 223, 221, 1)
            DisabledFill: =RGBA(0, 0, 0, 0)
            Fill: =RGBA(224, 24, 24, 1)
            FocusedBorderThickness: =4
            HoverBorderColor: =RGBA(0, 0, 0, 0)
            HoverColor: =RGBA(251, 188, 159, 1)
            HoverFill: =RGBA(0, 0, 0, 0)
            Icon: =Icon.Send
            OnSelect: |-
                =
                If(!IsBlank(textinput1.Text), Set(varResponse, varResponse & Char(13) & textinput1.Text));
                Reset(textinput1);
                Notify("ChatGPT asked", NotificationType.Success , 1000);
            PressedBorderColor: =RGBA(0, 0, 0, 0)
            PressedColor: =RGBA(251, 188, 159, 1)
            PressedFill: =RGBA(0, 0, 0, 0)
            TabIndex: =2
            Tooltip: ="1"
            X: =536
            Y: =1021
            ZIndex: =2
    
        SendMail1 As icon.Mail:
            BorderColor: =RGBA(0, 0, 0, 0)
            Color: =RGBA(255, 255, 255, 1)