Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,930 changes: 4,930 additions & 0 deletions config/bernese/gpsuser/OPT/PGN_WK/ADDNEQ2.INP

Large diffs are not rendered by default.

92 changes: 92 additions & 0 deletions config/bernese/gpsuser/OPT/PGN_WK/MENU.INP
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@

! Release Information Notes
! -------------------------
RELEASE_INFO 1 "${DOC}/RELEASE.TXT"

USER_INFO 1 "${DOC}/USER.TXT"

! List of Remaining Menu Input Files (full Pathes)
! ------------------------------------------------
MENU_CMP_INP 1 "${PAN}/MENU_CMP.INP"

MSG_MENU_CMP_INP 1 "Edit list of campaigns"

MENU_VAR_INP 1 "${U}/PAN/MENU_VAR.INP"

MSG_MENU_VAR_INP 1 "Menu variables"

MENU_EXT_INP 1 "${U}/PAN/MENU_EXT.INP"

MSG_MENU_EXT_INP 1 "Paths and extensions"

MENU_PGM_INP 1 "${U}/PAN/MENU_PGM.INP"

MSG_MENU_PGM_INP 1 "Program names"

! Active Campaign
! ---------------
ACTIVE_CAMPAIGN 1 "${P}/SOB"

! Modified Julian Date
! --------------------
MODJULDATE 1 "61144.000000"

! Session (only the last character is relevant)
! ---------------------------------------------
SESSION_CHAR 1 "0"

SESSION_TABLE 1 "${P}/SOB\GEN\SESSIONS.SES"
## widget = selwin; path = DIR_SES; ext = EXT_SES; maxfiles = 1
# SESSIONS

! Job character
! -------------
JOB_ID 1 ""

! Size of the Main Window
! -----------------------
MAIN_WIDTH 1 "1920"

MAIN_HEIGHT 1 "1001"

! Colors (RGB Button + RGB Background)
! ------------------------------------
MAIN_PALETTE 0

! Font Types and Font Sizes
! -------------------------
FONTTYPE_BASE 1 "Helvetica"

FONTSIZE_BASE 1 "12"

FONTBOLD_BASE 1 "0"

FONTITALIC_BASE 1 "0"

FONTSTRIKEOUT_BASE 1 "0"

FONTUNDERLINE_BASE 1 "0"

FONTTYPE_LARGE 1 "Courier"

FONTSIZE_LARGE 1 "14"

FONTBOLD_LARGE 1 "0"

FONTITALIC_LARGE 1 "0"

FONTSTRIKEOUT_LARGE 1 "0"

FONTUNDERLINE_LARGE 1 "0"

FONTTYPE_SMALL 1 "Courier"

FONTSIZE_SMALL 1 "12"

FONTBOLD_SMALL 1 "0"

FONTITALIC_SMALL 1 "0"

FONTSTRIKEOUT_SMALL 1 "0"

FONTUNDERLINE_SMALL 1 "0"
17 changes: 17 additions & 0 deletions config/bernese/gpsuser/OPT/PGN_WK/MENU_CMP.INP
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

! List of Campaigns
! -----------------
CAMPAIGN 2
"${P}/EXAMPLE"
"${P}/SOB"
## widget = uniline; numlines = 30

MSG_CAMPAIGN 1 "Campaign directory"


# BEGIN_PANEL NO_CONDITION #####################################################
# EDIT LIST OF CAMPAIGNS - MENU_CMP #
# #
# > Campaign_directory < # CAMPAIGN
# #
# END_PANEL ####################################################################
Loading