Which [#Part:???] is Used to Modify Left Side of Gateway of Tally

Discussion in 'Free Source Codes' started by Prasanna Pathak, Jun 9, 2020.

    

  1. If I am on Gateway of Tally then on My Left Part where it shows "List Of Selected Companies"

    where should i see this part
    can it customize like "Gateway of Tally" Menu Part
     


  2. Bipin Damania

    Bipin Damania Active Member


    Not possible
    Tally has reserved some screen.
     



  3. Ok Thanks Sir
     


  4. vijay raj

    vijay raj New Member


    ;;here is code
    [#Theme: Tally App]
    Close Button BG : Black ;; The X button on the right
    Close Button FG : Red
    App BG : black30;; DashBoardClr
    App FG : silver green

    [#Theme: Tally Company Zone]

    Cmp Zone Title FG : green
    Cmp Zone Sep FG : Black
    Cmp Zone Particulars FG : Red
    Cmp Zone Legend FG : Tory Blue
    Cmp Zone Title Border : Black

    [#System:Formula]
    SV_STYLE : "Normal"
    SV_APPLICATION_TITLE_STYLE : "Arial Larger Bold"
    SV_APPLICATION_LICENSE_STYLE : "Arial Larger Bold"
    SV_APPLICATION_HEADER_STYLE : "Mini Bold"
    SV_COPYRITE_STYLE : "Small Bold"
    SV_MGR_TITLE_STYLE : "Normal Bold"
    SV_MGR_KEY_STYLE : "Normal"
    SV_MGR_COMPANY_STYLE : "Normal Bold"
    SV_BUTTON_TITLE_STYLE : "Small"
    SV_BUTTON_KEY_STYLE : "Small Bold"
    SV_CLOCK_TIME_STYLE : "Tiny Bold"
    SV_TABLE_TITLE_STYLE : "Large Bold"
    SV_TABLE_NORMAL_STYLE : "Bold"
    SV_TABLE_HIGHLIT_STYLE : "Small"
    SV_TABLE_LABEL_STYLE : "Small Bold"
    SV_TABLE_AUX_NORMAL_STYLE : "Small Italic"
    SV_TABLE_AUX_HIGHLIT_STYLE : "Small Italic"
    SV_FIELD_STYLE : "Normal"
    SV_PROMPT_STYLE : "Normal"
    SV_MENU_TITLE_STYLE : "Large"
    SV_MENU_NORMAL_STYLE : "Small"
    SV_MENU_INDENTED_STYLE : "Indent"
    SV_MENU_HOTKEY_STYLE : "Small Bold"
    SV_SHORTCUT_TITLE_STYLE : "Tiny Bold"
    SV_MENU_PARENT_STYLE : "Small Italic"
    SV_QRY_OR_STYLE : "Small"
    SV_MSG_TITLE_STYLE : "Normal Bold"
    SV_MSG_EH_STYLE : "Normal Bold"
    SV_MSG_PRKEY_STYLE : "Small"
    SV_MSG_MSG_STYLE : "Normal"
    SV_CMP_CURRENT_STYLE : "Large Bold"
    SV_CMP_CURRENT_LD_STYLE : "Small"
    SV_CMP_AGGR_STYLE : "Small"
    SV_CMP_MEMBER_STYLE : "Small"
    SV_CMP_STYLE : "Large"
    SV_CMP_LD_STYLE : "Large"
    SV_CMP_LIST_TITLE_STYLE : "Large"
    SV_CMP_REMOTE_LEGEND_STYLE : "Small Bold"
    SV_CMP_STATUS_PROMPT_STYLE : "Normal"
    SV_CMP_STATUS_STYLE : "Normal Bold"

    SV_AUTO_TITLE_STYLE : "Normal Bold"
     
    love likes this.


  5. Bipin Damania

    Bipin Damania Active Member


    Superb...

    Keep posting...
     


Share This Page