dsrc isn't necessary for this repo
[client-tools.git] / src / external / 3rd / application / UiBuilder / AddPropertyDialogBox.h
blob726c41b9240c8e139e697c6fa53c8ee0276ca859
1 #ifndef __ADDPROPERTYDIALOGBOX_H__
2 #define __ADDPROPERTYDIALOGBOX_H__
4 #include "UIString.h"
5 #include <list>
7 class AddPropertyDialogBox
9 public:
11 typedef std::list<UINarrowString> NarrowStringList;
12 typedef std::list<UIString> StringList;
14 bool GetNewProperty( HWND hwndParent, UINarrowString &Name, UIString &Value );
16 private:
18 static BOOL CALLBACK DialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
21 #endif /* __ADDPROPERTYDIALOGBOX_H__ */