#include <stdlib.h>#include <string.h>#include <stdio.h>#include "ut_string.h"#include "ut_assert.h"#include "ut_debugmsg.h"#include "ut_Win32OS.h"#include "ut_Win32LocaleString.h"#include "xap_App.h"#include "xap_Dialog_Id.h"#include "xap_Win32App.h"#include "xap_Frame.h"#include "xap_Win32FrameImpl.h"#include "xap_Strings.h"#include "xap_Dlg_About.h"#include "xap_Win32Dlg_About.h"#include "gr_Win32Graphics.h"#include "gr_Win32Image.h"#include "gr_Win32USPGraphics.h"#include "ut_bytebuf.h"#include "ut_png.h"Variables | |
| unsigned char | g_pngSidebar [] |
| unsigned long | g_pngSidebar_sizeof |
| const int | ABOUT_WIDTH = 500 |
| const int | ABOUT_HEIGHT = 398 |
| const int | BUTTON_WIDTH = 64 |
| const int | BUTTON_HEIGHT = 24 |
| const int | BUTTON_GAP = 10 |
| const int | HEADING_HEIGHT = 36 |
| const int | VERSION_HEIGHT = 24 |
| const int | COPYRIGHT_HEIGHT = 24 |
| const int | GPL_HEIGHT = 180 |
| const int | ID_BUTTON_URL = 3000 |
| const int ABOUT_HEIGHT = 398 |
Referenced by XAP_Win32Dialog_About::runModal().
| const int ABOUT_WIDTH = 500 |
Referenced by XAP_Win32Dialog_About::runModal().
| const int BUTTON_GAP = 10 |
Referenced by XAP_Win32Dialog_About::runModal().
| const int BUTTON_HEIGHT = 24 |
Referenced by XAP_Win32Dialog_About::runModal().
| const int BUTTON_WIDTH = 64 |
Referenced by XAP_Win32Dialog_About::runModal().
| const int COPYRIGHT_HEIGHT = 24 |
Referenced by XAP_Win32Dialog_About::runModal().
| unsigned char g_pngSidebar[] |
Referenced by XAP_Win32Dialog_About::runModal().
| unsigned long g_pngSidebar_sizeof |
Referenced by XAP_Win32Dialog_About::runModal().
| const int GPL_HEIGHT = 180 |
Referenced by XAP_Win32Dialog_About::runModal().
| const int HEADING_HEIGHT = 36 |
Referenced by XAP_Win32Dialog_About::runModal().
| const int ID_BUTTON_URL = 3000 |
Referenced by XAP_Win32Dialog_About::_onCommand(), and XAP_Win32Dialog_About::runModal().
| const int VERSION_HEIGHT = 24 |
Referenced by XAP_Win32Dialog_About::runModal().
1.7.1