Searched refs:itemCheckBox10 (Results 1 – 2 of 2) sorted by relevance
140 …wxCheckBox* itemCheckBox10 = new wxCheckBox( itemDialog1, ID_CHECKBOX1, _T(""), wxDefaultPosition,… in CreateControls() local141 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()
219 wxCheckBox* itemCheckBox10 = new wxCheckBox( this in CreateControls() local222 itemCheckBox10->SetValue(TRUE); in CreateControls()224 grid_sizer->Add(itemCheckBox10, g_flags); in CreateControls()318 …itemCheckBox10->SetToolTip(_("Select whether this is an account that is used often. This is used t… in CreateControls()