Lines Matching refs:SchResId
64 ModalDialog( pWindow, SchResId( DLG_AXIS_OR_GRID )), in SchAxisDlg()
66 aFlPrimary( this, SchResId( FL_PRIMARY_AXIS )), in SchAxisDlg()
67 aFlPrimaryGrid( this, SchResId( FL_PRIMARY_GRID )), in SchAxisDlg()
68 aCbPrimaryX( this, SchResId( CB_X_PRIMARY )), in SchAxisDlg()
69 aCbPrimaryY( this, SchResId( CB_Y_PRIMARY )), in SchAxisDlg()
70 aCbPrimaryZ( this, SchResId( CB_Z_PRIMARY )), in SchAxisDlg()
72 aFlSecondary( this, SchResId( FL_SECONDARY_AXIS )), in SchAxisDlg()
73 aFlSecondaryGrid( this, SchResId( FL_SECONDARY_GRID )), in SchAxisDlg()
74 aCbSecondaryX( this, SchResId( CB_X_SECONDARY )), in SchAxisDlg()
75 aCbSecondaryY( this, SchResId( CB_Y_SECONDARY )), in SchAxisDlg()
76 aCbSecondaryZ( this, SchResId( CB_Z_SECONDARY )), in SchAxisDlg()
78 aPbOK( this, SchResId( BTN_OK )), in SchAxisDlg()
79 aPbCancel( this, SchResId( BTN_CANCEL )), in SchAxisDlg()
80 aPbHelp( this, SchResId( BTN_HELP )) in SchAxisDlg()