⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 et_amountctl.c

📁 在高通的brew平台上的一个花费记录程序expense tracker
💻 C
字号:
/******************************************************************************
FILE:  ET_AmountCtl.c

SERVICES:  
   Implements a custom control that can be used for displaying monetary
   values adjusted for the two places of the decimal.  

GENERAL DESCRIPTION:
   This is NOT a true BREW control.  It simply uses an interface that makes 
   it behave like one.  The primary difference between this control 
   and true BREW controls is that this control is not derived from IControl.
   Therefore, special handling is occasionally required when using this control.

   This decimal precision of the control can be increased or reduced by 
   changing the value of CAMOUNTCTL_DECIMAL_PRECISION defined in CAmountCtl.h.

   The maximum number of digits the control can display can be increased or
   decreased by changing the value of CAMOUNTCTL_MAX_DIGITS defined in 
   CAmountCtl.h.

PUBLIC CLASSES AND STATIC FUNCTIONS:
	List the class(es) and static functions included in this file

INITIALIZATION & SEQUENCING REQUIREMENTS:

	See Exported Routines

       Copyright 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -