Searched refs:properties_win (Results 1 – 11 of 11) sorted by relevance
251 BEGIN_MESSAGE_MAP(properties_win, CWnd) in BEGIN_MESSAGE_MAP() argument451 properties_win::properties_win() in BEGIN_MESSAGE_MAP()463 properties_win::~properties_win() in ~properties_win()468 void properties_win::SetControlSize() in SetControlSize()478 void properties_win::OnTabKey() in OnTabKey()520 void properties_win::OnPageUp() in OnPageUp()552 void properties_win::OnPageDown() in OnPageDown()584 BOOL properties_win::PreTranslateMessage(MSG* pMsg) in PreTranslateMessage()672 int properties_win::OnCreate(LPCREATESTRUCT lpcs) in OnCreate()683 BOOL properties_win::OnEraseBkgnd(CDC* pDC) in OnEraseBkgnd()[all …]
65 void SetPropsWin(properties_win *win) in SetPropsWin()81 properties_win *GetPropsWin() in GetPropsWin()121 properties_win *mpPropsWin;
7 class properties_win : public CDialog10 properties_win();11 ~properties_win();
49 properties_win* mp_properties_win;
99 … properties_win::SetChildAllocation(widget->GetChildWidgetInfo(), STATICALLY_ALLOCATED); in ReadWidgets()
164 mp_properties_win = new properties_win(); in OnCreate()
72 properties_win *GetPropsWin();
491 properties_win::AssignProgressBarInfo(current_info); in Undo()
1208 properties_win *GetPropsWin() in GetPropsWin()
2687 properties_win::SetChildAllocation(child_info, STATICALLY_ALLOCATED); in AddWidgetToParent()2691 properties_win::SetChildAllocation(child_info, DYNAMIC_ALLOCATION_CHILD); in AddWidgetToParent()2696 properties_win::SetChildAllocation(child_info, STATICALLY_ALLOCATED); in AddWidgetToParent()
3454 properties_win* props = GetPropsWin(); in PreTranslateMessage()