14 #if( FMI_SUPPORT_A615 ) 29 UINT valueLabelStringId,
30 UINT valueUnitStringId,
Form for individually capturing general HOS settings.
virtual ~CHosSettingDlg()
CHosSettingDlg(CWnd *pParent)
Constructor.
BOOL OnInitDialog()
Initialize the dialog.
static UINT CaptureSetting(CWnd *pParent, UINT titleStringId, UINT valueLabelStringId, UINT valueUnitStringId, long valueLowerLimit, long valueUpperLimit, BOOL &enabled, uint16 &value)
long mValueLowerLimit
Field value lower limit.
UINT mValueLabelStringId
Resource ID for the value field label.
UINT mTitleStringId
Resource ID for the window title.
UINT mValueUnitStringId
Resource ID for the value field units label.
unsigned short int uint16
16-bit unsigned integer
afx_msg void OnReevaluate()
Change handler for editable controls.
BOOL mDisabled
Control value representing radio button for enable/disable.
long mValueUpperLimit
Field value upper limit.
virtual void DoDataExchange(CDataExchange *pDX)
CString mValue
Control value representing the HOS setting's value.