Accounting Software
Business Management Software Estimating Software
Project Management SoftwareConstruction SoftwareConstruction Estimating SoftwareConstruction Accounting SoftwareSmall Business SoftwareConstruction Management SoftwareBusiness Management Software

Buttons & Fields Source Code

Source code for buttons, fields and screen controls in the Goldenseal construction accounting software.

These interface classes handle screen appearance, click behavior and responses to keyboard inputs. The are an active part of the human interface for the Goldenseal small business software and project management software.

For clairvoyant and popup fields, click here.

BasicS
CTCS_Caption-- static text fields (source & header)
CTCS_Control-- screen controls (source & header)
CTCS_EditField-- editable text fields (source, source 2 & header)
DB_LayoutObject-- a generic pane which appears in data entry layouts (source & header)

ButtonS & Controls
CBrowserControl-- the "book" browser control (source & header)
CTCS_IconSuiteButton-- a button that shows icons (source & header)
CTCS_StdButton-- a standard push button (source & header)
CTCS_StdCheckbox-- a standard checkbox (source & header)
CTCS_StdControl-- standard screen controls (source, source 2 & header)
CTCS_StdRadioButton-- a radio button (source & header)
CTCS_TextButton-- a radio button that shows text (source & header)
DB_Button-- push buttons in data records (source & header)
DB_Checkbox-- checkboxes in data records (source & header)
DB_EditorButton-- a button in the record editor (source & header)
DB_IconSuiteButton-- icon buttons in a data record (source & header)
DB_PadlockButton-- padlocks on estimate dimensions (source & header)

FIELDS & CAPTIONS
CCalcDimensionField-- calculated dimension fields (source & header)
CEditableGraphicPane-- panes to paste in graphics (source & header)
CEditInPlaceField-- names changed directly in a list window (source & header)
CPasswordEditField-- fields that don't display typed text (source & header)
CReportCaption-- calculator displays for reports (source & header)
CStarPaddedField-- a field that fills in empty space with stars (source & header)
CTableEditField-- an edit field in a table (source & header)
DB_EditField-- an edit field in a data record (source & header)
DB_EditableGraphicPane-- an icon or picture field in a data record (source & header)