Source code
for popup menus and clairvoyant fields in Goldenseal construction
software.
This interface code handles screen appearance, responses
to mouse actions and keyboard
inputs, and display of data. These classes are important
for entering data into the Goldenseal business
management software.
For
regular text fields and buttons, click
here.
BasicS
CTCS_StdPopupMenu-- popup menus (source, source
2 & header)
DB_Clairvoyant-- clairvoyant fields in records (source & header)
Clairvoyant fields
CAccountCV-- fields that show accounts (source & header)
CCategoryCV-- fields that show cost categories (source & header)
CCatSystemCV-- fields that show category systems (source & header)
CCostAreaCV-- fields that show cost areas (source & header)
CCostItemCV-- fields that show cost items (source & header)
CDrawScheduleCV-- fields that show draw schedule phases (source & header)
CImportOrderCV-- fields that show import & export orders (source & header)
CJobCV-- fields that show job accounts (source & header)
CLocationCV-- fields that show locations (source & header)
CMenuCV-- fields that show menu items (source & header)
CNumberCalculatorCV-- fields that show number calculators (source & header)
CPaymentMethodCV-- fields that show payment methods (source & header)
CProgressCV-- fields that show progress payment phases (source & header)
CRentalUnitCV-- fields that show rental units (source & header)
CSubAssemblyCV-- fields that show assembly components (source & header)
CSubcatCV-- fields that show subcategories (source & header)
CTransactionCV-- fields that show transactions (source & header)
DB_MixedMenuCV-- clairvoyants that show menus or objects (source & header)
POPUP MENUS
CAccountFolderPopup-- popup showing account folders (source & header)
CCVPopup-- the popup next to a clairvoyant field (source & header)
CDimensionPopup-- popups in dimension layouts (source & header)
CEquipBillingRatePopup-- popup showing equipment billing rates (source & header)
CFontPopup-- a popup menu of fonts (source & header)
CPictPopupMenu-- a popup showing pictures (source & header)
CReportLayoutPopup-- a popup showing specific reports (source & header)
CTemplatePopup-- a popup that shows templates (source & header)
CTransBreakdownPopup-- popup showing breakdown (source & header)
DB_IconPopupMenu-- a popup that shows icons (source & header)
DB_EditorPopup-- a popup menu in the editor window (source & header)
DB_Popup-- a popup menu in a data record (source & header) |