Searched refs:m_aConfigureBox (Results 1 – 2 of 2) sorted by relevance
232 m_aConfigureBox( this, PaResId( RID_RTS_CMD_LB_CONFIGURE ) ), in RTSCommandPage()246 …m_nPrinterEntry = m_aConfigureBox.InsertEntry( String( PaResId( RID_RTS_CMD_STR_CONFIGURE_PRINTER … in RTSCommandPage()249 m_nFaxEntry = m_aConfigureBox.InsertEntry( String( PaResId( RID_RTS_CMD_STR_CONFIGURE_FAX ) ) ); in RTSCommandPage()250 m_nPdfEntry = m_aConfigureBox.InsertEntry( String( PaResId( RID_RTS_CMD_STR_CONFIGURE_PDF ) ) ); in RTSCommandPage()263 m_aConfigureBox.SetSelectHdl( LINK( this, RTSCommandPage, SelectHdl ) ); in RTSCommandPage()278 m_aConfigureBox.SelectEntryPos( m_nPrinterEntry ); in RTSCommandPage()289 m_aConfigureBox.SelectEntryPos( m_nFaxEntry ); in RTSCommandPage()299 m_aConfigureBox.SelectEntryPos( m_nPdfEntry ); in RTSCommandPage()324 bool bHaveFax = m_aConfigureBox.GetSelectEntryPos() == m_nFaxEntry ? true : false; in save()325 bool bHavePdf = m_aConfigureBox.GetSelectEntryPos() == m_nPdfEntry ? true : false; in save()[all …]
77 ListBox m_aConfigureBox; member in padmin::RTSCommandPage