Lines Matching refs:SdResId

54 	ModalDialog		( pWindow, SdResId( DLG_CUSTOMSHOW ) ),  in SdCustomShowDlg()
56 aLbCustomShows ( this, SdResId( LB_CUSTOMSHOWS ) ), in SdCustomShowDlg()
57 aCbxUseCustomShow( this, SdResId( CBX_USE_CUSTOMSHOW ) ), in SdCustomShowDlg()
58 aBtnNew ( this, SdResId( BTN_NEW ) ), in SdCustomShowDlg()
59 aBtnEdit ( this, SdResId( BTN_EDIT ) ), in SdCustomShowDlg()
60 aBtnRemove ( this, SdResId( BTN_REMOVE ) ), in SdCustomShowDlg()
61 aBtnCopy ( this, SdResId( BTN_COPY ) ), in SdCustomShowDlg()
62 aBtnHelp ( this, SdResId( BTN_HELP ) ), in SdCustomShowDlg()
63 aBtnStartShow ( this, SdResId( BTN_STARTSHOW ) ), in SdCustomShowDlg()
64 aBtnOK ( this, SdResId( BTN_OK ) ), in SdCustomShowDlg()
203 String aStrCopy( SdResId( STR_COPY_CUSTOMSHOW ) ); in IMPL_LINK()
309 ModalDialog ( pWindow, SdResId( DLG_DEFINE_CUSTOMSHOW ) ), in SdDefineCustomShowDlg()
311 aFtName ( this, SdResId( FT_NAME ) ), in SdDefineCustomShowDlg()
312 aEdtName ( this, SdResId( EDT_NAME ) ), in SdDefineCustomShowDlg()
313 aFtPages ( this, SdResId( FT_PAGES ) ), in SdDefineCustomShowDlg()
314 aLbPages ( this, SdResId( LB_PAGES ) ), in SdDefineCustomShowDlg()
315 aBtnAdd ( this, SdResId( BTN_ADD ) ), in SdDefineCustomShowDlg()
316 aBtnRemove ( this, SdResId( BTN_REMOVE ) ), in SdDefineCustomShowDlg()
317 aFtCustomPages ( this, SdResId( FT_CUSTOM_PAGES ) ), in SdDefineCustomShowDlg()
318 aLbCustomPages ( this, SdResId( LB_CUSTOM_PAGES ) ), in SdDefineCustomShowDlg()
319 aBtnOK ( this, SdResId( BTN_OK ) ), in SdDefineCustomShowDlg()
320 aBtnCancel ( this, SdResId( BTN_CANCEL ) ), in SdDefineCustomShowDlg()
321 aBtnHelp ( this, SdResId( BTN_HELP ) ), in SdDefineCustomShowDlg()
367 aEdtName.SetText( String( SdResId( STR_NEW_CUSTOMSHOW ) ) ); in SdDefineCustomShowDlg()
549 String( SdResId( STR_WARN_NAME_DUPLICATE ) ) ).Execute(); in IMPL_LINK()