Searched refs:m_pMaxRowScanLabel (Results 1 – 2 of 2) sorted by relevance
97 ,m_pMaxRowScanLabel( NULL ) in SpecialSettingsPage()170 m_pMaxRowScanLabel = new FixedText( this, ModuleRes( FT_MAXROWSCAN ) ); in SpecialSettingsPage()175 Point aLabelPos( m_pMaxRowScanLabel->GetPosPixel() ); in SpecialSettingsPage()179 m_pMaxRowScanLabel->SetPosPixel( Point( aLabelPos.X(), aLabelPos.Y() - nMoveUp ) ); in SpecialSettingsPage()209 DELETEZ( m_pMaxRowScanLabel ); in ~SpecialSettingsPage()254 _rControlList.push_back( new ODisableWrapper< FixedText >( m_pMaxRowScanLabel ) ); in fillWindows()
77 FixedText* m_pMaxRowScanLabel; member in dbaui::SpecialSettingsPage
Completed in 19 milliseconds