#include <windows.h>#include <locale.h>#include "SubStationBeta ;).h"#include "C_ListView.h"#include "C_Combo_List.h"#include "C_Text_Edit.h"#include "C_ColorView.h"#include "C_PrefServ.h"#include "Init.h"Go to the source code of this file.
Defines | |
| #define | MY_MAX_PATH 3096 |
| #define | APP_TITLE "Sub Station Beta ;) Pre-alpha v 0.06" |
Functions | |
| LRESULT CALLBACK | MainDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| Program's main function. | |
| LRESULT CALLBACK | StyleDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| Gestion of the style dialog. | |
| LRESULT CALLBACK | InfosDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| Gestion of the informations. | |
| LRESULT CALLBACK | OptionsDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| Preferneces options. | |
| void | SethInstance (HINSTANCE hInstance) |
| void | ClearMainDialog (void) |
| Clear Main Dialog's fields. | |
|
|
|
|
|
|
|
|
Clear Main Dialog's fields. Clear all the combolist, text edit and list view fields of the main dialog. |
|
||||||||||||||||||||
|
Gestion of the informations.
|
|
||||||||||||||||||||
|
Program's main function. It's the main software's routine, it's a standard DlgBox function.
|
|
||||||||||||||||||||
|
Preferneces options. * |
|
|
|
|
||||||||||||||||||||
|
Gestion of the style dialog.
|
1.3