• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/applet/
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
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
39