2018-07-18 10:35 AM
2018-07-18 11:27 AM
2018-07-18 11:40 AM
2018-07-19 03:58 AM
2018-07-19 04:08 AM
UI_CURRENT_PAGE gs_ui_current_page UI_DIALOG `NOTES` ! ============================================================================== ! NOTES ! ============================================================================== iPageIDRoot =-1 iPageIDPage1_heading = 1 iPageIDPage2_notes_1_3 = 2 iPageIDPage3_notes_4_6 = 3 iPageIDPage4_notes_7_9 = 4 iPageIDPage5_notes_10_12 = 5 iPageIDPage6_notes_13_15 = 6 iPageIDPage7_notes_16_18 = 7 iPageIDPage8_notes_19_21 = 8 iPageIDPage9_notes_22_24 = 9 ! ============================================================================== !UI_PAGES ! ============================================================================== UI_PAGE iPageIDPage1_heading, iPageIDRoot, `Title and display settings`, "uiFunctionText_flat(1)" !!!!icon images for buttons gosub "Page1_heading" UI_PAGE iPageIDPage2_notes_1_3, iPageIDRoot, `Notes 1-3`, "uiTab_Descriptions_flat(1)" gosub "Page2_notes_1_3" UI_PAGE iPageIDPage3_notes_4_6, iPageIDRoot, `Notes 4-6`, "uiTab_Descriptions_flat(1)" gosub "Page3_notes_4_6" UI_PAGE iPageIDPage4_notes_7_9, iPageIDRoot, `Notes 7-9`, "uiTab_Descriptions_flat(1)" gosub "Page4_notes_7_9" UI_PAGE iPageIDPage5_notes_10_12, iPageIDRoot, `Notes 10-12`, "uiTab_Descriptions_flat(1)" gosub "Page5_notes_10_12" UI_PAGE iPageIDPage6_notes_13_15, iPageIDRoot, `Notes 13-15`, "uiTab_Descriptions_flat(1)" gosub "Page6_notes_13_15" UI_PAGE iPageIDPage7_notes_16_18, iPageIDRoot, `Notes 16-18`, "uiTab_Descriptions_flat(1)" gosub "Page7_notes_16_18" UI_PAGE iPageIDPage8_notes_19_21, iPageIDRoot, `Notes 19-21`, "uiTab_Descriptions_flat(1)" gosub "Page8_notes_19_21" UI_PAGE iPageIDPage9_notes_22_24, iPageIDRoot, `Notes 22-24`, "uiTab_Descriptions_flat(1)" gosub "Page9_notes_22_24" ! ============================================================================== END ! ============================================================================== ! ============================================================================== !SUBROUTINES ! ============================================================================== !!!!*************************************************************************************************** !!UI_DIALOG "NOTES" "Page1_heading": UI_STYLE 2,0 !!interface script here RETURN !!!!*************************************************************************************************** "Page2_notes_1_3": UI_STYLE 2,0 !!interface script here RETURN !!!!*************************************************************************************************** "Page3_notes_4_6": UI_STYLE 2,0 !!interface script here RETURN !!!!*************************************************************************************************** "Page4_notes_7_9": UI_STYLE 2,0 !!interface script here RETURN !!!!*************************************************************************************************** "Page5_notes_10_12": UI_STYLE 2,0 !!interface script here RETURN !!!!*************************************************************************************************** "Page6_notes_13_15": UI_STYLE 2,0 !!interface script here RETURN !!!!*************************************************************************************************** "Page7_notes_16_18": UI_STYLE 2,0 !!interface script here RETURN !!!!*************************************************************************************************** "Page8_notes_19_21": UI_STYLE 2,0 !!interface script here RETURN !!!!*************************************************************************************************** "Page9_notes_22_24": UI_STYLE 2,0 !!interface script here RETURN
2018-07-19 05:24 AM
2018-07-19 05:26 AM
2018-07-19 08:07 AM
2018-07-19 08:44 AM