/*************************************************************************
*	通信ターミナル用ライブラリ
*************************************************************************/


int		_ntm_errmsg_no_setup_id_and_pw()
{
	DLG_tmpMsgTime( DLGPOS_MOS_SET_CENTER, DLGPOS_MOS_SET_CENTER,
	    C_MBLACK, C_DLGBASE, COLMIX(C_ERROR,C_GRAY),
	    AplErrMsgTime, "    ID とパスワードが設定されていません。  " );
}

int		_ntm_dspmsg_dial_start( char *name, char *tel, char *cns )
{
	DLG_tmpMsgTime( DLGPOS_CENTER_OF_SCN, DLGPOS_CENTER_OF_SCN, 
	    C_MBLACK, C_DLGBASE, COLMIX(C_INFO,C_GRAY),
	    3, "  %s にダイアルします。\n    tel. %s\n    ログ保存行数 %d", name, tel,CnsGet_maxLinBuf(cns) );
}

