title-text: ""
desktop-image: "background.png"


+ boot_menu
{
    width = 608
    height = 550
    left = 670
    top = 506
    item_height = 25
    item_spacing = 10
    item_font = "Courier New Bold 16"
    item_color = "#4DFFF2"
    selected_item_pixmap_style = "highlight_*.png"
    icon_width = 10
}

+ label
{
    id = "__timeout__"
    left = 665
    top = 803
    text = "Loading in %d seconds"
    font = "Courier New Regular 16"
    color = "#40BFB6"
}

+ progress_bar
{
    id = "__timeout__"
    width = 623
    left = 655
    top = 801
    highlight_style = "highlight_*.png"
}

+ canvas
{
    width = 700
    height = 700
    left = 610
    top = 190

    + vbox
    {
        left = 40
        top = 35

        + canvas
        {
            width = 600
            height = 125

            + image
            {
                file = "terminal-logo.png"
                width = 160
                height = 100
            }

            + vbox
            {
                left = 325

                + label
                {
                    height = 27
                    text = "Global Monopoly Industries"
                    font = "Courier New Bold 16"
                    color = "#40BFB6"
                }

                + label
                {
                    height = 18
                    text = "Yesterday's Technology, Today"
                    font = "Courier New Regular 16"
                    color = "#40BFB6"
                }

                + label
                {
                    height = 18
                    text = "(c) 2242-76"
                    font = "Courier New Regular 16"
                    color = "#40BFB6"
                }
            }
        }

        + vbox
        {
            + label
            {
                height = 50
                text = "Initialising ... boot device found"
                font = "Courier New Regular 16"
                color = "#40BFB6"
            }

            + canvas
            {
                width = 600
                height = 50

                + label
                {
                    text = "Select operating system"
                    font = "Courier New Bold 16"
                    color = "#4DFFF2"
                }

                + label
                {
                    top = 2
                    text = "_______________________"
                    font = "Courier New Bold 16"
                    color = "#4DFFF2"
                }
            }

            + label
            {
                height = 18
                text = "Press 'c' to enter the command-line interface"
                font = "Courier New Regular 16"
                color = "#40BFB6"
            }

            + label
            {
                height = 18
                text = "Press 'e' to edit an entry"
                font = "Courier New Regular 16"
                color = "#40BFB6"
            }
        }
    }
}

+ image
{
    width = 700
    height = 700
    left = 610
    top = 190
    file = "terminal.png"
}
