Home
last modified time | relevance | path

Searched refs:string_scroll_wheel_edit_dlg (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstring_scroll_wheel_edit_dlg.cpp22 IMPLEMENT_DYNAMIC(string_scroll_wheel_edit_dlg, express_dialog) in IMPLEMENT_DYNAMIC() argument
24 BEGIN_MESSAGE_MAP(string_scroll_wheel_edit_dlg, express_dialog) in IMPLEMENT_DYNAMIC()
29 string_scroll_wheel_edit_dlg::string_scroll_wheel_edit_dlg(int display_index, CArray<GX_RESOURCE_ID… in IMPLEMENT_DYNAMIC()
30 : express_dialog(string_scroll_wheel_edit_dlg::IDD, pParent) in IMPLEMENT_DYNAMIC()
61 string_scroll_wheel_edit_dlg::~string_scroll_wheel_edit_dlg() in ~string_scroll_wheel_edit_dlg()
75 void string_scroll_wheel_edit_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange()
100 BOOL string_scroll_wheel_edit_dlg::OnInitDialog() in OnInitDialog()
129 void string_scroll_wheel_edit_dlg::TestSetRowData(int row_id, CString string) in TestSetRowData()
167 LRESULT string_scroll_wheel_edit_dlg::OnTestMessage(WPARAM wParam, LPARAM lParam) in OnTestMessage()
361 string_scroll_wheel_edit_dlg* dlg = (string_scroll_wheel_edit_dlg*)frame->GetParent(); in PreTranslateMessage()
Dstring_scroll_wheel_edit_dlg.h66 class string_scroll_wheel_edit_dlg : public express_dialog
68 DECLARE_DYNAMIC(string_scroll_wheel_edit_dlg)
71string_scroll_wheel_edit_dlg(int display_index, CArray<GX_RESOURCE_ID> *list_array, CWnd* pParent …
72 virtual ~string_scroll_wheel_edit_dlg();
Dproperties_win.cpp3937 string_scroll_wheel_edit_dlg dlg(display, &list_array, this); in OnEditStringScrolWheelStrings()