Home
last modified time | relevance | path

Searched refs:nType (Results 1 – 23 of 23) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dleft_panel_frame.h17 afx_msg void OnSize(UINT nType, int cx, int cy);
40 afx_msg void OnSize(UINT nType, int cx, int cy);
Drich_text_edit_dlg.h33 afx_msg void OnSize(UINT nType, int cx, int cy);
87 afx_msg void OnSize(UINT nType, int cx, int cy);
127 afx_msg void OnSize(UINT nType, int cx, int cy);
Dtarget_view.h21 afx_msg void OnSize(UINT nType, int cx, int cy);
54 afx_msg void OnSize(UINT nType, int cx, int cy);
Dscreen_flow_edit_dlg.h25 afx_msg void OnSize(UINT nType, int cx, int cy);
65 afx_msg void OnSize(UINT nType, int cx, int cy);
124 afx_msg void OnSize(UINT nType, int cx, int cy);
Dtarget_view.cpp134 void target_view::OnSize(UINT nType, int cx, int cy) in OnSize() argument
136 CView::OnSize(nType, cx, cy); in OnSize()
295 void target_frame::OnSize(UINT nType, int cx, int cy) in OnSize() argument
297 CView::OnSize(nType, cx, cy); in OnSize()
Dstring_table_edit_dlg.h104 afx_msg void OnSize(UINT nType, int cx, int cy);
179 afx_msg void OnSize(UINT nType, int cx, int cy);
239 afx_msg void OnSize(UINT nType, int cx, int cy);
DProjectConfigDlg.h67 afx_msg void OnSize(UINT nType, int cx, int cy);
130 afx_msg void OnSize(UINT nType, int cx, int cy);
Dright_panel_frame.h18 afx_msg void OnSize(UINT nType, int cx, int cy);
DScrollHelper.h43 void OnSize(UINT nType, int cx, int cy);
Drich_text_edit_dlg.cpp193 void text_edit_button_frame::OnSize(UINT nType, int cx, int cy) in OnSize() argument
195 CWnd::OnSize(nType, cx, cy); in OnSize()
539 void rich_text_preview_win::OnSize(UINT nType, int cx, int cy) in OnSize() argument
541 CWnd::OnSize(nType, cx, cy); in OnSize()
916 void rich_text_edit_dlg::OnSize(UINT nType, int cx, int cy) in OnSize() argument
918 express_dialog::OnSize(nType, cx, cy); in OnSize()
Dexpress_dialog.h44 afx_msg void OnSize(UINT nType, int cx, int cy);
Dtrigger_list_edit_dlg.h33 afx_msg void OnSize(UINT nType, int cx, int cy);
Dscreen_flow_edit_dlg.cpp119 void screen_flow_button_frame::OnSize(UINT nType, int cx, int cy) in OnSize() argument
121 CWnd::OnSize(nType, cx, cy); in OnSize()
626 void screen_flow_diagram_win::OnSize(UINT nType, int cx, int cy) in OnSize() argument
628 CWnd::OnSize(nType, cx, cy); in OnSize()
631 m_scroll_helper->OnSize(nType, cx, cy); in OnSize()
1874 void screen_flow_edit_dlg::OnSize(UINT nType, int cx, int cy) in OnSize() argument
1876 express_dialog::OnSize(nType, cx, cy); in OnSize()
Dtrigger_list_edit_dlg.cpp390 void trigger_frame::OnSize(UINT nType, int cx, int cy) in OnSize() argument
392 CWnd::OnSize(nType, cx, cy); in OnSize()
DMainFrm.h133 afx_msg void OnSize(UINT nType, int cx, int cy);
Dexpress_dialog.cpp295 void express_dialog::OnSize(UINT nType, int cx, int cy) in OnSize() argument
297 CDialog::OnSize(nType, cx, cy); in OnSize()
Dstring_table_edit_dlg.cpp383 void string_table_edit_dlg::OnSize(UINT nType, int cx, int cy) in OnSize() argument
385 express_dialog::OnSize(nType, cx, cy); in OnSize()
1196 void button_frame::OnSize(UINT nType, int cx, int cy) in OnSize() argument
1198 CWnd::OnSize(nType, cx, cy); in OnSize()
1664 void table_frame::OnSize(UINT nType, int cx, int cy) in OnSize() argument
1666 CWnd::OnSize(nType, cx, cy); in OnSize()
1678 m_scroll_helper->OnSize(nType, cx, cy); in OnSize()
Dresource_view.h114 afx_msg void OnSize(UINT nType, int cx, int cy);
Dproperties_win.h104 afx_msg void OnSize(UINT nType, int cx, int cy);
DProjectConfigDlg.cpp1053 void ProjectConfigWin::OnSize(UINT nType, int cx, int cy) in OnSize() argument
1055 CDialog::OnSize(nType, cx, cy); in OnSize()
1056 m_scroll_helper->OnSize(nType, cx, cy); in OnSize()
2390 void ProjectConfigDlg::OnSize(UINT nType, int cx, int cy) in OnSize() argument
2392 express_dialog::OnSize(nType, cx, cy); in OnSize()
DScrollHelper.cpp305 void CScrollHelper::OnSize(UINT nType, int cx, int cy) in OnSize() argument
Dproperties_win.cpp730 void properties_win::OnSize(UINT nType, int cx, int cy) in OnSize() argument
732 CWnd::OnSize(nType, cx, cy); in OnSize()
733 m_scroll_helper->OnSize(nType, cx, cy); in OnSize()
Dresource_view.cpp190 void resource_view::OnSize(UINT nType, int cx, int cy) in OnSize() argument
192 CScrollView::OnSize(nType, cx, cy); in OnSize()