]>
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 | ||
54921697 KB |
9 | // Include wxWindows' headers |
10 | ||
11 | #ifndef WX_PRECOMP | |
f4ec6bd2 | 12 | #include "wx/wx.h" |
54921697 KB |
13 | #endif |
14 | ||
f4ec6bd2 WS |
15 | #include "wx/image.h" |
16 | #include "wx/statline.h" | |
17 | #include "wx/spinbutt.h" | |
18 | #include "wx/spinctrl.h" | |
19 | #include "wx/splitter.h" | |
20 | #include "wx/listctrl.h" | |
21 | #include "wx/treectrl.h" | |
22 | #include "wx/notebook.h" | |
54921697 KB |
23 | |
24 | // Declare window functions | |
25 | ||
26 | #define ID_TEXT_MANUFACTURER 10000 | |
27 | #define ID_TEXT_MODEL 10001 | |
28 | #define ID_TEXTCTRL_MFTR 10 | |
29 | #define ID_TEXTCTRL_MDL 20 | |
30 | #define ID_LISTBOX_MFTR 11 | |
31 | #define ID_LISTBOX_MDL 21 | |
f4ec6bd2 | 32 | wxSizer *MonitorDialogFunc( wxPanel *parent, bool call_fit = true, bool set_sizer = true ); |
54921697 KB |
33 | |
34 | // Declare bitmap functions | |
35 | ||
36 | #endif | |
37 | ||
38 | // End of generated file |