Sha256: c2d0d3fa67742fa6b5ab5a3af69fdfddcd5e23b8b6f054943c618d210484d3b5

Contents?: true

Size: 761 Bytes

Versions: 32

Compression:

Stored size: 761 Bytes

Contents

SCREEN 500 200 1.0

SCROLLWINDOW 200

  # 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
    SPACER 32 24
    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

  LABELVALUEDESC INST HEALTH_STATUS TEMP1
  LABELVALUEDESC INST HEALTH_STATUS TEMP1 "Description"
  TEXTBOX INST ADCS PACKET_TIMEFORMATTED 400 100
END

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
openc3-cosmos-demo-5.17.1 targets/INST2/screens/other.txt
openc3-cosmos-demo-5.17.0 targets/INST2/screens/other.txt
openc3-cosmos-demo-5.16.0 targets/INST2/screens/other.txt
openc3-cosmos-demo-5.15.2 targets/INST2/screens/other.txt
openc3-cosmos-demo-5.15.1 targets/INST2/screens/other.txt
openc3-cosmos-demo-5.15.0 targets/INST2/screens/other.txt
openc3-cosmos-demo-5.14.2 targets/INST2/screens/other.txt
openc3-cosmos-demo-5.14.1 targets/INST2/screens/other.txt
openc3-cosmos-demo-5.14.0 targets/INST2/screens/other.txt
openc3-cosmos-demo-5.13.0 targets/INST2/screens/other.txt
openc3-cosmos-demo-5.12.0 targets/INST2/screens/other.txt
openc3-cosmos-demo-5.10.1 targets/INST/screens/other.txt
openc3-cosmos-demo-5.10.0 targets/INST/screens/other.txt
openc3-cosmos-demo-5.9.1 targets/INST/screens/other.txt
openc3-cosmos-demo-5.9.0 targets/INST/screens/other.txt
openc3-cosmos-demo-5.8.1 targets/INST/screens/other.txt
openc3-cosmos-demo-5.8.0 targets/INST/screens/other.txt
openc3-cosmos-demo-5.7.2 targets/INST/screens/other.txt
openc3-cosmos-demo-5.7.0 targets/INST/screens/other.txt
openc3-cosmos-demo-5.6.1 targets/INST/screens/other.txt