Lines Matching refs:IDEResId

407 		if ( QueryBox( 0, WB_OK_CANCEL, String( IDEResId( RID_STR_WILLSTOPPRG ) ) ).Execute() == RET_OK )  in ImpCanModify()
590 …sInfo( IDE_DLL()->GetShell()->GetViewFrame()->GetObjectShell(), String( IDEResId( RID_STR_GENERATE… in CreateEditEngine()
1107 PopupMenu aBrkPropMenu( IDEResId( RID_POPUP_BRKPROPS ) ); in Command()
1130 PopupMenu aBrkListMenu( IDEResId( RID_POPUP_BRKDLG ) ); in Command()
1191 aWatchStr( IDEResId( RID_STR_REMOVEWATCH ) ), in WatchWindow()
1192 aXEdit( this, IDEResId( RID_EDT_WATCHEDIT ) ), in WatchWindow()
1193 aRemoveWatchButton( this, IDEResId( RID_IMGBTN_REMOVEWATCH ) ), in WatchWindow()
1198 aXEdit.SetAccessibleName(String(IDEResId( RID_STR_WATCHNAME))); in WatchWindow()
1199 aTreeListBox.SetAccessibleName(String(IDEResId(RID_STR_WATCHNAME))); in WatchWindow()
1217 …aHeaderBar.InsertItem( ITEM_ID_VARIABLE, String( IDEResId( RID_STR_WATCHVARIABLE ) ), nVarTabWidth… in WatchWindow()
1218 … aHeaderBar.InsertItem( ITEM_ID_VALUE, String( IDEResId( RID_STR_WATCHVALUE ) ), nValueTabWidth ); in WatchWindow()
1219 aHeaderBar.InsertItem( ITEM_ID_TYPE, String( IDEResId( RID_STR_WATCHTYPE ) ), nTypeTabWidth ); in WatchWindow()
1244 aRemoveWatchButton.SetModeImage(Image(IDEResId(RID_IMG_REMOVEWATCH_HC)), in WatchWindow()
1254 SetText( String( IDEResId( RID_STR_WATCHNAME ) ) ); in WatchWindow()
1536 aGotoCallButton( this, IDEResId( RID_IMGBTN_GOTOCALL ) ), in StackWindow()
1537 aStackStr( IDEResId( RID_STR_STACK ) ) in StackWindow()
1540 aTreeListBox.SetAccessibleName(String( IDEResId(RID_STR_STACKNAME))); in StackWindow()
1547 SetText( String( IDEResId( RID_STR_STACKNAME ) ) ); in StackWindow()