2001-05-02 16:59:28 -04:00
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
// Header generated by wxDesigner from file: dialogs.wdr
|
|
|
|
// Do not modify this file, all changes will be lost!
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
#ifndef __WDR_dialogs_H__
|
|
|
|
#define __WDR_dialogs_H__
|
|
|
|
|
|
|
|
// Include wxWindows' headers
|
|
|
|
|
|
|
|
#ifndef WX_PRECOMP
|
2006-02-10 06:59:52 -05:00
|
|
|
#include "wx/wx.h"
|
2001-05-02 16:59:28 -04:00
|
|
|
#endif
|
|
|
|
|
2006-02-10 06:59:52 -05:00
|
|
|
#include "wx/image.h"
|
|
|
|
#include "wx/statline.h"
|
|
|
|
#include "wx/spinbutt.h"
|
|
|
|
#include "wx/spinctrl.h"
|
|
|
|
#include "wx/splitter.h"
|
|
|
|
#include "wx/listctrl.h"
|
|
|
|
#include "wx/treectrl.h"
|
|
|
|
#include "wx/notebook.h"
|
2001-05-02 16:59:28 -04:00
|
|
|
|
|
|
|
// Declare window functions
|
|
|
|
|
|
|
|
#define ID_TEXT_MANUFACTURER 10000
|
|
|
|
#define ID_TEXT_MODEL 10001
|
|
|
|
#define ID_TEXTCTRL_MFTR 10
|
|
|
|
#define ID_TEXTCTRL_MDL 20
|
|
|
|
#define ID_LISTBOX_MFTR 11
|
|
|
|
#define ID_LISTBOX_MDL 21
|
2006-02-10 06:59:52 -05:00
|
|
|
wxSizer *MonitorDialogFunc( wxPanel *parent, bool call_fit = true, bool set_sizer = true );
|
2001-05-02 16:59:28 -04:00
|
|
|
|
|
|
|
// Declare bitmap functions
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
// End of generated file
|