]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/applet/dialogs_wdr.h
Remove old Makefile.ins
[wxWidgets.git] / contrib / samples / applet / dialogs_wdr.h
CommitLineData
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
12 #include <wx/wx.h>
13#endif
14
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>
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
32wxSizer *MonitorDialogFunc( wxPanel *parent, bool call_fit = TRUE, bool set_sizer = TRUE );
33
34// Declare bitmap functions
35
36#endif
37
38// End of generated file