Searched refs:item14 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/foldpanelbar/
H A Dtest.cpp134 wxRadioButton* item14 = new wxRadioButton( item10, ID_RADIOBUTTON1, _("I hate it"), wxDefaultPosition, wxDefaultSize, 0 ); local
135 item14->SetValue(false);
136 item11->Add(item14, 0, wxALIGN_LEFT|wxALL, 5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Dmuuli_wdr.cpp117 wxStaticText *item14 = new wxStaticText( parent, -1, _("Up: 0.0 | Down: 0.0"), wxDefaultPosition, wxDefaultSize, 0 ); local
118 item14->SetToolTip( _("Current average upload and download rates. If enabled the numbers in the braces signify the overhead from client communication.") );
119 item14->SetName( wxT("speedLabel") );
120 item6->Add( item14, 0, wxALIGN_CENTER, 5 );
224 wxStaticText *item14 = new wxStaticText( parent, -1, _("File Type"), wxDefaultPosition, wxDefaultSize, 0 ); local
225 item13->Add( item14, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
562 wxStaticText *item14 = new wxStaticText( parent, -1, _("Filesize :"), wxDefaultPosition, wxDefaultSize, 0 ); local
563 item13->Add( item14, 0, wxGROW|wxALIGN_CENTER_VERTICAL, 5 );
990 CMuleTextCtrl *item14 = new CMuleTextCtrl( parent, ID_USERHASH, wxT(""), wxDefaultPosition, wxSize(250,-1), 0 ); local
991 item10->Add( item14,
1096 wxStaticBoxSizer *item14 = new wxStaticBoxSizer( item15, wxVERTICAL ); local
1261 wxStaticText *item14 = new wxStaticText( parent, ID_DVERSION, _("N/A"), wxDefaultPosition, wxDefaultSize, 0 ); local
1497 wxStaticText *item14 = new wxStaticText( parent, -1, _("Tooltip delay time: "), wxDefaultPosition, wxDefaultSize, 0 ); local
1601 wxStaticBox *item14 = new wxStaticBox( parent, -1, _("Ports") ); local
1758 wxCheckBox *item14 = new wxCheckBox( parent, IDC_MANUALSERVERHIGHPRIO, _("Set manually added servers to High Priority"), wxDefaultPosition, wxDefaultSize, 0 ); local
1815 wxFlexGridSizer *item14 = new wxFlexGridSizer( 3, 0, 0 ); local
1947 wxSpinCtrl *item14 = new wxSpinCtrl( parent, IDC_UPLOAD_CAP, wxT("3"), wxDefaultPosition, wxSize(100,-1), 0, 3, 19375, 3 ); local
2066 wxCheckBox *item14 = new wxCheckBox( parent, IDC_PREVENT_SLEEP, _("Disable computer's timed standby mode"), wxDefaultPosition, wxDefaultSize, 0 ); local
2130 wxStaticBox *item14 = new wxStaticBox( parent, -1, _("Download Queue Files") ); local
2222 wxStaticBoxSizer *item14 = new wxStaticBoxSizer( item15, wxVERTICAL ); local
2387 wxStaticText *item14 = new wxStaticText( parent, -1, _("Change priority for new assigned files :"), wxDefaultPosition, wxDefaultSize, 0 ); local
2572 wxButton *item14 = new wxButton( parent, IDC_ED2KDISCONNECT, _("Disconnect"), wxDefaultPosition, wxDefaultSize, 0 ); local
2682 wxBoxSizer *item14 = new wxBoxSizer( wxHORIZONTAL ); local
2861 wxButton *item14 = new wxButton( parent, IDC_IPFRELOAD, _("Reload List"), wxDefaultPosition, wxDefaultSize, 0 ); local
3079 wxTextCtrl *item14 = new wxTextCtrl( parent, ID_PROXY_PORT, wxT(""), wxDefaultPosition, wxSize(80,-1), 0 ); local
3141 wxBoxSizer *item14 = new wxBoxSizer( wxHORIZONTAL ); local
3371 wxGauge *item14 = new wxGauge( parent, -1, 100, wxDefaultPosition, wxSize(200,18), 0 ); local
[all...]
H A DPrefsUnifiedDlg.cpp1242 wxCheckBox *item14 = new wxCheckBox( parent, USEREVENTS_FIRST_ID + idx * USEREVENTS_IDS_PER_EVENT + 3, _("Enable command execution on GUI"), wxDefaultPosition, wxDefaultSize, 0 ); local
1243 item7->Add( item14, 0, wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 5 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dclient.cpp192 wxStaticBox *item14 = new wxStaticBox( this, -1, wxT("Client log") ); local
193 wxStaticBoxSizer *item13 = new wxStaticBoxSizer( item14, wxVERTICAL );

Completed in 89 milliseconds