#include <stdio.h>#include <windows.h>#include <commdlg.h>#include <commctrl.h>#include "ut_types.h"#include "ut_string.h"#include "ut_assert.h"#include "ut_debugmsg.h"#include "ut_Win32OS.h"#include "xap_App.h"#include "xap_Win32App.h"#include "xap_Win32FrameImpl.h"#include "ap_Win32App.h"#include "ap_Win32Frame.h"#include "ap_Strings.h"#include "ap_Dialog_Id.h"#include "ap_Win32Dialog_InsertTable.h"#include "ap_Win32Resources.rc2"#include "xap_Win32DialogHelper.h"Defines | |
| #define | BUFSIZE 64 |
| #define | _DS(c, s) setDlgItemText(AP_RID_DIALOG_INSERTTABLE_##c,pSS->getValue(AP_STRING_ID_##s)) |
| #define | _DSX(c, s) setDlgItemText(AP_RID_DIALOG_INSERTTABLE_##c,pSS->getValue(XAP_STRING_ID_##s)) |
Functions | |
| float | atofw (const WCHAR *st) |
Referenced by AP_Win32Dialog_InsertTable::_onInitDialog().
| #define _DSX | ( | c, | ||
| s | ||||
| ) | setDlgItemText(AP_RID_DIALOG_INSERTTABLE_##c,pSS->getValue(XAP_STRING_ID_##s)) |
Referenced by AP_Win32Dialog_InsertTable::_onInitDialog().
| #define BUFSIZE 64 |
| float atofw | ( | const WCHAR * | st | ) |
1.7.1