]>
Commit | Line | Data |
---|---|---|
54921697 KB |
1 | //------------------------------------------------------------------------------ |
2 | // Header generated by wxDesigner from file: dialogs.wdr | |
3 | // Do not modify this file, all changes will be lost! | |
4 | //------------------------------------------------------------------------------ | |
5 | ||
6 | #ifndef __WDR_dialogs_H__ | |
7 | #define __WDR_dialogs_H__ | |
8 | ||
ab7ce33c | 9 | #if defined(__GNUG__) && !defined(__APPLE__) |
54921697 KB |
10 | #pragma interface "dialogs_wdr.cpp" |
11 | #endif | |
12 | ||
13 | // Include wxWindows' headers | |
14 | ||
15 | #ifndef WX_PRECOMP | |
16 | #include <wx/wx.h> | |
17 | #endif | |
18 | ||
19 | #include <wx/image.h> | |
20 | #include <wx/statline.h> | |
21 | #include <wx/spinbutt.h> | |
22 | #include <wx/spinctrl.h> | |
23 | #include <wx/splitter.h> | |
24 | #include <wx/listctrl.h> | |
25 | #include <wx/treectrl.h> | |
26 | #include <wx/notebook.h> | |
27 | ||
28 | // Declare window functions | |
29 | ||
30 | #define ID_TEXT_MANUFACTURER 10000 | |
31 | #define ID_TEXT_MODEL 10001 | |
32 | #define ID_TEXTCTRL_MFTR 10 | |
33 | #define ID_TEXTCTRL_MDL 20 | |
34 | #define ID_LISTBOX_MFTR 11 | |
35 | #define ID_LISTBOX_MDL 21 | |
36 | wxSizer *MonitorDialogFunc( wxPanel *parent, bool call_fit = TRUE, bool set_sizer = TRUE ); | |
37 | ||
38 | // Declare bitmap functions | |
39 | ||
40 | #endif | |
41 | ||
42 | // End of generated file |