Few lines are Missing Here.
Pls Watch the full video to get full code
[System: Formula]
SV_COLOR : @@SV_RELEASEDBLACK
SV_BACKGROUND : Leaf Green
SV_CALC_BACKGROUND : If $$InTrueColorMode then "White, CalcBGClr" else "White, White" ;;Calc Pane Color
SV_INACTIVE_BACKGROUND : If $$InTrueColorMode then "White, InactiveBGClr" else "White, White"
SV_INACTIVE_COLOR : @@SV_RELEASEDLIGHTGREY
SV_PRINTCOLOR : @@SV_RELEASEDBLACK
SV_PRINTBG : @@SV_RELEASEDWHITE
SV_CMPCONFIG : @@SV_RELEASEDLIGHTGREY
SV_LOGO_BG : If $$InTrueColorMode then "Grey, LogoClr" else "Grey, Grey"
SV_LOGO_FG : If $$InTrueColorMode then "Black, LogoFGClr" else "Black, Black"
SV_LOGO_THINLINE_FG : If $$InTrueColorMode then "White, LogoThinLineClr" else "White, White"
SV_MGR_ACTIVE_FG : If $$InTrueColorMode then "White, White" else "White, White"
SV_MGR_INACTIVE_FG : If $$InTrueColorMode then "Deep Grey, Grey" else "Deep Grey, Deep Grey"
SV_MGR_ACTIVE_BG : If $$InTrueColorMode then "Deep Grey, TitleActiveClr" else "Deep Grey, Deep Grey"
SV_MGR_INACTIVE_BG : If $$InTrueColorMode then "Light Grey, TitleInActiveClr" else "Light Grey, Light Grey"
SV_BUTTON_BG : @@SV_RELEASEDGREY
SV_BUTTON_FOCUS_BG : @@SV_RELEASEDGREY
SV_BUTTON_TITLE_FG : @@SV_RELEASEDBLACK
SV_BUTTON_KEY_FG : If $$InTrueColorMode then "Black, Red" else "Black, Black"
SV_BUTTON_INACTIVE_FG : @@SV_RELEASEDWHITE
;;Button Manager on Right
SV_RT_BUTTON_BG : If $$InTrueColorMode then "Grey, RightButtonClr" else "Grey, Grey"
SV_RT_BUTTON_FOCUS_BG : If $$InTrueColorMode then "Grey, RightButtonClr" else "Grey, Grey"
SV_RT_BUTTON_TITLE_FG : If $$InTrueColorMode then "Black, RightButtonTitleFGClr" else "Black, Black"
SV_RT_BUTTON_KEY_FG : If $$InTrueColorMode then "Black, RightButtonKeyFGClr" else "Black, Black"
SV_RT_BUTTON_INACTIVE_FG : If $$InTrueColorMode then "White, RightButtonInActiveKeyFGClr" else "White, White"
SV_CLOSE_BUTTON_BG : @@SV_RELEASEDWHITE
SV_CLOSE_BUTTON_FG : @@SV_RELEASEDDEEPGREY
SV_BTN_BORDER_COLOR1 : If $$InTrueColorMode then "White, RightButtonBorderColor1" else "White, White"
SV_BTN_BORDER_COLOR2 : If $$InTrueColorMode then "Deep Grey, RightButtonBorderColor2" else "Deep Grey, Deep Grey"
SV_TABLE_TITLE_BG : If $$InTrueColorMode then "Deep Grey, TableTitleBGClr" else "Deep Grey, Deep Grey"
SV_TABLE_TITLE_FG : "White, White"
SV_TABLE_NORMAL_FG : "Black, Black"
SV_TABLE_HIGHLIT_FG : "TableHighlitClr, TableHighlitClr"
SV_TABLE_BG : If $$InTrueColorMode then "White, TableBGClr" else "White, White"
SV_TABLE_SUB_TITLE_BG : If $$InTrueColorMode then @@SV_RELEASEDLEAFGREEN else @@SV_RELEASEDBLUE_AQUA
SV_TABLE_SUB_TITLE_FG : @@SV_RELEASEDWHITE
SV_FORM_BG : If $$InTrueColorMode then "White, FormBGClr" else "White, White"
SV_FORM_TITLE_BG : If $$InTrueColorMode then "Light Grey, Blue" else "Light Grey, Light Grey"
SV_FIELD_FG : @@SV_RELEASEDBLACK
SV_CURSOR_BG : If $$InTrueColorMode then "White, CursorBGClr" else "White, White"
SV_CURSOR_FG : @@SV_RELEASEDBLACK
SV_LINE_SELECTED_BG : @@SV_RELEASEDDEEPGREY
SV_LINE_SELECTED_FG : @@SV_RELEASEDWHITE
SV_SEL_CURSOR_BG : If $$InTrueColorMode then "Light Grey, PaleLeafGreen" else "Light Grey, Light Grey"
SV_SEL_CURSOR_FG : @@SV_RELEASEDWHITE
SV_SELECTED_BG : If $$InTrueColorMode then "Deep Grey, Aquamarine" else "Deep Grey, Deep Grey"
SV_SELECTED_FG : @@SV_RELEASEDWHITE
SV_LASTFOCUS_LINE_BG : "LastFocusBG, LastFocusBG"
SV_LASTFOCUS_LINE_FG : "LastFocusFG, LastFocusFG"
SV_LEFT_ARROW_FG : @@SV_BLACK
SV_RIGHT_ARROW_FG : @@SV_BLACK
SV_UP_ARROW_FG : @@SV_WHITE
SV_DOWN_ARROW_FG : @@SV_WHITE
SV_PROMPT_FG : @@SV_RELEASEDBLACK
SV_PROMPT_BG : If $$InTrueColorMode then "White, Crystal Blue" else "White, White"
SV_MENU_TITLE_BG : If $$InTrueColorMode then "Black, MenuTitleBGClr" else "Black, Black"
SV_MENU_TITLE_FG : If $$InTrueColorMode then "White, MenuTitleFGClr" else "White, White"
SV_MENU_BG : If $$InTrueColorMode then "White, MnuBGClr" else "White, White"
;; SV_MENU_CURSOR_BG : If $$InTrueColorMode then "Light Grey, MenuCursorBGClr" else "Light Grey, Light Grey"
SV_MENU_CURSOR_BG : If $$InTrueColorMode then "Light Grey, MenuCursorColor2" else "Light Grey, Light Grey"
SV_MENU_NORMAL_FG : If $$InTrueColorMode then "Deep Grey, MnuNormalFGClr" else "Deep Grey, Deep Grey"
SV_MENU_INDENTED_FG : If $$InTrueColorMode then "Inactive Grey, MenuIndentFG" else "Inactive Grey, Inactive Grey"
SV_MENU_HOTKEY_FG : If $$InTrueColorMode then "Black, MenuHotKeyFG" else "Black, Black"
SV_MENU_INACTIVE_FG : @@SV_RELEASEDGREY_INACT
SV_MENU_CURSOR_FG : If $$InTrueColorMode then "Black, MenuCursorFG" else "Black, Black"
SV_MENU_CURSOR_HOTKEY_FG : If $$InTrueColorMode then "Black, Red" else "Black, Black"
SV_MENU_PARENT_FG : @@SV_RELEASEDBLACK
SV_MENU_BORDER_COLOR : @@SV_RELEASEDBLACK
SV_POPUP_MENU_SHORTCUT_FG : @@SV_RELEASEDBLACK
SV_MORE_FG : If $$InTrueColorMode then "Black, Red" else "Black, Black"
SV_QRY_BRD_BG : @@SV_RELEASEDBLACK
SV_QRY_BG : @@SV_RELEASEDLIGHTGREY
SV_QRY_QRY_FG : @@SV_RELEASEDBLACK
SV_QRY_YN_FG : If $$InTrueColorMode then "Black, Red" else "Black, Black"
SV_QRY_OR_FG : @@SV_RELEASEDDEEPGREY
SV_MSG_BRD_BG : @@SV_RELEASEDBLACK
SV_MSG_BG : @@SV_RELEASEDLIGHTGREY
SV_MSG_TITLE_BG : @@SV_RELEASEDDEEPGREY
SV_MSG_TITLE_FG : @@SV_RELEASEDWHITE
SV_MSG_EH_FG : @@SV_RELEASEDBLACK
SV_MSG_PRKEY_FG : @@SV_RELEASEDBLACK
SV_MSG_MSG_FG : @@SV_RELEASEDBLACK
SV_PROGRESS_BG : If $$InTrueColorMode then "Light Grey, ProgressBGClr" else "Grey, Grey"
SV_PROGRESS_SUBTITLE_FG : If $$InTrueColorMode then "Black, ProgSubTitleFGClr" else "Black, Black"
SV_PROGRESS_TITLE_FG : If $$InTrueColorMode then "Deep Grey, ProgressTitleFGClr" else "Deep Grey, Deep Grey"
SV_PROGRESS_SUBJECT_FG : If $$InTrueColorMode then "Black, ProgressSubFGClr" else "Black, Black"
SV_PROGRESS_BAR_FG : If $$InTrueColorMode then "Black, ProgressPercentFGClr" else "Black, Black"
SV_PROGRESS_PERCENT_FG : If $$InTrueColorMode then "Deep Grey, ProgressFGClr" else "Deep Grey, Deep Grey"
SV_NATLANG_PROMPT_COLOR : @@SV_RELEASEDBLACK
SV_NATLANG_COMMAND_COLOR : @@SV_RELEASEDBLACK
SV_NATLANG_RESULT_COLOR : @@SV_RELEASEDBLACK
SV_VALIDITY_EXPIRED_COLOR : @@SV_RELEASEDRED
;; ********************* Unknown ***********************
SV_UNGREEN : If $$InTrueColorMode then "White, ReleasedGreen" else "White, White"
SV_UNMAGENTA : If $$InTrueColorMode then "Grey, Magenta" else "Grey, Grey"
SV_UNRBLUE : If $$InTrueColorMode then "Grey, Royal Blue" else "Grey, Grey"
SV_UNORANGE : If $$InTrueColorMode then "White, ReleasedOrange" else "White, White"
;; ********************* Other ***********************
SV_CMPACTION : If $$InTrueColorMode then "White, Lily Yellow" else "White, White"
SV_CMPSECURITY : If $$InTrueColorMode then "White, Lily Yellow" else "White, White"
SV_LICENSING_INFO : If $$InTrueColorMode then "White, ReleasedOrange" else "White, White"
SV_LICENSING : @@SV_RELEASEDLIGHTGREY
SV_LOGIN : @@SV_RELEASEDLIGHTGREY
SV_ADDONS : If $$InTrueColorMode then "White, ReleasedYellow" else "White, White"
SV_ATTENDANCE : If $$InTrueColorMode then "White, ReleasedYellow" else "White, White"
SV_AUDIT : If $$InTrueColorMode then "White, ReleasedBlue" else "White, White"
SV_MIGRATIONINFO : If $$InTrueColorMode then "White, ReleasedYellow" else "White, White"
SV_POS : If $$InTrueColorMode then "White, ReleasedGreen" else "White, White"
SV_IMPORT : If $$InTrueColorMode then "White, Light Surf Green" else "White, White"
SV_FIELD1 : "Deep Grey, Red"
SV_FIELD2 : "Black"
SV_FIELD3 : "Deep Grey"
SV_FIELD4 : If $$IsAscentGUI and $$InTrueColorMode then "Very Light Blue" else if $$InTrueColorMode then "Light Surf Green" else "Green16Bit"
SV_FIELD5 : If $$IsAscentGUI and $$InTrueColorMode then "Light Grey" else if $$InTrueColorMode then "Very Light Orange" else "Yellow16Bit"
SV_FIELD6 : "White"
SV_FIELD7 : If $$InTrueColorMode then "Royal Blue" else "DarkBlue16Bit"
SV_FIELD8 : "Blue"
SV_FIELD9 : "Light Grey"
SV_FIELD10 : "Dark Green"
SV_FIELD11 : "Very Light Sea Green"
;;---------------------Colors----------------------------
SV_RELEASEDYELLOW_BG : If $$InTrueColorMode then "White, ReleasedPaleYellow" else "White, White"
SV_RELEASEDBROWN : If $$InTrueColorMode then "White, ReleasedBrown" else "White, White"
SV_RELEASEDGREEN : If $$InTrueColorMode then "White, ReleasedGreen" else "White, White"
SV_RELEASEDYELLOW : If $$InTrueColorMode then "White, ReleasedYellow" else "White, White"
SV_RELEASEDBLUE : If $$InTrueColorMode then "White, ReleasedBlue" else "White, White"
SV_RELEASEDORANGE : If $$InTrueColorMode then "White, ReleasedOrange" else "White, White"
SV_RELEASEDWHITE : "White, White"
SV_RELEASEDGREEN_S : If $$InTrueColorMode then "White, Light Surf Green" else "White, White"
SV_RELEASEDYELLOW_S : If $$InTrueColorMode then "White, Lily Yellow" else "White, White"
SV_RELEASEDGREY : "Grey, Grey"
SV_RELEASEDDEEPGREY : "Deep Grey, Deep Grey"
SV_RELEASEDLIGHTGREY : If $$InTrueColorMode then "Light Grey, Light Grey" else "Grey, Grey"
SV_RELEASEDGREY_INACT : if $$InTrueColorMode then "Inactive Grey" else "Grey, Grey"
SV_RELEASEDGERANIUM : If $$InTrueColorMode then "Black, Geranium" else "Black, Black"
SV_RELEASEDBLACK : "Black, Black"
SV_RELEASEDLEAFGREEN : If $$InTrueColorMode then "Deep Grey, LeafGreen" else "Deep Grey, Deep Grey"
SV_RELEASEDLEAFGREEN_PL : If $$InTrueColorMode then "Light Grey, PaleLeafGreen" else "Light Grey, Light Grey"
SV_RELEASEDYELLOW_DK : If $$InTrueColorMode then "White, Light Lily Yellow" else "White, White"
SV_RELEASEDGREEN_PL : If $$InTrueColorMode then "Deep Grey, Pale Green" else "Deep Grey, Deep Grey"
SV_RELEASEDBLUE_DK : If $$InTrueColorMode then "Deep Grey, DeepCobaltBlue" else "Deep Grey, Deep Grey"
SV_RELEASEDBLUE_ROYAL : If $$InTrueColorMode then "Black, Royal Blue" else "Black, Black"
SV_RELEASEDBLUE_AQUA : "Deep Grey, Aquamarine"
SV_RELEASEDBLUE_SATIN : "Light Grey, Satin Blue"
SV_DARK_RED : "Dark Red"
SV_DEEP_GREY : "Deep Grey"
SV_WHITE : "White, White"
SV_BLACK : "Black, Black"
SV_RELEASEDRED : "Black, Red"
SV_BLUE : If $$InTrueColorMode then "Light Grey, Blue" else "Grey, Grey"
SV_RELEASEDCRYSTAL : If $$InTrueColorMode then "White, Crystal Blue" else "White, White"
SV_UNYELLOW : If $$InTrueColorMode then "White, ScenarioInfoClr" else "White, White"
SV_UNGREY : If $$InTrueColorMode then "Light Grey, StatutoryMasterClr" else "Grey, Grey"
SV_UNWHITE : @@SV_RELEASEDWHITE
SV_CLIENTLOGO_TRANSPARENT_BG : "CltLogoTransparentBG"
SV_BORDER_SHADOW_COLOR : @@SV_RELEASEDLIGHTGREY
SV_BORDER3D_SHADOW_INNER_COLOR : if $$InTrueColorMode AND $$IsAscentGUI then "Light Grey, Border3D Shadow Inner Color" else "Black, Black"
SV_BORDER3D_SHADOW_OUTER_COLOR : if $$InTrueColorMode AND $$IsAscentGUI then "Light Grey, Border3D Shadow Outer Color" else "Light Grey, MgrInActiveBGHigh"
SV_BORDER3D_LIGHT_INNER_COLOR : if $$InTrueColorMode AND $$IsAscentGUI then "Light Grey, Border3D Light Inner Color" else if $$InTrueColorMode then "Light Grey" else "Grey"
SV_BORDER3D_LIGHT_OUTER_COLOR : "Light Grey, Border3D Light Outer Color"
SV_MAIL : @@SV_RELEASEDWHITE
;; for company external operations
SV_BACKUP : @@SV_RELEASEDLIGHTGREY
SV_TABLE_LINE_FOCUSED_BG : @@SV_RELEASEDDEEPGREY
SV_TABLE_LINE_FOCUSED_FG : @@SV_RELEASEDWHITE
SV_TABLE_LINE_SEP_FG : "StoneGrey"
SV_TABLE_MORE_STYLE : "Small Serif Bold"
SV_TABLE_MORE_FG : "Black, Grey"
SV_TABLE_ITEM_ON_THE_FLY_FG : "Black"
SV_TABLE_ITEM_ON_THE_FLY_STYLE : "Small Italic"
[System: Formula]
SV_EDIT_FIELD_BG : "White, EditFieldBG"
SV_EDIT_FIELD_FG : @@SV_RELEASEDBLACK
[System: Formula]
;;Button Manager on Top
SV_TOP_BUTTON_BG : If $$InTrueColorMode then "Grey, Cyan Blue" else "Grey, Grey"
SV_TOP_BUTTON_FOCUS_BG : If $$InTrueColorMode then "Grey, Tory Blue" else "Grey, Grey"
SV_TOP_BUTTON_TITLE_FG : If $$InTrueColorMode then "Black, TopButtonTitleFGClr" else "Black, Black"
SV_TOP_BUTTON_KEY_FG : If $$InTrueColorMode then "Black, PaleCyan" else "Black, Black"
SV_TOP_BUTTON_INACTIVE_FG : If $$InTrueColorMode then "White, Grey" else "White, White"
;;colors for button borders - both toolbar and user buttons
SV_TOOLBAR_BTN_BORDER_COLOR1 : "Cyan Blue, Cyan Blue"
SV_TOOLBAR_BTN_BORDER_COLOR2 : "Cyan Blue, Cyan Blue"
DependentCfgGrey : "Deep Grey"
DependentCfgBlack : "Black"
;;End of File
SV_MENU_INDENTED_FG : Blue, After this line in Gateway of tally ERP 9 me accounting vouchers inventory vouchers import data Banking balance sheet profit and loss stock summary ratio anylisis adi ke text color change karne ki coding bataye
जवाब देंहटाएंSV_MENU_INDENTED_FG : Blue, After this line in Gateway of tally ERP 9 me accounting vouchers inventory vouchers import data Banking balance sheet profit and loss stock summary ratio anylisis adi ke text color change karne ki coding bataye, Mera WhatsApp no 6263030893, mail id rklikhitkar1@gmail.com
जवाब देंहटाएं