Searched refs:IDC_STARTS (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchDlg.cpp34 #include "muuli_wdr.h" // Needed for IDC_STARTS
50 EVT_BUTTON( IDC_STARTS, CSearchDlg::OnBnClickedStart)
355 FindWindow(IDC_STARTS)->Enable( enable );
426 FindWindow(IDC_STARTS)->Enable(!CastChild( IDC_SEARCHNAME, wxTextCtrl )->GetValue().IsEmpty());
478 FindWindow(IDC_STARTS)->Disable();
568 FindWindow(IDC_STARTS)->Enable();
H A Dmuuli_wdr.h61 #define IDC_STARTS 10018 macro
H A Dmuuli_wdr.cpp349 wxButton *item44 = new wxButton( parent, IDC_STARTS, _("Start"), wxDefaultPosition, wxDefaultSize, 0 );

Completed in 86 milliseconds