Home
last modified time | relevance | path

Searched refs:itemCheckBox10 (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Ddist_select_dialog.cpp140 …wxCheckBox* itemCheckBox10 = new wxCheckBox( itemDialog1, ID_CHECKBOX1, _T(""), wxDefaultPosition,… in CreateControls() local
141 m_Nucleotide = itemCheckBox10; in CreateControls()
142 itemCheckBox10->SetValue(FALSE); in CreateControls()
143 …itemFlexGridSizer6->Add(itemCheckBox10, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL… in CreateControls()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A Daccountdialog.cpp219 wxCheckBox* itemCheckBox10 = new wxCheckBox( this in CreateControls() local
222 itemCheckBox10->SetValue(TRUE); in CreateControls()
224 grid_sizer->Add(itemCheckBox10, g_flags); in CreateControls()
318itemCheckBox10->SetToolTip(_("Select whether this is an account that is used often. This is used t… in CreateControls()