weizhi(行者) :
code:
        screen.Cursor :=crHourGlass;
        if not assigned(frm_EquiApply) then
           frm_EquiApply :=Tfrm_EquiApply.Create(self);
        frm_EquiApply.showmodal;
        screen.Cursor :=crDefault;