/** @file L05GraphicNovoMenuVfr.Vfr ;****************************************************************************** ;* Copyright (c) 2012 - 2018, Insyde Software Corporation. All Rights Reserved. ;* ;* You may not reproduce, distribute, publish, display, perform, modify, adapt, ;* transmit, broadcast, present, recite, release, license or otherwise exploit ;* any part of this publication in any form, by any means, without the prior ;* written permission of Insyde Software Corporation. ;* ;****************************************************************************** */ #include "SetupConfig.h" #define L05_NOVO_MENU_FORM_ID 0x1001 #define LABEL_L05_NOVO_MENU_START 0x00 #define LABEL_L05_NOVO_MENU_END 0x01 #define NOVO_MENU_CLASS 0x00 #define NOVO_MENU_SUBCLASS 0x00 formset guid = L05_NOVO_MENU_FORMSET_GUID, title = STRING_TOKEN(STR_NOVO_MENU_BANNER), help = STRING_TOKEN(STR_NOVO_MENU_BANNER_HELP), classguid = L05_NOVO_MENU_FORMSET_GUID, class = NOVO_MENU_CLASS, subclass = NOVO_MENU_SUBCLASS, form formid = L05_NOVO_MENU_FORM_ID, title = STRING_TOKEN(STR_LAST_STRING); // grayoutif vareqval var(VAR_EQ_GRAY_TEXT) == 0x1; // text // help = STRING_TOKEN(STR_LAST_STRING), // text = STRING_TOKEN(STR_NM_BANNER), // text = STRING_TOKEN(STR_LAST_STRING); // endif; // // This is where we will dynamically add choices for the Novo Menu // label LABEL_L05_NOVO_MENU_START; label LABEL_L05_NOVO_MENU_END; subtitle text = STRING_TOKEN(STR_LAST_STRING); subtitle text = STRING_TOKEN(STR_HELP_FOOTER); endform; endformset;