Skip to content
Jacob edited this page Jan 5, 2026 · 3 revisions

Note: Anytime you see an "#", that value can vary from 0-4

General rules of thumb to interpret the codes:

  • contrastBorder - you want the border to contrast with the back color
  • BackBorder - specifies border color to match back color (otherwise is not specified)
  • wBack - specifies back color to match level
  • transFore - makes fore color the same as the back color (for making text you cannot see)
  • Dis - a disabled button look
  • card - specific styling for buttons/boxes to create a card look

Specific Codes:

Text Box

  • txt.L#
  • txtBackBorder.L#
  • txtContrastBorder.L#
  • txtTransFore.L#

Command Button

  • btn.L#
  • cardBtn.L#
  • cardBtnContrastBorder.L#
  • btnDis.L#
  • btnDisContrastBorder.L#
  • btnX.L#
  • btnXdis.L#
  • btnXcontrastBorder.L#
  • btnContrastBorder.L#

Label

  • lbl.L#
  • lbl_wBack.L#

Sub Form

  • cardBox.L#
  • cardBoxContrastBorder.L#

Tab Control

  • tab.L#

Form

  • .L# (header/detail/footer)
  • .L## (detail - alternating rows)

Picture

  • pic.L#

Clone this wiki locally