Sha256: 6ade81ab7573421057dc83fc4eb97338c1bcf43a6be0e7372961843b9b6136b3
Contents?: true
Size: 1.13 KB
Versions: 11
Compression:
Stored size: 1.13 KB
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 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 VERTICALBOX HORIZONTAL SETTING LAYOUT_FILL_X LABEL TIMESEC FORMATFONTVALUE <%= target_name %> LATEST TIMESEC %012u CONVERTED 12 arial 15 SETTING LAYOUT_RIGHT END HORIZONTAL TEXTBOX <%= target_name %> ADCS TIMEFORMATTED 200 300 TIMEGRAPH <%= target_name %> ADCS Q1 100 500 500 3 END LABELVALUEDESC <%= target_name %> HEALTH_STATUS TEMP1 LABELFORMATVALUE <%= target_name %> HEALTH_STATUS TEMP1 %0.6f BUTTON 'Open ADCS Screen' "self.$emit('add-new-screen', ['INST', 'ADCS'])" END END
Version data entries
11 entries across 11 versions & 2 rubygems