#include "camtypes.h"#include "appprefs.h"#include "optsunit.h"#include "optsmsgs.h"#include "grid.h"#include "radio.h"#include "scunit.h"Go to the source code of this file.
Functions | |
| DECLARE_SOURCE ("$Revision: 1282 $") | |
Variables | |
| static TCHAR * | ColourUnitSection = TEXT("Displays") |
| static TCHAR * | ColourUnitPreference = TEXT("ColourEditorUnits") |
| static const UINT32 | NUM_CLR_DEFAULTS = 2 |
| static CGadgetAssociation | ColourUnitAssociations [NUM_CLR_DEFAULTS] |
|
|
|
|
|
Initial value:
{
{_R(IDC_OPTS_CLR_UNIT_USE_PERCENT), &(StandardUnit::UnitPercent)},
{_R(IDC_OPTS_CLR_UNIT_USE_BYTE), &(StandardUnit::UnitDecimalD)}
}
Definition at line 143 of file optsunit.cpp. |
|
|
Definition at line 133 of file optsunit.cpp. |
|
|
Definition at line 132 of file optsunit.cpp. |
|
|
Definition at line 141 of file optsunit.cpp. |
1.4.4