#include <windows.h>
#include "ut_string.h"
#include "ut_assert.h"
#include "ut_debugmsg.h"
#include "xap_App.h"
#include "xap_Win32App.h"
#include "xap_Win32FrameImpl.h"
#include "ap_Strings.h"
#include "ap_Dialog_Id.h"
#include "ap_Dialog_Goto.h"
#include "ap_Win32Dialog_Goto.h"
#include "ap_Win32Resources.rc2"
#include "fv_View.h"
#include "ap_Win32App.h"
Defines | |
#define | _DSI(c, i) SetDlgItemInt(m_hDlg,AP_RID_DIALOG_##c,m_count.##i,FALSE) |
#define | _DS(c, s) setDlgItemText(AP_RID_DIALOG_##c,pSS->getValue(AP_STRING_ID_##s)) |
#define | _DSX(c, s) setDlgItemText(AP_RID_DIALOG_##c,pSS->getValue(XAP_STRING_ID_##s)) |
Referenced by AP_Win32Dialog_Goto::_onInitDialog().
#define _DSI | ( | c, | ||
i | ||||
) | SetDlgItemInt(m_hDlg,AP_RID_DIALOG_##c,m_count.##i,FALSE) |
Referenced by AP_Win32Dialog_Goto::_onInitDialog().