dsrc isn't necessary for this repo
[client-tools.git] / src / external / 3rd / application / UiBuilder / EditPropertyDialogBox.h
blobf84c1b72302064856e789f37734990a6b90271b3
1 #ifndef __EDITPROPERTYDIALOGBOX_H__
2 #define __EDITPROPERTYDIALOGBOX_H__
4 #include "UIString.h"
6 class EditPropertyDialogBox
8 public:
10 bool EditProperty( HWND hwndParent, const char *Name, UIString &Value );
12 private:
14 static BOOL CALLBACK DialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
17 #endif /* __EDITPROPERTYDIALOGBOX_H__ */