Sha256: 97514f28cb853b2a8b02e27093ab996080a35e282ff9f679c5614d2ded0f6bb5

Contents?: true

Size: 994 Bytes

Versions: 12

Compression:

Stored size: 994 Bytes

Contents

SCREEN 800 700 1.0

SCROLLWINDOW

  # Change the title font to 10 pt courier without bold and make it italic
  TITLE "<%= @target_name %> Other Widget Examples" courier 10 normal true

  HORIZONTAL
    LABEL "TestText"
    LABEL "TestText" nil 20 # Only change the font size
    LABEL "TestText" nil nil BOLD # Only change make it bold
    LABEL "TestText" nil nil nil true # Only make it italic
    LABEL "TestText" Arial nil BOLD # Bold arial with default size
    LABEL "TestText" Arial nil nil true # Italic arial with default size
    LABEL "TestText" Courier 14 # 14pt courier
  END

  VERTICALBOX
    HORIZONTAL
      SETTING LAYOUT_FILL_X
      LABEL TIMESEC
      FORMATFONTVALUE INST LATEST TIMESEC %012u CONVERTED 12 arial 15
        SETTING LAYOUT_RIGHT
    END

    HORIZONTAL
      TEXTBOX INST ADCS TIMEFORMATTED 200 300
      TIMEGRAPH INST ADCS Q1 100 500 500 3
    END

    LABELVALUEDESC INST HEALTH_STATUS TEMP1
    LABELFORMATVALUE INST HEALTH_STATUS TEMP1 %0.6f
  END
END

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cosmos-4.5.2-java demo/config/targets/INST/screens/other.txt
cosmos-4.5.2 demo/config/targets/INST/screens/other.txt
cosmos-4.5.1-java demo/config/targets/INST/screens/other.txt
cosmos-4.5.1 demo/config/targets/INST/screens/other.txt
cosmos-4.5.0-java demo/config/targets/INST/screens/other.txt
cosmos-4.5.0 demo/config/targets/INST/screens/other.txt
cosmos-4.4.2-java demo/config/targets/INST/screens/other.txt
cosmos-4.4.2 demo/config/targets/INST/screens/other.txt
cosmos-4.4.1-java demo/config/targets/INST/screens/other.txt
cosmos-4.4.1 demo/config/targets/INST/screens/other.txt
cosmos-4.4.0-java demo/config/targets/INST/screens/other.txt
cosmos-4.4.0 demo/config/targets/INST/screens/other.txt